get_emails
Fetch the newest emails from a specific folder via live IMAP. Use pagination to browse or page through recent messages in folders like INBOX.
Instructions
Fetch emails from a mailbox folder via live IMAP, returned newest first. Use to browse or paginate recent messages in a specific folder. Prefer search_emails to filter by sender, subject, or date. Prefer search_indexed_emails for fast repeated queries when the local SQLite index is populated and Bridge availability is uncertain.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folder | No | Folder name. | INBOX |
| limit | No | Number of emails to return. | |
| offset | No | Pagination offset from newest first. |