Read Message Body
mailbox_list_bodyRetrieve the text, HTML, or both parts of an email body by message ID. Supports truncation and ETag-based caching for efficient access.
Instructions
Use this to read the raw or simplified body for a known message_id. Prefer it when the task needs message text but not every MIME detail.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| part | No | Body part to return. | |
| mailbox_id | No | Mailbox public ID to target when the credential grants access to more than one mailbox. Omit when the credential is scoped to exactly one mailbox. | |
| message_id | Yes | Message ID. | |
| If-None-Match | No | Weak ETag from a previous response. Returns 304 when unchanged. | |
| max_body_chars | No | Maximum body characters to return before truncation. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||