search_mail
Find emails in Thunderbird folders using filters for subject, sender, date range, and attachments. Returns message summaries for further reading.
Instructions
Search a folder's mbox.
Filters are ANDed and case-insensitive substring matches. since/before
take ISO dates (YYYY-MM-DD). Without account, searches every account's
folder. Returns summaries with an opaque id for read/extract.
Note: searching a very large folder streams the whole file and can take a
few seconds; narrow with account and a tight limit when possible.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | ||
| limit | No | ||
| since | No | ||
| before | No | ||
| folder | No | INBOX | |
| account | No | ||
| subject | No | ||
| to_address | No | ||
| from_address | No | ||
| has_attachment | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |