Releases: vladimiry/ElectronMail
v2.0.0-beta.8
Changes:
[protonmail]
: Enable the built-in web client feature. The feature is enabled for the Protonmail account types only so far, see respective WebClient repository. So the app has got the following capabilities:- Enhanced code integrity. See @KAepora 's An Analysis of the ProtonMail Cryptographic Architecture paper for details.
- Loading much less stuff from the internet to start. In this mode the app basically executes the API remote requests only and loads all the static resources from the local machine.
- Reduced chances to face [provider change: webclient] like issues since app works with static built-in web client instead of loading possibly updated with breaking changes version from the internet. Normally web client breaking code changing happens quite more often than breaking API changing which means the app is more robust with built-in web client option enabled.
- Fix the automatic login feature in case of login/password values included unusual characters (#74, 249a573).
Previous beta releases: v2.0.0-beta.1, v2.0.0-beta.2, v2.0.0-beta.3, v2.0.0-beta.4, v2.0.0-beta.5, v2.0.0-beta.6, v2.0.0-beta.7.
v2.0.0-beta.7
Changes:
- Make copy/paste hotkeys work on macOS (#67, 90d9792).
[protonmail]
: Handle429: Too Many Requests
rate limiting error (#72, ef9f289).Tabs
view mode is now default view mode (d5a7fa6). See the available view modes going through the images in this folder and reviewing the readme.
Hopefully, this is the last beta release, so stable v2 release is coming soon.
Previous beta releases: v2.0.0-beta.1, v2.0.0-beta.2, v2.0.0-beta.3, v2.0.0-beta.4, v2.0.0-beta.5, v2.0.0-beta.6.
v2.0.0-beta.6
Changes:
[protonmail]
[local store]
: FixCannot read property 'Labels' of undefined
error caused by the recent Protonmail WebClient change, closes #69.[local store]
: Display messages list in conversation mode by default.
Previous beta releases: v2.0.0-beta.1, v2.0.0-beta.2, v2.0.0-beta.3, v2.0.0-beta.4, v2.0.0-beta.5.
v2.0.0-beta.5
Changes:
Previous beta releases: v2.0.0-beta.1, v2.0.0-beta.2, v2.0.0-beta.3, v2.0.0-beta.4.
v1.5.4
v2.0.0-beta.4
Upstream changes (picked from the stable release channel):
- Enable the following macOS related features (#50):
- Basic app window menu.
- Cmd+h command.
- Showing app window on dock icon click.
- Disable portable builds (#60).
This release changes:
[tutanota]
Make reactive local cache update work again by supporting Tutanota WebClient change (#61).[protonmail]
Display "all mail" and "starred" folders as system folders.- Enable basic "load more" feature with portion size set to 50 (#55).
- Display conversations collapsed by default.
- Enable emails export to EML files, related notes:
- App exports emails in their original form,
unencrypted
andunsanitized
. - Attachments are ignored during export.
- App exports emails in their original form,
Previous beta releases: v2.0.0-beta.1, v2.0.0-beta.2, v2.0.0-beta.3.
v1.5.3
v1.5.2
v2.0.0-beta.3
This release includes the following changes:
protonmail
: fix messages unread state storing, closes #53.tutanota
: make 2fa token automatic submit work again, closes #54.
Previous beta releases: v2.0.0-beta.1, v2.0.0-beta.2.
v2.0.0-beta.2
This release enables local messages cache feature for protonmail
account types, so it's now possible to view emails in offline mode. The local cache is a first step of implementing further enhancements, like batch export, custom/full-text search, etc. See here how to enable the feature.
This release also fixes database bootstrap for tutanota
accounts. Database bootstrap got broken recently after Tutanota stopped processing even batch updates for the system folders. Unfortunately, neither Tutanota nor Protonmail provides official public API, so it's likely such sort of issues will happen again.
What is planned and unread review
under review:
Optionally show images in the email body viewer. Currently, all the images are wiped out during mail content viewing, so it works completely offline.planned:
Batch emails selection and export (EML / raw JSON).under review:
Emails search, simple / advanced (full-text).under review:
Attachments saving.