Skip to content
This repository has been archived by the owner. It is now read-only.

Commits on May 6, 2020

  1. Remove various functions unused by Conversations, now they are being …

    …replaced by WebExtension APIs.
    Standard8 committed May 6, 2020

Commits on Apr 12, 2020

  1. Adapt imports to work with TB 68 or TB 76+

    Standard8 committed Apr 12, 2020

Commits on Mar 17, 2020

  1. 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.
    Standard8 committed Mar 17, 2020

Commits on Mar 9, 2020

  1. 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.
    Standard8 committed Mar 9, 2020

Commits on Oct 20, 2019

  1. Add .prettierrc

    Standard8 committed Oct 20, 2019

Commits on Aug 8, 2019

  1. Upgrade License to MPL 2.0.

    Agreed with @protz. Allowed as per the MPL.
    Standard8 committed Aug 8, 2019

Commits on Jul 28, 2019

Commits on Jul 26, 2019

  1. Replace usage of BatchMessageMover with MessageArchiver as Thunderbir…

    …d moved it to a jsm in 68.
    Standard8 committed Jul 26, 2019

Commits on May 20, 2019

  1. Handle nsIRequestObserver/nsIStreamListener changes in latest Thunder…

    …bird (68).
    Standard8 committed May 20, 2019

Commits on Apr 27, 2019

  1. Update ESLint and module versions and fix issues

    Mark Banner authored and Standard8 committed Apr 27, 2019
  2. Update to work with Thunderbird 68. (#28)

    Standard8 committed Apr 27, 2019

Commits on Dec 30, 2018

  1. Fix for Thunderbird 64

    Add functions for compatibility with TB60.
    
    - XPCOMUtils.importRelative is deprecated
    - XPCOMUtils.generateQI is deprecated
    shirosaki committed Dec 30, 2018

Commits on Feb 7, 2016

Commits on Feb 6, 2016

  1. Replace the deprecated uses of expression closures with arrow functio…

    …ns. Also changes for-of to Array.map where needed.
    Dexterp37 committed Feb 6, 2016

Commits on Apr 16, 2015

  1. Add missing filter-call

    pianoslum committed Apr 16, 2015

Commits on Apr 30, 2014

  1. New msgHdrModifyRaw function.

    protz committed Apr 30, 2014

Commits on May 21, 2012

Commits on Dec 9, 2011

  1. Cleanups.

    protz committed Dec 9, 2011

Commits on Dec 5, 2011

Commits on Nov 10, 2011

  1. Doc update.

    protz committed Nov 10, 2011

Commits on Nov 9, 2011

Commits on Aug 2, 2011

  1. New composeMessageTo function.

    protz committed Aug 2, 2011

Commits on Apr 18, 2011

  1. 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 committed Apr 18, 2011

Commits on Apr 13, 2011

  1. New msgHdrSetTags function.

    protz committed Apr 13, 2011

Commits on Apr 8, 2011

Commits on Mar 29, 2011

  1. merge with latest update

    clarkbw committed Mar 29, 2011
  2. 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 committed Mar 29, 2011

Commits on Mar 27, 2011

  1. Add an option to only load identities that correspond to non-news acc…

    …ounts. Add a new function, tweak the way sendMessage works.
    protz committed Mar 27, 2011

Commits on Mar 16, 2011

Older