2

I am trying to get into Thunderbird extension development and do not find much or only a lot legacy information on that.

I find a lot of information that extensions in Firefox and Thunderbird work the same, but:

XPCOM/XUL based extension are not recommended anymore? WebExtension are used in FF but in TB? Can I still use XPCOM/XUL based extensions in Thunderbid and does it makes sense?

sewo
  • 330
  • 1
  • 3
  • 14

1 Answers1

4

XUL based extensions (either as Overlay or Bootstrapped) are currently the only ones supported for Thunderbird.

The newer WebExtensions or the Add-on SDK only work in Firefox. As far as I know, there are currently no plans to add support for them in Thunderbird. Instead, Thunderbird tries to delay the deprecation of XUL as long as possible (https://discourse.mozilla-community.org/t/webextensions-api-and-deprecation-of-xul-xpcom-and-xbl/3459/4, https://groups.google.com/forum/#!topic/tb-planning/UIVHTbhjrU8).

user228011
  • 541
  • 3
  • 6