mark_read
Change the read status of an email message in Apple Mail by providing the account, mailbox, and message ID. Set read to true to mark it as read or false to mark it as unread.
Instructions
Mark a message as read or unread.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| read | Yes | Whether to mark the message as read (true) or unread (false) | |
| messageId | Yes | The numeric ID of the message | |
| accountName | Yes | The name of the account containing the mailbox | |
| mailboxName | Yes | The name of the mailbox containing the message |