No description
Find a file
Shautvast 2287b08cb5 Integrate proton-bridge in-process and silence verbose logging
- Add proton-bridge as optional dep behind `proton` feature flag
- New proton-bridge/src/lib.rs: pub fn start() spins a background Tokio
  thread, pre-binds ports, and signals readiness via mpsc before returning
- src/main.rs: conditionally starts bridge before TUI enters raw mode;
  derives effective IMAP/SMTP config via Provider enum
- src/config.rs: add Provider enum, optional imap/smtp, ProtonConfig/
  BridgeConfig mirrors, effective_imap/smtp() helpers
- Remove all per-operation eprintln!/println! from imap_server, smtp_server,
  and api.rs that fired during TUI operation and corrupted the display
- config.toml.example: unified format covering both imap and proton providers

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-24 22:51:30 +01:00
proton-bridge Integrate proton-bridge in-process and silence verbose logging 2026-02-24 22:51:30 +01:00
src Integrate proton-bridge in-process and silence verbose logging 2026-02-24 22:51:30 +01:00
.gitignore Integrate proton-bridge in-process and silence verbose logging 2026-02-24 22:51:30 +01:00
Cargo.lock Integrate proton-bridge in-process and silence verbose logging 2026-02-24 22:51:30 +01:00
Cargo.toml Integrate proton-bridge in-process and silence verbose logging 2026-02-24 22:51:30 +01:00
CLAUDE.md Add USAGE.md user documentation and link from CLAUDE.md 2026-02-24 18:33:50 +01:00
config.toml.example Integrate proton-bridge in-process and silence verbose logging 2026-02-24 22:51:30 +01:00
docker-compose.yml basic gui and login to imap 2026-02-17 17:24:35 +01:00
MAIL_SERVER_SETUP.md Reorganize mail setup docs with Gmail instructions first 2026-02-17 21:00:43 +01:00
PROTON.md added notes 2026-02-22 18:57:26 +01:00
USAGE.md Integrate proton-bridge in-process and silence verbose logging 2026-02-24 22:51:30 +01:00