Yesterday we have released a new big update (version 0.2.0).
With this update, we focused on the "customizable" advertising promise. This primarily involves numerous UI and layout customization options, such as table view, positioning of the email detail view, and grouping by sender.
But we also added some user-requested features.
The Changelogs:
[0.2.0] - 2026-01-08
✨ New Features
- Added Snippets & Templates feature for quickly inserting reusable text blocks when composing emails:
- Snippets: Short, frequently used text blocks (e.g., greetings, signatures, common phrases) that are inserted directly without variable substitution
- Templates: Longer text blocks with support for dynamic variables that get resolved when inserted
- Template Variables: Use placeholders like
{{recipient.firstName}}, {{date.today}}, {{sender.name}} that automatically resolve based on context
- Variable Categories: Recipient (name, email, company), Date & Time (today, tomorrow, weekday, time), Sender (name, email, account), Email (subject, original date)
- Favorites: Mark frequently used snippets and templates as favorites for quick access (shown at top of list)
- Search: Quickly find snippets and templates by name or content
- Keyboard Triggers: Assign a trigger keyword to snippets (e.g.,
/greet) and type it followed by Tab to instantly insert the snippet content
- Available everywhere: Access snippets and templates from both the Compose window and Quick Reply
- Settings: Create, edit, and manage snippets and templates in Settings -> Text Blocks
- Import/Export: Export snippets and templates as JSON for backup or sharing, import from JSON files
- Added Table View for email list as alternative to the existing card view. Switch between Card View and Table View in Settings -> Appearance -> Email List.
- Added grouping of emails by sender or by thread. Added Email Grouping setting with multiple grouping modes (Settings -> Appearance -> Email List):
- No grouping: Each email is shown separately
- Thread: Emails in the same conversation are grouped together
- Hybrid: Thread grouping with optional per-contact sender grouping
- Sender: All emails are grouped by sender email address
- Added Thread Conversation Order setting to control the sort order of messages in the thread view. Choose between "Oldest first" (chronological) or "Newest first" (latest messages on top) in Settings -> Appearance -> Email Detail.
- Added Detail Panel Position setting to customize the email detail view layout. Choose between Right (default), Bottom and Hidden in Settings -> Appearance -> Email Detail
- Added Date Format setting to choose between Smart date (shows "Today", "Yesterday" for recent emails) and Full date (always shows complete date and time) in Settings -> Appearance -> Email List
- Added Show raw email option in the email context menu (More Actions dropdown) to view the complete raw EML source of an email in a modal window with copy functionality
🔧 Improvements
- Settings now remember the last visited page and automatically navigate to it when reopening the settings window
- Improved displaying, line-height and spacing in email content
- The live preview in Settings -> Appearance -> Email List is now sticky when you scroll down
- Added Read Receipt Settings in Settings -> Mails -> General:
- Enable read receipts: Toggle the entire read receipt feature on/off (controls visibility of the read receipt option when composing and read status display for sent emails)
- Request read receipt by default: When enabled, automatically pre-select the read receipt checkbox when composing new emails (can still be changed per email)
- Added Flag Colors Settings in Settings -> Mails -> General:
- Disable individual flag colors: Toggle each of the 7 flag colors (Orange, Red, Purple, Blue, Yellow, Green, Gray) on/off
- Disabled flag colors are hidden from the flag dropdown when flagging emails and from the Flagged section in the sidebar
- Added Tags Settings in Settings -> Mails -> General:
- Enable tags: Toggle the entire tags feature on/off. When disabled, tags are hidden from the sidebar, thread header bar, and thread content view
🐛 Bug Fixes
- Fixed note icon in email list not updating immediately after adding or deleting a note (required mailbox switch to see the change)
- Bugfix and performance improvements when opening an email
- Bugfix opening contact popover and details offcanvas