Skip to content

Aster Bridge 0.4.17

Choose a tag to compare

@github-actions github-actions released this 11 Aug 15:58

What's new

  • 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.