This repository has been archived by the owner on Jul 10, 2019. It is now read-only.
Releases: whiteout-io/mail
Releases · whiteout-io/mail
v0.19.0
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
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
v0.17.0
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
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
v0.15.0
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
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
v0.13.0
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.