read_email
Retrieve the plain text body of an email using its message ID. Requires the ID from a list or search query.
Instructions
Read an email message body (plain text). Use the ID from list_emails or search_emails.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Email message ID | |
| folder | No | Folder name (default: INBOX) | |
| account | No | Account name (uses default if omitted) |