mark_email_read
Set an email's read or unread status by toggling the IMAP Seen flag. Use for individual email triage or resetting read state; for multiple emails use batch actions.
Instructions
Mark a single email as read or unread by setting the IMAP Seen flag. Use for individual triage or to reset read state. Prefer batch_email_action with action 'mark_read' or 'mark_unread' when updating multiple emails at once.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| isRead | No | ||
| emailId | Yes | Composite email id in FOLDER::UID format, as returned by get_emails or search_emails. |