Mail connection health
imap_healthCheck IMAP mailbox reachability and credential validity. Returns status, latency, and credential presence without password, for quick diagnosis of connection or authentication failures before other steps.
Instructions
Check that the mailbox is reachable and the credential works.
Returns {ok, source, kind, message, latency_ms} plus credential presence. Never returns the password. Run this first when anything else fails.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||