read_email
Retrieve the full content of an email, including headers, body, and attachments, using its folder_uid and item_id from search or recent email lists.
Instructions
Read the full content of an email (headers, text body, attachment list) given its folder_uid and item_id (from search_emails or list_recent_emails).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item_id | Yes | Message item id | |
| folder_uid | Yes | Folder uid the message belongs to | |
| prefer_html | No | Return the HTML part instead of plain text when available |