get_email
Fetch a specific email's full content by UID. Select mailbox, body format (plain text, full, or stripped), and set a maximum length for the response.
Instructions
Hämta fullständigt innehåll för ett e-post via UID.
Args: uid: E-postets UID mailbox: Mappnamn (standard: INBOX) body_format: Format för body — "text" (plain text, default), "full" (rå body utan trunkering), eller "stripped" (text utan citat och signaturblock) max_length: Max antal tecken i body (standard: 500). None = ingen trunkering. Ignoreras för body_format="full".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uid | Yes | ||
| mailbox | No | INBOX | |
| max_length | No | ||
| body_format | No | text |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |