apple_mail_get
Retrieve a specific Apple Mail message by its local ID, including the full body content. Use after listing messages to get the ID.
Instructions
Read-only: read one local Apple Mail message, including its body. Use apple_mail_list first to obtain the local mail id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mailId | Yes | Local Mail message id returned by apple_mail_list. | |
| account | No | Apple Mail account name. | iCloud |
| mailbox | No | Mailbox name, normally INBOX. | INBOX |