get_attachment
Save an email attachment to disk and get its file path. Specify by index or filename from get_message, defaults to downloads folder.
Instructions
Save one attachment to disk and return the path. Identify it by index or filename from get_message. Defaults to the downloads folder in the project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uid | No | ||
| index | No | ||
| folder | No | INBOX | |
| account | No | ||
| filename | No | ||
| download_dir | No |