list_attachments
List all attachments on a specific email with stable attachment IDs, filenames, content types, and sizes. Use to discover available attachments and get their IDs before downloading.
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. | |
| includeInline | No | Include inline attachments. | |
| filenameContains | No | Optional filename substring filter. | |
| contentType | No | Optional exact content type filter. |