get_email_by_id
Fetch the full content of a specific email using its composite ID. Use after listing or searching emails to retrieve the complete message body, headers, and metadata.
Instructions
Fetch the full content of a single email using a composite emailId. Use after get_emails or search_emails to read a specific message in full. The emailId format is FOLDER::UID — always use the id returned by a prior tool call; do not construct it manually.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| emailId | Yes | Composite email id from previous tool output. | |
| preferHtml | No | Return raw HTML body instead of plain-text stripped version. | |
| maxBodyLength | No | Truncate body at this many characters (1–500000). | |
| showHeaders | No | Include raw In-Reply-To and References headers in the response. |