get_raw_message
Fetch a Gmail message's full raw RFC822 MIME content and write it to a local file path, preserving original bytes for inspection or backup.
Instructions
Fetch a message's full raw RFC822 MIME to a local file path.
Writes the raw bytes to out and returns {path, bytes_written}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| out | Yes | Local file path to write the bytes to; parent dirs are created if missing. | |
| message_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||