read_email
Retrieve full content and headers of a specific email message by its message ID. Returns subject, sender, recipient, timestamp, body, and attachment flag.
Instructions
Read full body + headers of one message.
Returns {id, subject, from, to, received, body, body_type, hasAttachments}.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message_id | Yes |