37
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 21 hours ago. based on code collected about 22 hours ago.
Sep 02, 2024 — Sep 02, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
added unit test cases for reading and writing keys to/from DB More... over 5 years ago
implemented reading keys from DB More... over 5 years ago
Key-Database based on OpenPGP.js: implemented first part of writing keys to DB More... over 5 years ago
- refactored openpgp.jsm to no longer depend on OpenPGP.js library - load OpenPGP.js directly where needed More... over 5 years ago
load OpenPGP.js via loadSubScript instead of embedding it More... over 5 years ago
better workaround for making openpgp-js load More... over 5 years ago
upgraded OpenPGP.js to v4.7.2 More... over 5 years ago
return null if timeout after reached More... over 5 years ago
Wait at most 5 seconds for streaming headers of each message, then skip and proceed with next message More... over 5 years ago
added debug log message if timeout is reached More... over 5 years ago
streaming headers seems to be stuck from time to time for reasons unknown. Therefore added a timeout after 3 minutes to proceed in any case More... over 5 years ago
catch any error and proceed properly More... over 5 years ago
GnuPG update: implemented explicit importing of keys if pubring.kbx is found More... over 5 years ago
added string for importing keys during GnuPG upgrade More... over 5 years ago
Protected Headers: implemented optional emitting of Legacy Display Part (off by default for compatibility reasons for the time being) More... over 5 years ago
removed possibility to configure Protected Subject More... over 5 years ago
Protected-Headers: as specified in draft 02, don't try to interpret the rfc822-headers part anymore, simply hide it More... over 5 years ago
If upgrading from GnuPG 2.0 to 2.2, make sure that keyring conversion is always triggered More... over 5 years ago
fixed creation of XPI file More... over 5 years ago
moved gpgAgent.jsm to cryptAPI/gnupg-agent.jsm More... over 5 years ago
move gpg.jsm to cryptoAPI/gnupg-core.jsm More... over 5 years ago
moved usage of EnigmailGpp to cryptoAPI More... over 5 years ago
moved KeyEditor functionality to cryptoAPI More... over 5 years ago
removed obsolete reference More... over 5 years ago
use cryptoAPI instead of EnigmailGpg More... over 5 years ago
moved GnuPG initialization into cryptoAPI More... over 5 years ago
refactored passwords.jsm to cryptoAPI More... over 5 years ago
don't test for empty error messages. This won't work on Windows More... over 5 years ago
completed cryptoAPI refactoring for MsgComposeOverlay More... over 5 years ago
return a correct object if the process was not started More... over 5 years ago