No description
Find a file
Shautvast 7269eca3e9 Fix worker thread blocking startup by deferring IMAP connection
The eager connect() call in the worker thread could hang if the server
was unreachable, preventing the worker from ever processing commands.
Let refresh() handle the initial connection instead.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-18 08:57:57 +01:00
src Fix worker thread blocking startup by deferring IMAP connection 2026-02-18 08:57:57 +01:00
.gitignore basic gui and login to imap 2026-02-17 17:24:35 +01:00
Cargo.lock Clean up leftover quoted-printable artifacts in email body 2026-02-17 21:47:47 +01:00
Cargo.toml Clean up leftover quoted-printable artifacts in email body 2026-02-17 21:47:47 +01:00
CLAUDE.md Update CLAUDE.md for skim project 2026-02-17 21:34:46 +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