You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The bridge now decrypts your mail. It reads the same encrypted envelopes and sealed attachments as the Aster apps, and serves the decrypted messages over JMAP, IMAP, and POP3. When a key isn't available, the message body explains why instead of arriving empty.
Linux on ARM64 now has its own builds.
Fixed
Importing an existing mailbox works. IMAP APPEND accepts Inbox, Archive, and Junk as well as Sent and Drafts, keeps each message's original date, and skips duplicates on a repeated copy.
IMAP search returns the right messages. Searches by header, Cc, Bcc, and keyword previously matched everything, which caused mail apps to skip messages while migrating.
Creating a folder that already exists succeeds instead of failing, and copying or moving a large selection is split into batches rather than refused.