get_email
Retrieve complete email content from iCloud Mail using the email's unique identifier (UID). Specify mailbox, character limits, and header inclusion for precise email access.
Instructions
Get full content of a specific email by UID
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uid | Yes | Email UID | |
| mailbox | No | Mailbox name (default INBOX) | |
| maxChars | No | Max body characters to return (default 8000, max 50000) | |
| includeHeaders | No | If true, include a headers object with to/cc/replyTo/messageId/inReplyTo/references/listUnsubscribe |