get_email_content
Retrieve the full content of a specific email using its UID from an IMAP mailbox. Specify the mailbox when the UID came from non-INBOX folders.
Instructions
Get full content of a specific email by its UID
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uid | Yes | Email UID (from email list results) | |
| mailbox | No | IMAP mailbox the UID came from (the `mailbox` field in list results, e.g. "[Gmail]/Sent Mail"). Defaults to INBOX. Required for emails returned by get_emails_by_label, since UIDs are only unique within a mailbox. |