EXE
WinGet
ElectronMail
Vladimir Yakovlev · 5.3.7 · x64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Install
electron-mail-5.3.7-windows-x64-nsis-installer.exe /S
Custom
electron-mail-5.3.7-windows-x64-nsis-installer.exe /S /ALLUSERS
Intune Detection Rule
Registry Rule
Rule type
Registry
Registry hive
Key path
HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ElectronMail 5.3.70
Detection method
Value name
DisplayVersion
Operator
Greater than or equal to
Value
5.3.7
Associated with 32-bit app on 64-bit clients
No
MSI Properties
Product Code
dda31663-c6b6-5593-afb9-19792a7a8c9d
File Identity
Filename
electron-mail-5.3.7-windows-x64-nsis-installer.exe
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
VladimirYakovlev.ElectronMail
Version
5.3.7
Description
Unofficial ProtonMail Desktop App
License
GPL-3.0
↗
Installer URL
https://github.com/vladimiry/ElectronMail/releases/download/v5.3.7/electron-mail-5.3.7-windows-x64-nsis-installer.exe
Upgrade Behavior
install(Install over existing)
Release Notes
- Change the default rate limit set for requesting @ProtonMail API endpoints from 300 to 200 (c946948).
- The value = 300 respected by the app for years was good enough for stable operations. But at some point in May 2026, Proton changed their API rate limit to 220 requests per minute, so the app had to respect the new value to keep working reliably. This mostly matters for local store mode usage, where batch fetching is a normal thing.
- If needed, the value remains manually configurable -…