37
I Use This!
Very Low Activity

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Sep 02, 2024 — Sep 02, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Bug 1040: include Autocrypt in per-recipient rule desc More... over 5 years ago
Fixed Bug 1037: (dialog for inline-PGP with attachments): selecting PGP/MIME will still send as inline-PGP More... over 5 years ago
next step on migration to cryptoAPI More... over 5 years ago
check the message structure for PGP/MIME signed messages and only display a signature status if the message structure is well known (either message is signed entirely, or message is created by mailman with additional unsigned plaintext part) More... over 5 years ago
don't fail if currentPane is not available More... over 5 years ago
Made Enigmail compatible with draft 2 of Protected Headers spec https://www.ietf.org/id/draft-autocrypt-lamps-protected-headers-02.html More... over 5 years ago
Bug 1041 - try to improve compatibility with WebExtensions like uBlock: delay initializing Enigmail service until TB completed restoring the tabs More... over 5 years ago
updates from Transifex More... over 5 years ago
make sure that keyRing gets loaded when decrypting 1st message More... over 5 years ago
don't load not existing/superfluous JS More... over 5 years ago
made sure that SHA512 is really used on Windows More... over 5 years ago
Make sure that Autocrypt description can be displayed More... over 5 years ago
fixed editing accounts via message compostion window More... over 5 years ago
correctly handle the case if GnuPG is not found or unusable More... over 5 years ago
try to initialize Enigmail during startup (without any user interaction) such that the service is available earlier (bug 1038) More... over 5 years ago
refactored hash.jsm to use CryptoAPI More... almost 6 years ago
re-factored persistentCrypto.jsm to use CryptoAPI only More... almost 6 years ago
one more test More... almost 6 years ago
added some basic test cases for mimeEncrypt More... almost 6 years ago
throw an exception if a promise rejects More... almost 6 years ago
Move encryption module to cryptoAPI, 1st part More... almost 6 years ago
fixed rejection in case of severe errors More... almost 6 years ago
use Promise instead of non-standard callback function for notification of key generation complete More... almost 6 years ago
moved key creation to CryptoAPI More... almost 6 years ago
make key revocation more robust More... almost 6 years ago
minimize main window during execution of unit tests More... almost 6 years ago
moved import/export ownertrust to CryptoAPI; added unit test cases More... almost 6 years ago
removed old provisioning files (obsolete since we moved to Gitlab CI) More... almost 6 years ago
moved importing keys from data to CryptoAPI More... almost 6 years ago
moved exporting of public keys to CryptoAPI More... almost 6 years ago