get_mailbox_emails
Browse emails in a specific mailbox page by page. Retrieve a paginated list of messages from any folder using its mailbox ID.
Instructions
List emails in a specific mailbox with pagination support. Use this when browsing a folder's contents page by page. Use list_mailboxes first to find available mailbox IDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number starting from 0 (default 0). Each page contains 'limit' emails. | |
| limit | No | Number of emails per page (default 20, max 100) | |
| mailboxId | Yes | The mailbox ID to list emails from (use list_mailboxes to find IDs) |