get_emails_by_date_range
Retrieve iCloud emails from a specific date range by providing start and end dates, with options to filter by mailbox and limit results.
Instructions
Get emails between two dates
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| startDate | Yes | Start date (YYYY-MM-DD) | |
| endDate | Yes | End date (YYYY-MM-DD) | |
| mailbox | No | Mailbox (default INBOX) | |
| limit | No | Max results (default 10) |