search_emails
Search ProtonMail emails using filters for sender, recipient, subject, date range, read status, starred status, and attachment presence. Returns up to 500 results.
Instructions
Search emails with advanced filters across from, to, subject, dates, and flags
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Full-text search query | |
| folder | No | Folder to search in | INBOX |
| from | No | Filter by sender | |
| to | No | Filter by recipient | |
| subject | No | Filter by subject | |
| hasAttachment | No | Filter by attachment presence | |
| isRead | No | Filter by read status | |
| isStarred | No | Filter starred emails | |
| dateFrom | No | Start date (ISO format) | |
| dateTo | No | End date (ISO format) | |
| limit | No | Max results |