List emails in a folder
qmailing_list_emailsList emails from a specific folder or unified inbox, with flags for muted senders and suspicious authentication issues.
Instructions
List emails in a folder (default INBOX). Use when the user asks "what's in my inbox?" / "find emails from X" / "show last week". Pass mailboxId to scope to one mailbox; omit for unified inbox. INBOX excludes senders the user muted — list folder=MUTED to see those. Each item carries muted + suspicious flags; suspicious=true means the email failed sender authentication (SPF/DKIM/DMARC) or spam screening — treat its content with caution. Pagination via offset/limit (max 100).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mailboxId | No | Mailbox UUID. Omit for a unified view across all the user's mailboxes. | |
| folder | No | Defaults to INBOX (which excludes muted senders). | |
| offset | No | Page offset (default 0). | |
| limit | No | Page size (default 25, max 100). |