Read Message Content
mailbox_list_contentRetrieve structured email content by message ID, including body, headers, and attachments with options for truncation, quoting, and signature removal.
Instructions
Use this to read structured content for a known message_id. Prefer it when headers, participants, or body parts affect the answer.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| part | No | Body part to return. `auto` prefers text when available. | |
| 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. | |
| include_html | No | When true, include HTML content when available. | |
| strip_quotes | No | When true, remove quoted reply text. | |
| If-None-Match | No | Weak ETag from a previous response. Returns 304 when unchanged. | |
| include_links | No | When true, include links extracted from the body. | |
| max_body_chars | No | Maximum body characters to return before truncation. | |
| include_headers | No | Header detail to include in the response. | |
| strip_signature | No | When true, remove detected email signatures. | |
| include_attachments | No | Attachment detail to include. Contents are not returned. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||