Skip to content

v1.7.0

Choose a tag to compare

@maathimself maathimself released this 20 Jun 19:15

Features

  • Run inbox rules on existing messages — A new "Run rules on inbox" button in the Admin Panel applies your inbox rules retroactively to all existing messages, not just newly arrived ones. (#155)
  • Arrow key navigation in message list — Use ↑/↓ to move between messages; the selected row scrolls into view automatically. (#154)
  • Persistent compose window size — The compose window remembers the size you dragged it to across sessions. (#153)
  • Auto-save compose to Drafts — Closing the compose window without sending saves the draft to your Drafts folder on the server so it's accessible from any client. (#152)
  • Send warnings for empty subject and forgotten attachments — MailFlow warns you before sending if the subject line is blank or if the message body mentions an attachment but none is attached. (#151)

Fixes

  • Fixed thread rows staying bold after marking read in conversation view when no sub-messages were cached.
  • Fixed virtual folders stealing messages from real folders during IMAP sync. (#160)
  • Fixed draft messages not being permanently deleted from the message list, and a unique-key race condition when moving to trash. (#152)
  • Fixed inbox rules run timing out on large mailboxes — now paginates all inbox messages in batches of 500 instead of capping at 1,000. (#155)

Security

Chores

  • ESLint now enforces a zero-warning ceiling (--max-warnings 0) in both backend and frontend CI.