run_doctor
Run a comprehensive production health check covering SMTP, IMAP, IMAP IDLE, SQLite index, and runtime policy validation to diagnose and validate your Proton Mail Bridge setup.
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 |
|---|---|---|---|
| includeSmtp | No | Verify SMTP connectivity. | |
| includeImap | No | Verify IMAP 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. |