listEmails
Retrieve email summaries from a specific folder with pagination and read-status filtering; returns subject, sender, date, and read status.
Instructions
List emails from a specific folder with pagination and read status filtering. Returns email summaries including subject, sender, date, and read status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | ||
| from | No | ||
| limit | No | ||
| folder | No | INBOX | |
| toDate | No | toDate must be a valid ISO 8601 datetime string. e.g. 2025-08-21T00:00:00Z | |
| subject | No | ||
| fromDate | No | fromDate must be a valid ISO 8601 datetime string. e.g. 2025-08-21T00:00:00Z | |
| readStatus | No | all | |
| hasAttachments | No |