Thunderbird:Extensions: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(Updated links)
(Removed obsolete parts (not updated in over 10 years!))
 
Line 8: Line 8:


See the [https://developer.thunderbird.net/add-ons/about-add-ons Introduction] and the [https://developer.thunderbird.net/add-ons/mailextensions Guide to MailExtensions] for help with writing extensions.
See the [https://developer.thunderbird.net/add-ons/about-add-ons Introduction] and the [https://developer.thunderbird.net/add-ons/mailextensions Guide to MailExtensions] for help with writing extensions.
= Better extension APIs =
New APIs are planned at the [[Thunderbird:Extensions:Needed_APIs]] page.
== STEEL ==
[[User:Jminta/Steel|STEEL]], by jminta, stands for a proposed '''S'''criptable '''T'''hunderbird '''E'''asy '''E'''xtension '''L'''ibrary, a [[FUEL]]-like set of interfaces to facilitate Thunderbird extension development.


[[category:Thunderbird|*]]
[[category:Thunderbird|*]]

Latest revision as of 12:45, 19 May 2021

<< Back to Thunderbird Home Page

Mozilla Add-ons

Thunderbird Add-ons at addons.mozilla.org is great way to start browsing Thunderbird extensions.

Writing An Extension

See the Introduction and the Guide to MailExtensions for help with writing extensions.