List emails in a mailbox
proton_list_emailsList emails from a mailbox with pagination, returning core metadata (sender, subject, date) without body content. Use offset and limit controls.
Instructions
Lists recent emails in a mailbox, newest first. Use pagination with offset+limit. Returns UID, from, to, subject, date, flags, size. Does NOT return the body — use proton_get_email for that.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| mailbox | No | INBOX | |
| response_format | No | markdown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | Yes | ||
| items | Yes | ||
| total | Yes | ||
| offset | Yes | ||
| mailbox | Yes | ||
| has_more | Yes | ||
| next_offset | No |