mark_as_read
Mark a specific email as read by providing its UID and mailbox, clearing the unread state in Gmail IMAP so your messages reflect accurate status.
Instructions
Mark an email as read
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uid | Yes | Email UID | |
| mailbox | No | IMAP mailbox the UID came from (the `mailbox` field in list results, e.g. "[Gmail]/Sent Mail"). Defaults to INBOX. Required for emails returned by get_emails_by_label, since UIDs are only unique within a mailbox. |