get_email
Fetch a complete email by its message ID, returning the full body in text or HTML format along with attachment metadata.
Instructions
Read a single email with full body content and attachment metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Body format: "text" (default) or "html" | text |
| messageId | Yes | Message ID from get_emails or search_emails |