Skip to content
This repository has been archived by the owner on Jul 10, 2019. It is now read-only.

Releases: whiteout-io/mail

v0.19.0

23 Oct 14:44
Compare
Choose a tag to compare

Release notes

  • Minified javascript (should reduce the initial http request count per user by about 100)
  • restrict ports on socket.io proxy
  • TLS is handled in a Worker thread per tcp-connection
  • Upgrade to OpenPGP.js v0.8.1 with native RSA keygen using WebCrypto and Promises
  • Add Logout link in navigation
  • Desktop notification now have a 5 second timeout, so they don't clutter up the user's desktop
  • fix various issues in email.js
  • show version number in about dialog in webmail

v0.18.0

24 Sep 11:24
Compare
Choose a tag to compare

Release notes

  • Android App is now in Beta!
  • Fix file input on Android
  • Email address autocompletion while typing recipients in the mail editor
  • Fix wrongly sent recovery token when checking key sync
  • Use shorter recovery token (6 chars)
  • Give hint to set passphrase after initial setup
  • Use standard desktop notification api
  • More verbose error messages when connecting to an IMAP server fails (Connection Doctor)
  • Increase performance of editor on mobile devices
  • Display HTML mails full screen on mobile
  • Ask user to restart when new version of Chrome App is available

v0.17.1

13 Sep 11:35
Compare
Choose a tag to compare

Release notes

  • Upgrade to angular 1.2.24 (fixes a potential security issue)
  • Fix Email content not being display for html only mails
  • Fix PGP clearsigned messages not being displayed correctly
  • Fix unicode filename handling in MIME-codec

v0.17.0

12 Sep 11:13
Compare
Choose a tag to compare

Release notes

  • STARTTLS adding support for Outlook.com, GMX, Web.de
  • Native TLS using the new chrome.socket.secure api (Chrome 38)
  • Fix Thunderbird/Enigmail compatibility
  • Bug reporting directly from the error dialog
  • Fix key activation race condition on slow imap servers
  • Fixed opening url in external browser on Android: MobileChromeApps/mobile-chrome-apps#223

v0.16.0

06 Aug 10:10
Compare
Choose a tag to compare

Release notes

  • Fix back-button behavior on Android
  • Fix bug where users could be stuck in offline mode forever while connecting
  • Fix display of multiple SENT / TRASH / DRAFT folders if user has multiple IMAP folders (display only first one)
  • Refresh OAuth token for Gmail users on IMAP/SMTP re-connect
  • Setup UI is mobile friendly
  • PGP key-import and key-gen options are now more distinct in setup
  • Inform mobile users to setup key-sync
  • Allow PGP key file-import even when key-sync has been activated
  • Display opt-in newsletter signup during setup

v0.15.1

30 Jul 16:52
Compare
Choose a tag to compare

Release notes

  • Fixes toBigInteger bug #99 when generating keypair without a passphrase

v0.15.0

24 Jul 13:47
Compare
Choose a tag to compare

Release notes

  • First alpha release of the Android App on Google Play!
  • Support for Yahoo Mail, T-Online and custom IMAP/SMTP servers.
  • Allow users to share public key via link in Account menu
  • Sandbox reader in iframe and use DOMPurify to sanitize HTML content.
  • Infinite scrolling in mail-list
  • Performance improvements and various bugfixes

v0.14.0

09 Jul 10:47
Compare
Choose a tag to compare

Release notes

  • Private PGP key sync (experimental, read blog post)
  • Display images in HTML mails (opt-in)
  • Fix signature verification for signed PGP messages
  • Allow import of only private PGP key block (if it contains the public key)
  • Bug reporting directly from the app

v0.13.1

23 Jun 11:16
Compare
Choose a tag to compare

Release notes

  • Fix bug in IMAP-caching that lead the app to display duplicate messages.

v0.13.0

19 Jun 08:33
Compare
Choose a tag to compare

Release notes

  • Fix key import issues. PGP keys with multiple UserIDs can now be imported.
  • Improve input validation for key import and explain the required format to users in case of error.
  • Don't warn users about manually imported public keys being revoked on the server.
  • Responsive UI for upcoming mobile releases.