No description
Find a file
Shautvast 2ef6a0fd24 Add SMTP server (step 7) with PGP/MIME external send
Implements a minimal ESMTP listener (AUTH LOGIN/PLAIN, MAIL FROM, RCPT TO,
DATA, QUIT) that sends via the ProtonMail v4 API (create draft → send).

- ProtonMail internal recipients: Type 1 (encrypt to recipient's ECDH key)
- External recipients: Type 32 PGP/MIME — detached signature in a separate
  application/pgp-signature MIME part so the body arrives clean in Gmail.
  The MIME entity is wrapped in an OpenPGP-signed message (Signature=1) to
  satisfy ProtonMail's mandatory signature check on all external sends.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-24 16:36:38 +01:00
proton-bridge Add SMTP server (step 7) with PGP/MIME external send 2026-02-24 16:36:38 +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