download_attachment
Retrieve a specific email attachment by UID and index, receiving base64-encoded content for further processing.
Instructions
Download a specific attachment from an email. Returns base64-encoded content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uid | Yes | Email UID | |
| mailbox | No | Mailbox name (default: INBOX) | |
| attachmentIndex | Yes | Attachment index (0-based) |