fetch_emails
Fetch emails from a mailbox with options to filter by date, unread status, and limit. Returns email metadata and content.
Instructions
Fetch emails from a specific mailbox. Returns email metadata and content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of emails to fetch (1-100, default: 10) | |
| since | No | Only fetch emails since this date (ISO 8601 format) | |
| unseen | No | Only fetch unread emails (default: false) | |
| mailbox | No | Mailbox name (default: INBOX) |