Email Waiting (Polling)
email_waitingPoll an IMAP mailbox at set intervals until an email matching your conditions arrives or the timeout expires. Use to wait for expected messages without repeated manual checks.
Instructions
Poll a mailbox repeatedly until an email matching conditions is found or timeout elapses
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folder | No | IMAP folder, default "INBOX" | |
| timeout | No | Max seconds to wait, default 30 | |
| conditions | No | Search conditions (same as search_emails) | |
| poll_interval | No | Seconds between polls, default 2 |