download_attachment
Download an email attachment. Returns images as base64, text files inline, and binary files as download URLs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | The inbox email address (e.g. abc123@myagentinbox.com) | |
| filename | Yes | The attachment filename from read_message results | |
| message_id | Yes | The message ID from check_inbox results |