Releases: vladimiry/ElectronMail
Releases · vladimiry/ElectronMail
v2.0.0-beta.1
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
andfolders
in the local database (which is stored indatabase.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 singleinbox
folder and only for the latest 50 emails, see details in #30. Enablinglocal 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:
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
v1.5.0
- Enable https://beta.protonmail.com/ entry point, closes #46. See Become a ProtonMail beta tester and be the first to test new features blog post for details.
v1.4.1
v1.4.0
v1.3.1
v1.3.0
- 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 to
error
. There is normally no need to pick value other thanerror
unless you want to share log files with developers or someone. App does its best to not log a sensitive information.
v1.2.0
- More stable logic of getting unread messages number for Tutanota.
- App now has 3 layout modes,
full
,tabs
, anddropdown
:- 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.
- New
- 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.