run_doctor
Run a comprehensive health check to diagnose or validate Proton Mail Bridge configuration, including SMTP and IMAP auth, IMAP IDLE probe, SQLite indexes, and runtime policies.
Instructions
Run a comprehensive production health check covering SMTP auth, IMAP auth, optional IMAP IDLE probe, SQLite index integrity, and runtime policy validation. Use to fully diagnose or validate the setup. Prefer get_connection_status for a quick protocol-only reachability check.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| includeImap | No | Verify IMAP connectivity. | |
| includeSmtp | No | Verify SMTP connectivity. | |
| includeIdleProbe | No | Run a short IMAP IDLE wait to confirm the watch path is operational. | |
| idleTimeoutSeconds | No | IDLE probe timeout in seconds when includeIdleProbe is true. |