Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
electron-mail-5.2.3-windows-x64-nsis-installer.exe | 2024-08-28 | 151.5 MB | |
electron-mail-5.2.3-mac-x64.dmg | 2024-08-28 | 194.9 MB | |
electron-mail-5.2.3-mac-arm64.dmg | 2024-08-28 | 190.1 MB | |
electron-mail-5.2.3-linux-x86_64.rpm | 2024-08-28 | 123.6 MB | |
electron-mail-5.2.3-linux-x86_64.AppImage | 2024-08-28 | 213.8 MB | |
electron-mail-5.2.3-linux-x64.pacman | 2024-08-28 | 119.0 MB | |
electron-mail-5.2.3-linux-x64.freebsd | 2024-08-28 | 143.9 MB | |
electron-mail-5.2.3-linux-amd64.snap | 2024-08-28 | 179.7 MB | |
electron-mail-5.2.3-linux-amd64.deb | 2024-08-28 | 119.0 MB | |
README.md | 2024-08-28 | 3.6 kB | |
v5.2.3 source code.tar.gz | 2024-08-28 | 2.5 MB | |
v5.2.3 source code.zip | 2024-08-28 | 2.8 MB | |
Totals: 12 Items | 1.4 GB | 4 |
Since mid-April 2024 Proton has: - Stopped publishing the WebClients source code on a regular basis (delay lasts weeks to months). - Stopped publishing and removed existed tags the production builds, and the app used referencing to.
For this reason, the app now has to pull the WebClients
app's code from the HEAD
of main
branch, vs referencing tags used to be deployed to production. Also, the commit hashes one could find in production by https://<app-type>.proton.me/assets/version.json
are not present in the WebClients
repo. So there is no guarantee that the WebClients
apps sources slice used for packaging the clients into this app release has ever been deployed to production by Proton.
If this situation is a concern for you, consider making your point in #354 or placing a new issue there.
https://github.com/vladimiry/ElectronMail/compare/v5.2.2...v5.2.3:
- The "auto-login into the mail account"
scenario via the automatic credentials forms filling/submitting, deprecated since v4.10.2, is now non-functional
. The edit form and possibly saved data is still there (so one could remove or restore this data, as was asked for before in issues), but there is no more automatic credentials forms filling/submitting. If you keep some data on that edit form, removing it is recommended. So, the persistent sessions feature, enabled by default since v4.10.2 is now the only way of enabling "auto-login into the mail account" scenario in the app.
- Take some measurements to prevent Invocation timeout of calling "notification" method on "electron-mail:webview-api:primary" channel with 25000ms timeout
error from happening (#559).
- Update packaged Proton Web Clients stack.
- Update @electron 27.1.0 => 32.0.1
and other dependencies.
The Apple Silicon/M1 ARM64 package requires xattr -d com.apple.quarantine /Applications/ElectronMail.app
command execution.