mail_mark_email_read
Mark one or more emails as read or unread by updating the $seen flag. Provide email IDs and optionally specify the read state to batch manage email status.
Instructions
Set or unset the $seen flag on one or more emails.
Args: email_ids: List of JMAP email IDs to update. read: True to mark as read, False to mark as unread (default True).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| email_ids | Yes | ||
| read | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |