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