imap_get_message_raw
Retrieve raw RFC822 email source for a given message ID, with optional byte limit to control response size.
Instructions
Get bounded RFC822 source
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_bytes | No | Maximum message bytes to return (1024..1000000, default 200000) | |
| account_id | No | Account identifier (defaults to `"default"`) | default |
| message_id | Yes | Stable message identifier |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Tool-specific data payload | |
| meta | Yes | Execution metadata (timestamp, duration) | |
| summary | Yes | Human-readable summary of the operation outcome |