Highlights
- Add JMAP accounts, including conversation browsing and push updates.
- Sign in to personal Outlook.com and Hotmail accounts with OAuth after registering a public client application in Microsoft Entra ID.
- Read mail across accounts in the All Mailboxes view.
- Optionally preview messages as the cursor moves, with a configurable delay before marking them read.
- Select multiple messages for batch actions. Hold Ctrl to reveal selection checkboxes; use Ctrl-click, Space or x to toggle messages, and Shift-click to select or clear a range.
- Nest labels and folders under their parents, sort them alphabetically, and remember resized pane widths.
Fixes and improvements
- Prevent editing one mailbox from deleting another, and preserve settings after sign-in resolves a canonical email address.
- Restore IMAP search and support
from:,to:andsubject:operators. - Queue rapid message actions so presses are not dropped while an earlier action is finishing.
- Improve touchpad and mouse-wheel scrolling throughout the panes.
- Check for mail with Ctrl+R as well as F5.
- Simplify the header, keep unread indicators visible, and align message selection styling with the sidebar.
- Open the reader from mail notifications and apply the active theme to notification icons.
What's Changed
- Add Outlook OAuth authentication by @MitchellMonaghan in #110
- Queue a row action taken while another is still finishing by @mfilm77 in #107
- Add a JMAP provider, with conversations, a reader rail and push by @Depodra in #111
- Add an All Mailboxes view by @patrykbart in #93
- Preview messages as the cursor moves by @patrykbart in #94
- Take two-finger scroll from the Flickable by @k7cfo in #118
- Check for mail on Ctrl+R as well as F5 by @crwilson31108 in #127
- Read the IMAP search ceiling with a FETCH curl passes through, and take from:, to: and subject: by @gw7523 in #119
- Add guided PR reviews and bug triage with confirmed repair workflows by @huacnlee in #131
- Draw the rail's labels and folders A to Z by @crwilson31108 in #128
- Name the open mailbox and act on selected messages by @gw7523 in #109
- Nest folders and remember resized pane widths by @gw7523 in #112
- Simplify the header and fix message selection by @huacnlee in #148
- Prevent account edits from deleting another mailbox by @gw7523 in #116
New Contributors
- @MitchellMonaghan made their first contribution in #110
- @mfilm77 made their first contribution in #107
- @Depodra made their first contribution in #111
- @k7cfo made their first contribution in #118
- @gw7523 made their first contribution in #119
Full Changelog: v0.8.1...v0.8.2