b7872de632
- load-engimail and unload-engimail events did not exist anymore - onUnloadEnigmail was only called from those event handlers, calling it would have caused excptions as Enigmail.columnHandler.onUnloadEnigmail and Enigmail.hdrView.onUnloadEnigmail also no longer existed - messageCleanup() was only called from messageFrameUnload() Differential Revision: https://phabricator.services.mozilla.com/D227817 |
||
---|---|---|
.. | ||
content | ||
test/unit/rnp | ||
.eslintrc.js | ||
PgpMimeHandler.sys.mjs | ||
README.md | ||
components.conf | ||
jar.mn | ||
moz.build | ||
nsIMsgOpenPGPSink.idl |
README.md
This directory contains an incomplete OpenPGP email integration, which is based on an initial import of Enigmail Add-on code.
-
The code is disabled by default, and can be enabled using build time configuration --enable-openpgp
-
Care must be taken that any changes to this directory have no functional effect on the default behavior of TB.
-
Any commits to this directory that accidentally cause the automated tests of TB to break may be backed out immediately.
-
All commits will be done with DONTBUILD in the commit comment, to avoid unnecessary load on the infrastructure.
-
For questions or changes, consult: Kai Engert, Patrick Brunschwig, Magnus Melin
-
Prior to enabling this code, all code must be enabled for eslint and must be fully reviewd, as tracked in: