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

Releases: whiteout-io/mail

v0.23.0

11 Feb 14:42

Choose a tag to compare

Release notes:

  • Upgrade to OpenPGP.js v0.10.0 fixing several security issues
  • Fix UserId format of generated PGP keys causing email addresses to be invalid when importing to GPGtools

v0.22.2

10 Feb 15:17

Choose a tag to compare

Release notes

  • Fix key import if key id didn't match the public key that was already present on a HKP key server
  • Remove spellcheck from keychain code input

v0.22.1

05 Feb 09:02

Choose a tag to compare

Release notes

  • Fix bug where new users could not generate a new PGP key if they had an old one on HKP key servers
  • Add native scrolling to contacts view on iOS

v0.22.0

03 Feb 12:58

Choose a tag to compare

Release notes

  • Automatic fetching of PGP keys from standard HKP key servers (e.g. pgp.mit.edu) in case whiteout key
    server has no key
  • Automatic upload of PGP key to standard HKP key servers after email validation in whiteout key server
  • Display more info in contacts: first name, last name, key source
  • Autocomplete in writer can now filter first name, last name and email address
  • Loosen file ending restriction for PGP file import (don't allow just *.asc)
  • Remove multiplexing for socket.io ... each tcp-socket will get it's
    own connection.
  • Improve readability of grey on grey text in desktop mail-list
  • More descriptive error message for wmail signup
  • Hide unread count next to sent folder
  • Fix fetching of mail bodies after coming back from read mode
  • Fetch new oauth token from chrome.identity api for each new smtp/imap
    connection separately

v0.21.2

13 Jan 17:38

Choose a tag to compare

Release notes

  • add phone number validation in wmail signup
  • fix date format in mail-list on iOS
  • mailbox private beta signup via mailchimp
  • add W3C app manifest and theme color (supported in Chrome on Android)

v0.21.1

08 Jan 15:25

Choose a tag to compare

Release notes

  • Remember window size and position in desktop chrome app
  • Fix bug when outbox was not initialized

v0.21.0

19 Dec 14:50

Choose a tag to compare

Release notes

  • Performance improvements
  • Make nav footer sticky to always display status in desktop layout
  • Refactor app to use ES6 promises instead of callbacks
  • Upgrade to OpenPGP.js v0.9.0 to support decoding of zip/zlib compressed messages
  • Fix bug where inbox was not displayed on start
  • Fix IndexedDB bug in Firefox: #152
  • Fix parsing bug in imap-client
  • Fix parsing bug in mailreader

v0.20.0

05 Dec 17:35

Choose a tag to compare

Release notes

  • Completely redesigned responsive layout for desktop, tablet and mobile

v0.19.2

29 Oct 17:46

Choose a tag to compare

Release notes

  • Fix RSA keygen on Android (in case webcrypto api is not supported)

v0.19.1

29 Oct 14:45

Choose a tag to compare

Release notes

  • Use new chrome.sockets.tcp api on cordova (use deprecated chrome.socketon desktop)
  • Fix STARTTLS for Chrome App