save_all_attachments
Save all attachments from a specific email message to a chosen directory. Provide the message ID, mailbox, and account to locate the email and download the attached files.
Instructions
Save all downloaded attachments 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 | |
| savePath | No | The directory path to save the attachments to (default ~/Downloads) | ~/Downloads |