list_messages
List messages from a specified mailbox with pagination and optional date filters. Provide account and mailbox names to scope the results.
Instructions
List messages in a mailbox with pagination. Provide accountName and mailboxName to scope the listing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| accountName | Yes | The name of the account containing the mailbox | |
| mailboxName | Yes | The name of the mailbox to list messages from | |
| limit | No | Maximum number of messages to return (default 25) | |
| offset | No | Number of messages to skip for pagination (default 0) | |
| after | No | Only return messages received after this ISO 8601 date (e.g. 2024-01-15T00:00:00Z) | |
| before | No | Only return messages received before this ISO 8601 date (e.g. 2024-12-31T23:59:59Z) |