No description
Find a file
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
proton-bridge Fix IMAP search tag mismatch and clean up compiler warnings 2026-02-25 17:35:58 +01:00
src Fix IMAP search tag mismatch and clean up compiler warnings 2026-02-25 17:35:58 +01:00
.gitignore Integrate proton-bridge in-process and silence verbose logging 2026-02-24 22:51:30 +01:00
Cargo.lock implemented safe cache 2026-02-25 16:48:40 +01:00
Cargo.toml implemented safe cache 2026-02-25 16:48:40 +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 Store credentials in OS keychain via keyring crate 2026-02-25 10:50:23 +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 Store credentials in OS keychain via keyring crate 2026-02-25 10:50:23 +01:00