read_replies
Read replies from an IMAP mailbox without marking them as read. Filter by sender, subject, body, or unread status to quickly find the relevant response.
Instructions
Read recent reply emails from IMAP.
Messages are read with BODY.PEEK and remain unread by default. Use
``from_address`` or ``subject_contains`` to narrow the result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| mailbox | No | INBOX | |
| mark_read | No | ||
| since_hours | No | ||
| unread_only | No | ||
| from_address | No | ||
| body_contains | No | ||
| subject_contains | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |