mark_email
Update an email's read/unread or starred/flagged status in METU Webmail by specifying its message ID and folder.
Instructions
Update email flags such as marking as read/unread or starred/flagged.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folder | No | The folder containing the message (default: 'INBOX'). | INBOX |
| is_read | No | If True, mark as read (Seen). If False, mark as unread. | |
| is_flagged | No | If True, star/flag the email. If False, unstar/unflag. | |
| message_id | Yes | The ID of the message to modify. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |