Skip to content

Releases: vladimiry/ElectronMail

v2.0.0-beta.8

01 Dec 18:02
Compare
Choose a tag to compare
v2.0.0-beta.8 Pre-release
Pre-release

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.

peek

v2.0.0-beta.7

23 Nov 12:54
Compare
Choose a tag to compare
v2.0.0-beta.7 Pre-release
Pre-release

Changes:

  • Make copy/paste hotkeys work on macOS (#67, 90d9792).
  • [protonmail]: Handle 429: 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

16 Nov 21:33
Compare
Choose a tag to compare
v2.0.0-beta.6 Pre-release
Pre-release

Changes:

  • [protonmail] [local store]: Fix Cannot 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

08 Nov 10:33
Compare
Choose a tag to compare
v2.0.0-beta.5 Pre-release
Pre-release

Changes:

  • Fix copy/cut context menu actions, closes #49.
  • Improve network errors handling, closes #66.

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

08 Nov 10:40
Compare
Choose a tag to compare

Changes:

  • Fix copy/cut context menu actions, closes #49.

v2.0.0-beta.4

30 Oct 06:51
Compare
Choose a tag to compare
v2.0.0-beta.4 Pre-release
Pre-release

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 and unsanitized.
    • Attachments are ignored during export.

export

Previous beta releases: v2.0.0-beta.1, v2.0.0-beta.2, v2.0.0-beta.3.

v1.5.3

30 Oct 06:49
Compare
Choose a tag to compare

This release includes the following changes:

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

v1.5.2

19 Oct 09:06
Compare
Choose a tag to compare

This release includes the following changes:

  • tutanota: make 2fa token automatic submit work again, closes #54.

v2.0.0-beta.3

19 Oct 08:28
Compare
Choose a tag to compare
v2.0.0-beta.3 Pre-release
Pre-release

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

17 Oct 14:36
Compare
Choose a tag to compare
v2.0.0-beta.2 Pre-release
Pre-release

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.

sync

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.