mark_email_read
Mark an email as read or unread using the IMAP Seen flag. Ideal for individual triage or resetting the read state of a single message.
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. |