read_message
Retrieve a full email message—headers, body text, and attachment metadata—from a handle, converting HTML to text without marking it as read.
Instructions
Read one message in full: headers, body text, and attachment metadata.
HTML-only mail is converted to text. This does NOT mark the message as read.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| handle | Yes | A handle from list_messages or search_messages. | |
| account | No | Account name. Optional when only one is configured. | |
| max_chars | No | Truncate the body beyond this many characters. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |