download_attachment
Download an email attachment to a temporary directory. Provide the message ID and filename, and the tool returns the path to the requested file.
Instructions
Download an email attachment to a temporary directory. Downloads all attachments, then returns the path to the requested file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Email message ID | |
| filename | Yes | Attachment filename to download | |
| folder | No | Folder name (default: INBOX) | |
| account | No | Account name (uses default if omitted) |