Bug Fixes
- Email preview snippets: Fixed a regression where snippet text in the message list could show garbled content — raw HTML entities (
&,…, etc.) or Markdown link syntax ([label](url)) from ESPs like Klaviyo that generatetext/plainby converting HTML anchors to Markdown. All snippet-building paths now share a single canonical function with consistent entity decoding and link stripping. - Message deletion: Fixed missing undo timer bar when deleting a message from the reading pane (the bar was only showing when deleting from the list).
- IMAP sync: Fixed an unhandled error when the server rejects an invalid message-set during sync phases 1 and 2; these are now caught and logged via
extractImapErrorrather than crashing the sync.
Documentation
- Added
ROADMAP.mdand updated README navigation links - Updated Contributing and Roadmap links to point to mailflow.sh