list_accounts
List all configured Proton Mail accounts with IMAP/SMTP status and index freshness. Get each account's slug to target emails or drafts explicitly, or verify live connectivity with checkConnections.
Instructions
List every configured Proton address (the primary Bridge login plus any additional addresses from PROTONMAIL_ACCOUNTS_JSON), each with its own IMAP/SMTP connection status and local index freshness. Use to see which accounts this server is managing, and each account's slug — prefix an emailId/draftId with <slug>:: to target that account explicitly in any other tool (a plain, unprefixed id always means the primary account). Set checkConnections:true to verify each account's IMAP/SMTP reachability live (slower).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| checkConnections | No | Verify IMAP/SMTP connectivity for every account (adds a real connection attempt per account). |