37
I Use This!
Very Low Activity

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Aug 20, 2024 — Aug 20, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixes for Moz13b: Added Charset header for inline encrypted messages More... over 22 years ago
Final changes for Enigmail 0.72.0 (and Enigmime 0.71.3) More... over 22 years ago
Fixed problem with charset not being set correctly for inline encrypted messages More... over 22 years ago
Modified enigmailMsgComposeOverlay.js to use the 'improved' nsIEditor instead of nsIEditorShell, because the editor shell has finally gone away in 1.3a. The modifications should also work with Mozilla 1.0.2, but may not work with Mozilla 1.0.0/1. More... over 22 years ago
Enigmail v0.71.1.0 More... over 22 years ago
Final changes for Enigmail 0.71.0 for Moz 1.2; fixed problem with messages not being automatically decrypted when being quoted in replies; also fixed bug where plaintext prior to encryption was available in the clipboard after compose More... almost 23 years ago
Fixed problem with incorrect OpenPGP packets being interpreted as having 'no data' from the status message More... almost 23 years ago
Minor fixes to compile on Win32 More... almost 23 years ago
Final change to merge Enigmail 0.65.0 branch with the Enigmail trunk 0.70.0 version; allowed for both the old nsIScriptable Timer and the new nsITimer; should work on the Mozilla 1.0 branch and on the post 1.2a trunk; will not work on 1.1 because nsIScriptableTimer itself was changed post Moz 1.0 More... almost 23 years ago
Cleaned up some global variable names, to avoid name clashes More... almost 23 years ago
replaced window.frames with EnigGetFrame for Mozilla trunk compatibility More... almost 23 years ago
Fixed bug with printing special characters (accents etc.) by using message/rfc22 content-type, rather than text/html, for printing More... almost 23 years ago
Fix for bug 1964: large encrypted messages on IMAP servers are now handled properly, i.e., with an informative message to the user More... almost 23 years ago
Fix for bug 2023: content-transfer-encoding is now set to 8bit in the envelope for 8bit PGP/MIME signed message More... almost 23 years ago
Altered EnigGetString to support formatStringFromName, and changed appropriate calls and bundlestrings More... almost 23 years ago
BUG in Mozilla 1.2a: crash in ~nsHttpChannel because nsHttpHandler::get() returns null, leading to random crashes when using Enigmail because an instance of nsIHttpProtocolHandler is created in enigmail.js when initializing; fix by instantiating nsIHttpProtocolHandler through IOService More... almost 23 years ago
Removed check for non-null BaseURI in EnigmailProtocolHandler.newURI because non-null BaseURI is passed in moz 1.2a More... almost 23 years ago
NS_INIT_REFCNT -> NS_INIT_ISUPPORTS More... almost 23 years ago
Upped version to 0.70.0 to reflect l10n work and incompatibility of 0.6x lang packs More... almost 23 years ago
Added function EnigGetString(), and changed text strings into calls to it More... almost 23 years ago
Added strings for package/enigmail.js More... almost 23 years ago
Changed text strings to entity refs/EnigGetString() calls More... almost 23 years ago
Added strings for pref-enigmail-adv.js/xul More... almost 23 years ago
Changed text strings to entities More... almost 23 years ago
Added entities for enigmailSelectPanel.xul More... almost 23 years ago
Changed fixed text to entities More... almost 23 years ago
Added entities for enigmailPanel.xul More... almost 23 years ago
Changed fixed text strings to EnigGetString() calls More... almost 23 years ago
Added strings for enigmailNavigatorOverlay.js More... almost 23 years ago
Changed text strings to EnigGetString() calls More... almost 23 years ago