protz / thunderbird-stdlib Archived
Commits on May 7, 2020
Commits on Mar 9, 2020
-
Lazy load modules as much as possible, and lazy initialise logging.
This helps to avoid unnecessary loading on startup, and ensures that logging preferences can be initialised properly.
Commits on Nov 17, 2019
Commits on Oct 20, 2019
Commits on Aug 8, 2019
-
Agreed with @protz. Allowed as per the MPL.
Commits on Jul 28, 2019
-
Drop the TB60 compatibility layer for generateQI
Standard8 committedJul 28, 2019
Commits on May 20, 2019
-
Verified
This commit was created on GitHub.com and signed with GitHub’s verified signature.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
Commits on Apr 27, 2019
-
-
Verified
This commit was created on GitHub.com and signed with GitHub’s verified signature.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
Commits on Jan 2, 2019
-
Fix no-undef and no-unused-vars issues for enabling ESLint
Standard8 committedJan 2, 2019
Commits on Jan 1, 2019
-
Initial manual fixes for enabling ESLint.
Standard8 committedJan 1, 2019 -
Automatically fix ESLint issues.
Standard8 committedJan 1, 2019
Commits on Dec 30, 2018
-
Add functions for compatibility with TB60. - XPCOMUtils.importRelative is deprecated - XPCOMUtils.generateQI is deprecated
shirosaki committedDec 30, 2018
Commits on Jun 7, 2018
-
Update archive folder handling to better match what Thunderbird does.
Fix toLocaleFormat not being available in recent Thunderbird builds. Fix GMail archive handling.
Standard8 committedJun 7, 2018
Commits on Feb 12, 2016
-
Fix the usages of for-of in send.js.
Dexterp37 committedFeb 12, 2016
Commits on Feb 6, 2016
-
Replace the deprecated uses of expression closures with arrow functio…
…ns. Also changes for-of to Array.map where needed.
Dexterp37 committedFeb 6, 2016
Commits on Apr 15, 2015
-
Don't use 'for each in' and Iterator anymore
pianoslum committedApr 15, 2015
Commits on Mar 29, 2015
-
Modernize the range function to return a proper ES6 generator.
From casual debugging, it seems that the for each (let i of range(...)) pattern that I used before was broken subtly somewhere (new JIT? conformance to ES6?). No time to debug this...
protz committedMar 29, 2015
Commits on Mar 16, 2015
-
Since bug 998191, otherRandomHeaders is no longer supported
If anyone actually needs this, please shout and I'll add an extension point.
protz committedMar 16, 2015
Commits on Sep 19, 2014
-
Merge remote-tracking branch 'refs/remotes/origin/master'
protz committedSep 19, 2014 -
Workaround in case we ever move back nsieditor as builtinclass
protz committedSep 19, 2014
Commits on Sep 18, 2014
-
Fix "TypeError: redeclaration of variable params" after bug 1001090
This fixes the TypeError seen after the landing of: https://bugzilla.mozilla.org/show_bug.cgi?id=1001090
Ed Morley committedSep 18, 2014
Commits on Jul 4, 2014
-
protz committed
Jul 4, 2014
Commits on Jun 23, 2014
-
Revert "Implement new fcc option."
This reverts commit a8f761d. Conflicts: send.js
protz committedJun 23, 2014
Commits on Jun 20, 2014
-
protz committed
Jun 20, 2014
Commits on Dec 15, 2013
-
protz committed
Dec 15, 2013
Commits on Oct 8, 2012
-
Try to fix the new fcc option.
protz committedOct 8, 2012
Commits on Sep 17, 2012
-
No URLs doesn't mean it's a reply.
protz committedSep 17, 2012
Commits on Sep 14, 2012
-
"Put a copy of the sent message in the same folder as the message being replied to, unless the message being replied to is in the inbox -- in that case it will go into the sent folder". This is mainly a self-service option but it helps me keep my folders tidy.
protz committedSep 14, 2012
Commits on Mar 13, 2012
-
Make sure the sent message isn't lost in case the archive folder does…
…n't exist yet.
protz committedMar 13, 2012
Commits on Feb 23, 2012
-
protz committed
Feb 23, 2012
Commits on Jan 23, 2012
-
Provide otherRandomHeaders to sendMessage via params
alexmurray committedJan 23, 2012
Commits on Dec 27, 2011
-
Properly(?) implement FCC-related settings (a.k.a. "do not copy" or "…
…copy sent messages to the following folder" + "place replies in the folder of the message being replied to").
protz committedDec 27, 2011