get_message
Retrieve a single email by its UID, returning headers, text body, and attachment metadata, with long bodies truncated and flagged. Optionally mark messages as read.
Instructions
Fetch one message by uid: headers, body as text, and the list of attachments (names and sizes, not their content). Long bodies are truncated at max_chars and flagged as such. The message stays unread unless mark_seen=True.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uid | No | ||
| folder | No | INBOX | |
| account | No | ||
| mark_seen | No | ||
| max_chars | No | ||
| include_html | No |