--- title: 雷鸟扩展 slug: Mozilla/Add-ons/雷鸟 translation_of: Mozilla/Thunderbird/Thunderbird_extensions ---
{{AddonSidebar}}
本文档是为Mozilla公司的雷鸟邮件客户端开发扩展的教程。Although there are many similarities with Firefox extensions there are also some differences that may confound the starting developer.
DocumentationGetting started with ThunderbirdA brave, young developer wants to develop an add-on for Thunderbird. Here's a few links to help them through this journey.
The Gloda databaseThunderbird has a subsystem called Gloda. Gloda stands for « Global Database », and creates Thunderbird-wide relations between objects. Gloda provides concepts such as Conversations, Messages, Identities, Contacts. All these concepts are related together: a Conversation contains Messages which are linked to Identities (from field, to field) which are themselves part of a Contact: indeed, a contact has multiple identities. Typical use cases for Gloda: find all messages whose subject matches [search term], find all messages from [person], find all messages in the same thread as [a given message], find all messages involving [person], etc. etc. Gloda is extremely powerful and is used heavily by add-ons such as Thunderbird Conversations. Learn more about Gloda:
More Thunderbird-specific linksSome of these links may be wildly out of date, but they still provide valuable information on the codebase.
General links |
Community
{{ DiscussionList("dev-extensions", "mozilla.dev.extensions") }}
Tools
... more tools ... Related Topics |
Categories
{{ languages( { "ja": "ja/Extensions/Thunderbird" } ) }}