Skip to content

Releases: vladimiry/ElectronMail

v2.0.0-beta.1

25 Sep 05:56
Compare
Choose a tag to compare
v2.0.0-beta.1 Pre-release
Pre-release

v2 release is all about the new local messages cache feature

The local store is currently implemented only for the tutanota accounts, see respective issue #32. Support for protonmail account types is under review (there is a bridge thing).

New features

  • Caching all the emails, contacts and folders in the local database (which is stored in database.bin file under the app settings directory). App syncs the changes into the local database automatically and in a reactive way. So this feature can be treated as a dynamic incremental backup. Attachments ignored.
  • Exploring the local database via GUI, including the offline mode: navigating between folders, viewing emails, switching plain/conversation mails view mode, etc.
  • Improved unread mail calculating. Before v2, unread notifications for tutanota accounts was enabled only for a single inbox folder and only for the latest 50 emails, see details in #30. Enabling local store allows getting unread notifications without notable delay and for all the folders since app takes the unread value from the database instead of the periodic server polling.

The beta testing goal is to make sure the above-listed features work stable enough, so feedback is welcomed.

See on the below screenshot how to enable the local store feature:

local messages cache

Initial database bootstrapping might take a while, depending on the amount of data and account history length (timeout is currently set to 3 minutes).

What makes the local store viewer different from the original Web Client

  • Conversation view mode (ref1 / ref2).
  • Showing unread mail count on each folder (ref1 / ref2).
  • Functional while offline.

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.
  • under review: Batch emails selection and export (EML / raw JSON).
  • under review: Emails search, simple / advanced (full-text).
  • under review: Attachments saving.

v1.5.1

24 Sep 17:00
Compare
Choose a tag to compare

Changes

  • Fix app start with minimized window, see original issue #47.
  • Major Electron.js update 2.0.9 => 3.0.0.

Known issues

  • Tray icon mouse click doesn't toggle the app window visibility anymore on Linux but opens the tray menu (same behavior as on macOS). Caused by the Electron.js update.

v1.5.0

13 Sep 11:59
Compare
Choose a tag to compare

v1.4.1

22 Aug 14:34
Compare
Choose a tag to compare
  • Focus respective inner window on account selection and on showing app window, solves #43.

v1.4.0

31 Jul 15:38
Compare
Choose a tag to compare
  • Enable accounts reordering via drag & drop interaction (see original issue):

reorder

  • Allow to copy account's login/email via the context menu (right-click menu):

copy

  • Fix auto-login via referenced KeePass record.

v1.3.1

30 Jul 09:56
Compare
Choose a tag to compare
  • Improve tray icon rendering on macOS, original issue.

v1.3.0

27 Jul 00:46
Compare
Choose a tag to compare
v1.3.0 Pre-release
Pre-release
  • Improve stability of the auto-login feature in case of many accounts added. See original issue.
  • App logging level is now can be configured, defaults toerror. There is normally no need to pick value other than error unless you want to share log files with developers or someone. App does its best to not log a sensitive information.

log level

v1.2.0

23 Jul 02:44
Compare
Choose a tag to compare
  • More stable logic of getting unread messages number for Tutanota.
  • App now has 3 layout modes, full, tabs, and dropdown:
    • New tabs view mode is a multi-row fluid thing, you can put there as many accounts as you want. See original issue.
    • App activates dropdown mode automatically on the small screens.

toggling

  • In full mode accounts list column has no fixed width anymore, but fluid. So there will be no line breaking anymore.
  • Options / menu button is now always positioned in the top-left corner. So you will not be confused anymore with options button jumping across the screen in along with switching the view mode.

v1.1.1

16 Jul 08:39
Compare
Choose a tag to compare
  • Decrease chances of getting settings file corrupted (on for example abnormal program exit or power outages).

v1.1.0

13 Jul 12:55
Compare
Choose a tag to compare
  • Enable email accounts logged-in state indication:
    • Individual to each account, displayed as locked/unlocked icon.
    • Common. Being shown in the top-left icon corner as a small yellow dot if user has not logged-in into the at least one account.

logged-in-indication