Skip to content

v1.7.2

Choose a tag to compare

@maathimself maathimself released this 25 Jun 19:06

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 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