page_list
Retrieve paginated messages from an IETF mailing list via IMAP, newest first. Use offset to skip newer messages and limit to control page size.
Instructions
Page through a list's messages, newest first.
Args:
list_name: Mailbox / list name, e.g. "agent2agent".
offset: How many messages back from the newest to start (0 = newest).
limit: Page size (default 25, hard-capped at 100).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| list_name | Yes |