list_attachments
Retrieve all attachments on an email, including filenames, content types, sizes, and stable IDs. Use this to identify available attachments before downloading or saving them.
Instructions
List all attachments on a specific email with stable attachmentIds, filenames, content types, and sizes. Use before calling get_attachment_content or save_attachment to discover what attachments are available and get their IDs. Prefer save_attachments when you want to download all attachments at once.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| emailId | Yes | Composite email id in FOLDER::UID format, as returned by get_emails or search_emails. | |
| contentType | No | Optional exact content type filter. | |
| includeInline | No | Include inline attachments. | |
| filenameContains | No | Optional filename substring filter. |