mailplus_list_messages
List email messages from a specified folder with options for pagination, sorting, and keyword search to efficiently locate specific emails.
Instructions
List email messages in a MailPlus folder with pagination, sort, and keyword search.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folder_path | No | Folder path, e.g. 'INBOX', 'INBOX/Projects', 'Sent' | INBOX |
| limit | No | ||
| offset | No | ||
| sort_by | No | date | |
| sort_direction | No | DESC | |
| unread_only | No | If true, only return unread messages | |
| search | No | Keyword search in subject/sender/body | |
| account | No | Email account address. If omitted, uses the authenticated user's primary account. |