Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1.16 KB

index.rst

File metadata and controls

36 lines (25 loc) · 1.16 KB

About this Documentation

This document tries to cover all aspects of how to create a provider add-on for TbSync to extends its sync capabilities.

Note

All TbSync provider add-ons are currently designed as bootrapped extensions, for which support is probably going to be dropped from Thunderbird at some time. We are working on migrating the TbSync API into a WebExtension API, so - hopefully - all provider add-ons can be converted into future proof WebExtensions without much effort.

introduction

This section gives a short introduction to TbSync and its provider concept.

getting_started

As promised by the name, this section gets you started by explainig how to create your own basic provider add-on in just a couple of minutes and gives instructions to get it running in Thunderbird.

implementing

Learn how to interact with TbSync.

introduction getting_started implementing

resources/classes resources/methods resources/eventlog