run_doctor
Run a comprehensive health check for Proton Bridge: SMTP/IMAP auth, IDLE probe, SQLite integrity, sync-failed drafts, and capabilities. Get diagnosed fixes to validate or troubleshoot.
Instructions
Run a comprehensive production health check covering SMTP auth, IMAP auth, optional IMAP IDLE probe, SQLite index integrity, sync-failed drafts, runtime policy validation, and what this server can/cannot do (capabilities). Connection failures include a classified diagnosis (authentication_failed vs bridge_unreachable) with a specific fix. 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. |