protz / thunderbird-stdlib Archived
Commits on May 6, 2020
-
Remove various functions unused by Conversations, now they are being …
…replaced by WebExtension APIs.
Commits on Apr 12, 2020
Commits on Mar 17, 2020
-
Remove entries, combine, NS_FAILED and NS_SUCCEEDED helper functions.
entries is not necessary any more, and the other functions have been combined directly into the code as they were only used once.
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 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 Jul 26, 2019
-
Replace usage of BatchMessageMover with MessageArchiver as Thunderbir…
…d moved it to a jsm in 68.
Commits on May 20, 2019
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 Feb 7, 2016
-
Added the missing return statements.
Dexterp37 committedFeb 7, 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 May 26, 2015
-
protz committed
May 26, 2015
Commits on Apr 16, 2015
-
pianoslum committed
Apr 16, 2015
Commits on Apr 15, 2015
-
Don't use 'for each in' anymore; use map/filter where possible
pianoslum committedApr 15, 2015
Commits on Apr 30, 2014
-
protz committed
Apr 30, 2014
Commits on May 21, 2012
-
Disable the use of streamHeaders since it's buggy.
protz committedMay 21, 2012
Commits on Dec 5, 2011
-
Don't deMime header values, because MsgHdrToMimeMessage doesn't do it…
… either.
protz committedDec 5, 2011
Commits on Nov 10, 2011
-
protz committed
Nov 10, 2011
Commits on Nov 9, 2011
-
Use the new streamHeaders function when available.
protz committedNov 9, 2011
Commits on Aug 2, 2011
-
New composeMessageTo function.
protz committedAug 2, 2011
Commits on Apr 18, 2011
-
Add a brand new msgHdrSetTags function that takes care of everything …
…for setting the tags on a message. Anticipate the landing of bug 648972 (parts on demand for thunderbird conversations).
protz committedApr 18, 2011
Commits on Apr 13, 2011
-
protz committed
Apr 13, 2011
Commits on Apr 8, 2011
-
Don't cache the results of getMail3Pane().
protz committedApr 8, 2011
Commits on Mar 29, 2011
-
clarkbw committed
Mar 29, 2011 -
move to using the MailServices, Services, and FileUtils modules where…
… possible. Fallbacks using the lazy loaders are in place to preserve compatability with older versions of Thunderbird; these can be discarded if desired.
clarkbw committedMar 29, 2011
Commits on Mar 27, 2011
-
Add an option to only load identities that correspond to non-news acc…
…ounts. Add a new function, tweak the way sendMessage works.
protz committedMar 27, 2011
Commits on Mar 16, 2011
-
Return null when the msgHdr can't be found.
protz committedMar 16, 2011