No description
Find a file
Shautvast fa1d1a6cb7 Add IMAP server (step 6) — all 9 commands implemented
Plain-TCP listener on 0.0.0.0 (handles both localhost and 127.0.0.1).
LOGIN, NOOP, SELECT (reloads inbox), FETCH header+body, SEARCH, STORE,
EXPUNGE (deletes on ProtonMail), LOGOUT.

FETCH body decrypts messages on demand: brief lock for ID lookup, API call
without lock, brief lock again for crypto. RFC 3501 literal format with
exact byte counts for imap-crate compatibility.

Also: update store.expunge() to return (ids, seqs) in descending order for
correct IMAP EXPUNGE response ordering; add chrono for RFC 2822 dates.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-22 19:13:20 +01:00
proton-bridge Add IMAP server (step 6) — all 9 commands implemented 2026-02-22 19:13:20 +01:00
src Add proton-bridge crate: workspace setup and SRP authentication (Step 2) 2026-02-19 21:31:10 +01:00
.gitignore Add proton-bridge crate: workspace setup and SRP authentication (Step 2) 2026-02-19 21:31:10 +01:00
Cargo.lock Add IMAP server (step 6) — all 9 commands implemented 2026-02-22 19:13:20 +01:00
Cargo.toml Add proton-bridge crate: workspace setup and SRP authentication (Step 2) 2026-02-19 21:31:10 +01:00
CLAUDE.md Update CLAUDE.md for skim project 2026-02-17 21:34:46 +01:00
config.toml.example Add SMTP send with TLS mode support and timeouts 2026-02-19 20:07:17 +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