mail_mark_email_read
Mark emails as read or unread in Fastmail accounts by setting the $seen flag on specified messages. Manage email status to organize your inbox effectively.
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
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| email_ids | Yes | ||
| read | No |