emails_modify
Modify email states: mark as read/unread, flag or unflag, and move emails between folders like Archive or Trash to organize your inbox.
Instructions
Change email states like read/unread, flagged, or move between folders. Use this to organize your inbox, mark emails as read, archive messages, or flag important emails.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| flag | No | Flag/star emails as important | |
| unflag | No | Remove flag/star from emails | |
| email_ids | Yes | Array of email IDs to modify (from emails_find results) | |
| mark_read | No | Mark emails as read | |
| mark_unread | No | Mark emails as unread | |
| account_name | No | Name of the email account to use | |
| move_to_folder | No | Move emails to a folder (e.g., 'Archive', 'Trash', 'INBOX') |