save_attachment
Saves a specific attachment from a message to a local directory. Specify the message ID, mailbox, account, and attachment name.
Instructions
Save a specific attachment from a message to disk.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| messageId | Yes | The numeric ID of the message | |
| mailboxName | Yes | The name of the mailbox containing the message | |
| accountName | Yes | The name of the account containing the mailbox | |
| attachmentName | Yes | The name of the attachment to save | |
| savePath | No | The directory path to save the attachment to (default ~/Downloads) | ~/Downloads |