Initial commit: TutaBridge IMAP/SMTP bridge for Tuta

Local bridge that exposes Tuta encrypted email via standard
IMAP/SMTP protocols for use with Thunderbird and other clients.

Features:
- IMAP server with TLS (STARTTLS self-signed cert)
- SMTP server for sending mail via Tuta
- Session persistence via macOS Keychain
- Mail body decryption including LZ4-compressed blobs
- Blob storage access (BlobAccessTokenService + blob server)
- RFC 2822 message formatting
- Interactive first-run configuration
This commit is contained in:
Anthony
2026-05-21 11:46:32 +02:00
commit 8595aedfad
13 changed files with 6882 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
/target
/tuta-repo