read_email
Retrieve the full content of a specific email, including subject, sender, date, body text, and attachments, by providing the folder and email ID.
Instructions
Read full email content by ID.
Args: folder: Mailbox folder containing the email email_id: Email ID from search_emails() result
Returns email with subject, from, to, date, body_text, body_html, attachments list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folder | Yes | ||
| email_id | Yes |