Search Emails
search_emailsFind email messages in an IMAP folder by sender, recipient, subject, keyword, date range, or unread status. Returns paginated results with configurable offset and limit.
Instructions
Search emails by criteria, returning paginated results
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | Recipient address filter | |
| from | No | Sender address filter | |
| limit | No | Max results, default 50 | |
| folder | No | IMAP folder, default "INBOX" | |
| offset | No | Pagination offset, default 0 | |
| date_to | No | ISO 8601 date | |
| keyword | No | General body/keyword search | |
| subject | No | Subject substring match | |
| date_from | No | ISO 8601 date, e.g. "2026-08-01" | |
| unread_only | No | Only unread messages |