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

Commits on May 7, 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 Nov 17, 2019

  1. Simplify .eslintrc.js and enable some more rules that mozilla/recomme…

    …nded has
    Standard8 committed Nov 17, 2019

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 May 20, 2019

  1. Handle nsIRequestObserver/nsIStreamListener changes in latest Thunder…

    …bird (68). (#30)
    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 Jun 7, 2018

  1. Update archive folder handling to better match what Thunderbird does.

    Fix toLocaleFormat not being available in recent Thunderbird builds.
    Fix GMail archive handling.
    Standard8 committed Jun 7, 2018

Commits on Feb 12, 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 15, 2015

Commits on Mar 29, 2015

  1. 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 committed Mar 29, 2015

Commits on Mar 16, 2015

  1. Since bug 998191, otherRandomHeaders is no longer supported

    If anyone actually needs this, please shout and I'll add an extension point.
    protz committed Mar 16, 2015

Commits on Sep 18, 2014

  1. 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
    Ed Morley committed Sep 18, 2014

Commits on Jul 4, 2014

  1. Send messages silently

    protz committed Jul 4, 2014

Commits on Jun 23, 2014

  1. Revert "Implement new fcc option."

    This reverts commit a8f761d.
    
    Conflicts:
    	send.js
    protz committed Jun 23, 2014

Commits on Jun 20, 2014

  1. Simplify the fakeEditor thing

    protz committed Jun 20, 2014

Commits on Dec 15, 2013

  1. Fix breakage on recent trunk.

    protz committed Dec 15, 2013

Commits on Oct 8, 2012

  1. Try to fix the new fcc option.

    protz committed Oct 8, 2012

Commits on Sep 17, 2012

Commits on Sep 14, 2012

  1. Implement new fcc option.

    "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 committed Sep 14, 2012

Commits on Mar 13, 2012

Commits on Feb 23, 2012

  1. Fix a nit w.r.t f=f.

    protz committed Feb 23, 2012

Commits on Jan 23, 2012

Commits on Dec 27, 2011

  1. 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 committed Dec 27, 2011

Commits on Sep 17, 2011

Older