read_inbox
Read emails from an inbox via IMAP with filtering options. If IMAP is configured in .env, no credentials needed. Use "account" to pick a named account (work, personal, etc.).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filter | No | ||
| account | No | Named account to read from (e.g. "work", "personal"). Omit for default account. | |
| options | No | ||
| imap_config | No | Optional if IMAP is configured in .env (IMAP_HOST, IMAP_EMAIL, IMAP_PASSWORD) |