tuimail/proton-bridge/src
Shautvast e858236f51 Fix IMAP search tag mismatch and clean up compiler warnings
Remove UIDVALIDITY/UIDNEXT from SELECT response to prevent imap-proto
from leaving the tagged SELECT line unconsumed in the buffer, which caused
the subsequent SEARCH command to assert on a stale tag (a122 vs a123).
Also fix empty SEARCH response to omit the trailing space before CRLF.

Remove dead diagnostic code and unused functions throughout.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-25 17:35:58 +01:00
..
api.rs Fix IMAP search tag mismatch and clean up compiler warnings 2026-02-25 17:35:58 +01:00
auth.rs Store credentials in OS keychain via keyring crate 2026-02-25 10:50:23 +01:00
config.rs Integrate proton-bridge in-process and silence verbose logging 2026-02-24 22:51:30 +01:00
crypto.rs Fix IMAP search tag mismatch and clean up compiler warnings 2026-02-25 17:35:58 +01:00
imap_server.rs Fix IMAP search tag mismatch and clean up compiler warnings 2026-02-25 17:35:58 +01:00
lib.rs replaced println's with tracing calls 2026-02-25 09:04:11 +01:00
main.rs replaced println's with tracing calls 2026-02-25 09:04:11 +01:00
smtp_server.rs Fix IMAP search tag mismatch and clean up compiler warnings 2026-02-25 17:35:58 +01:00
srp.rs Decrypt ProtonMail messages end-to-end via key passphrase fix 2026-02-22 15:55:18 +01:00
store.rs Add IMAP server (step 6) — all 9 commands implemented 2026-02-22 19:13:20 +01:00