download_attachment
Save an email attachment to a specified path on the server host using the message and attachment IDs.
Instructions
Download an attachment to save_path on the server host.
Get attachment_id from get_message_attachments or get_message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message_id | Yes | ||
| attachment_id | Yes | ||
| save_path | Yes | ||
| account | No | ||
| password | No |