batch_mark_unread
Marks multiple emails as unread in a specified folder, allowing you to revisit them later.
Instructions
Mark multiple emails as unread
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uids | Yes | Array of UIDs to mark as unread | |
| folder | No | Folder (default: INBOX) | |
| _account | No | Optional. Override identity for THIS call: pass the AgenticMail agent name (e.g. "Fola") to authenticate as that agent. Requires AGENTICMAIL_ACCOUNT_KEYS_JSON to contain a matching key. Omit to use the default identity (AGENTICMAIL_API_KEY). |