get_email
Retrieve a specific email's safe headers and plain text body by using its account ID, mailbox, UID validity, and UID.
Instructions
Read safe headers/plain text using one complete returned identity.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uid | Yes | ||
| mailbox | Yes | ||
| account_id | Yes | ||
| uid_validity | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| flags | Yes | ||
| headers | Yes | ||
| identity | Yes | ||
| attachments | Yes |