Flag emails
flag_emailFlag messages - the same star/flag marker Outlook and webmail show, and the state search_emails's flagged filter finds. Purely a marker for the user's own attention; it does not move, read, or otherwise change the messages. Pass the whole set in one call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uids | Yes | The UIDs to act on, from list_emails or search_emails. Pass EVERY message you want changed in ONE call - this tool acts on the whole set in a single operation, and doing it that way costs the user one call instead of one per message. Up to 500 at a time. A single message is simply a one-element array. | |
| mailbox | No | IMAP folder name. Defaults to INBOX. |