No description
Three improvements: - Add 15s connect/read/write timeouts to TcpStream so a hung IMAP server can no longer block the worker thread indefinitely - Cache tui_markdown rendering: convert Text<'a> to Text<'static> on first render and reuse across frames, re-parsing only when the body actually changes - Debounce FetchBody requests on keyboard navigation: wait 150ms of inactivity before sending, so rapid scrolling doesn't flood the worker with stale requests Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| src | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| CLAUDE.md | ||
| config.toml.example | ||
| docker-compose.yml | ||
| MAIL_SERVER_SETUP.md | ||