@bjo The Snap repo version is more recent compared to the deb and rpm packages.
Also, the binaries of the snap, deb and rpm packages are the same, since it's just an Electron application after all (and Electron is usually prebuilt), and we're not pulling any Snap platform dependencies whatsoever.
Pinned Comments
alissonlauffer commented on 2023-06-10 22:06 (UTC) (edited on 2023-06-10 22:09 (UTC) by alissonlauffer)
Well, I've just updated the package to use the latest version available in Snapcraft (1.136.30), and also hardcoded a workaround to the crash at startup in
bluemail.sh
, until the Electron version is updated.But I have a warning: I personally don't recommend using this email client for now, because it uses a very old version of Electron (
v13.3.0
) which was released almost 2 years ago, and the developers of the application don't seem to care about the large number of CVEs of these old versions of Electron (I emailed them 9 months ago requesting an Electron update).Also, because the version of Electron is old, there are many compatibility issues with newer libraries, such as even requiring the sandbox to be turned off (which is a very bad sign for security).