bulk_mark_read
Mark multiple emails as read in one operation. Filter by mailbox or sender to bulk update read status quickly.
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. |