No description
Find a file
Shautvast df9f9f0b2f Move IMAP operations to background thread for responsive UI
Spawn a worker thread that owns the IMAP session and processes
fetch commands via channels. The UI thread polls for results
non-blockingly, keeping the app responsive during network operations.
Shows loading indicator while fetching.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 21:13:42 +01:00
src Move IMAP operations to background thread for responsive UI 2026-02-17 21:13:42 +01:00
.gitignore basic gui and login to imap 2026-02-17 17:24:35 +01:00
Cargo.lock timezone correction 2026-02-17 20:52:24 +01:00
Cargo.toml timezone correction 2026-02-17 20:52:15 +01:00
CLAUDE.md basic gui and login to imap 2026-02-17 17:24:35 +01:00
config.toml.example basic gui and login to imap 2026-02-17 17:24:35 +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