Read one email (full body)
proton_get_emailRetrieve a single email by UID with headers, body (text or HTML), and attachment metadata. Read-only access designed for viewing and classification.
Instructions
Fetches one email by UID, with headers, text/html body and attachment metadata. Use proton_get_attachment to download attachment bytes. Large HTML bodies are returned as-is — truncate client-side if needed. To mark as read, call proton_flag_email separately (keeps this tool purely read-only).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uid | Yes | Message UID (from list/search) | |
| mailbox | No | INBOX | |
| include_html | No | Include HTML body in addition to text | |
| response_format | No | markdown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | Yes | ||
| to | Yes | ||
| uid | Yes | ||
| date | No | ||
| from | No | ||
| flags | Yes | ||
| subject | No | ||
| htmlBody | No | ||
| textBody | No | ||
| attachments | Yes |