Releases: DakiaMail/dakia-desktop
Release list
Dakia v0.4.4
Dakia v0.4.4
This update makes Dakia faster and more reliable with large or changing mailboxes, improves attachment names and people organization, and adds privacy-preserving usage analytics.
What changed
- Resend sent messages. Use the new Send again action to resend a message you have already sent.
- Faster archiving and read updates. Archiving a message or marking it as read now updates instantly, with no wait on the network.
- More reliable mailbox syncing. Large IMAP mailboxes now sync in bounded batches, recover more safely from interrupted rebuilds, and handle mailbox resets and server changes without leaving partial local state.
- Correct attachment filenames. Encoded attachment names from more email providers are now decoded before they are shown or saved.
- Better people categorization. People are now grouped more consistently across the desktop app, the CLI, and the core engine.
- Privacy-preserving usage analytics. Dakia now collects minimal, privacy-preserving usage analytics to help guide development.
Download
Dakia v0.4.4 is available for macOS, Linux, and Windows.
Dakia v0.4.2
Dakia v0.4.2
This update makes email links in messages open directly in Dakia, so you can
start composing without switching apps.
What's new
- Compose from email links. Click an email link in a message to open a new
Dakia compose window. Recipients, CC, subject, and message text are filled in
when the link provides them. - Uses the right account. The new message opens from the account where you
received the original email.
Download
Dakia v0.4.2 supports Apple Silicon Macs.
Dakia v0.4.1
Dakia v0.4.1
This update makes it quicker to contact people from a message and easier to
send feedback to the Dakia team.
What's new
- Faster email address actions. Click a sender or recipient address to
start a new message. Right-click an address to copy it or open a new message
from the native menu. - Feedback from the sidebar. The new Feedback button opens an editable
message to Dakia support. It includes app, operating system, architecture,
and language details for you to review before sending; mailbox and account
details are not added.
Download
Dakia v0.4.1 supports Apple Silicon Macs.
Dakia v0.3.2
Dakia v0.3.2
This patch release restores Google sign-in in published macOS builds.
Fixes
- Google OAuth credentials are now compiled into the desktop library that
implements Gmail account setup. The previous release routed the credential
to the wrong Rust crate, so installed builds could not start Google OAuth. - Release builds now discard cached desktop-package artifacts before compiling
the credential-bearing code. - Packaged-app verification launches the finished app without OAuth environment
overrides and requires it to resolve its built-in Google OAuth configuration.
The same check runs for the signed app and the updater archive contents. - Publication now cryptographically verifies the updater archive signature,
extracts the app, and checks its packaged version before changing the public
updater feed.
Download
Dakia v0.3.2 supports Apple Silicon Macs.
Dakia v0.3.1
Dakia v0.3.1
This release improves the reliability of mailbox actions, sending, and live
updates while strengthening the checks used to ship Dakia safely.
Improvements and fixes
- Mail actions now target every concrete duplicate copy in a conversation,
preventing the stale-row case caused by collapsing duplicate copies for
display. - Sending now reports when the final SMTP delivery status is uncertain after
message submission, rather than presenting it as an ordinary definite
failure. - Live updates no longer publish a completed hydration after the account was
removed, and desktop event listeners clean up registrations that resolve
after their window closes. - Message-content loading fails promptly when a message was removed instead of
waiting for a background fetch that can never complete. - Added regression checks for CLI/desktop state, payload, cancellation, and
cross-process-access contracts.
Release quality
- Added realistic, redacted mail fixtures and broader IMAP, SMTP, storage,
threading, CLI, frontend, and native-command regression coverage. - Added scoped GitHub Actions validation workflows with the applicable-scope
check required on protected branches, repeatable
coverage measurement, and a bounded read-only provider authentication smoke
test. - Strengthened Apple-Silicon packaged-app and updater-archive checks for the
bundled CLI, signing identity, version, architecture, and notarization.
Download
Dakia v0.3.1 supports Apple Silicon Macs.
Dakia v0.3.0
Dakia v0.3.0
This release makes conversations easier to read and reply to, adds a secure
way to export original messages, and improves compatibility with complex email
formats.
What's new
- Clearer conversation threads. The newest message opens in full while
older messages use compact summaries that can be expanded with a click or
keyboard. Attachment and sender context stays visible. - Quoted context in replies. Replies now include sanitized message history
in both plain-text and HTML composition, making the resulting conversation
easier to follow across mail clients. - Secure original-message export. Messages can be exported as
.emlfiles
with identity checks, safe filenames, collision handling, and private file
permissions.
Improvements and fixes
- Improved quoted-history detection and disclosure for Outlook,
Freshdesk, Thunderbird, and mixed-provider conversations. - Improved rendering of provider HTML, including oversized text, spacer
elements, dark-mode color conflicts, and inline images. - Fixed messages with complex or imperfect MIME structures—including affected
LinkedIn mail—that could previously appear blank or misclassify body content
as attachments. - Improved support for flowed plain text, character encodings, transfer
encodings, nested message parts, and inline content references. - Mailbox and Sent changes now refresh more reliably while Dakia is running.
Download
Dakia v0.3.0 is available for Apple Silicon Macs.