You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 generate text/plain by 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 extractImapError rather than crashing the sync.
Documentation
Added ROADMAP.md and updated README navigation links
Updated Contributing and Roadmap links to point to mailflow.sh