mark_email_read
Set a single email's read state as read or unread using the IMAP Seen flag. Use for triage or to correct read status.
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. |