list_emails
Retrieve recent emails from any Yahoo Mail folder, returning UIDs with size, flags, and attachment status. Use count and offset to control results.
Instructions
List recent emails from a Yahoo Mail folder. Returns UIDs (permanent identifiers) and enriched metadata including size, flags, and attachment status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Number of emails to retrieve (default: 10, max: 50) | |
| folder | No | Folder to list emails from (default: INBOX). Use list_folders to see available folders. | INBOX |
| offset | No | Number of emails to skip (for pagination, default: 0) |