bulk_mark_read
Mark multiple email messages as read in a single operation by specifying a mailbox, a sender substring, or both.
Instructions
Mark multiple messages as read in one call — by mailbox, sender substring, or both. Far faster than calling set_message_flags per message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from | No | Substring to match against the sender field. At least one of mailbox or from is required. | |
| account | No | Restrict to this account name. | |
| mailbox | No | Restrict to this exact mailbox name. At least one of mailbox or from is required. |