Skip to content
/ TbSync Public
forked from jobisoft/TbSync

[Thunderbird Add-On] Central user interface to manage cloud accounts and to synchronize their contact, task and calendar information with Thunderbird

License

Notifications You must be signed in to change notification settings

fkelbe/TbSync

 
 

Repository files navigation

TbSync

TbSync is currently being reorganized: The EAS provider will be removed from TbSync and placed into its own add-on.

  1. Introduction
  2. Where is this going?
  3. External data sources
  4. Icon sources and attributions

Introduction

TbSync is a central user interface to manage cloud accounts and to synchronize their contact, task and calendar information with Thunderbird. Its main objective is to simplify the setup process for such accounts. The following providers (protocols) are currently supported:

TbSync introduces a Sync API, which allows other add-ons to hook into TbSync, allowing them to reuse most of the synchronization glue code.

Further details can be found in the wiki of the TbSync project and in the how-to-get-started guide.

Translations and localizations

If you encounter a misspelled translation key, do not correct it but report it to me. The translation keys are only used as variables in the code and are not visible. But changing a translation key requires all other translations and all references to that key in the code to be changed as well. Since translation keys are sometimes build up by string concatenation, it is not as easy as doing a global find and replace.

Where is this going?

I started to work on TbSync, because we needed ActiveSync (EAS) support in Thunderbird. Soon after, I realized that the current situation for sync accounts is very confusing in terms of user experience: There was no central place to set up sync accounts. The same DAV account had to be setup in lightning and again in the sogo-connector or in CardBook. EWS accounts are setup differently again and for google we need 3 different add-ons for contacts, calendars and tasks.

With TbSync I want to unify that: A central manager to setup sync accounts (DAV, EAS, EWS, Google, ...) and get contacts, tasks and calendars. I knew that I will not be able to re-create and maintain all the different providers for TbSync by myself. I thus created (and still work on) a TbSync API, which allows other add-ons to hook into TbSync and re-use most of the glue code. My DAV provider is a proof-of-concept of that API (and a replacement for the sogo-connector, which was not working with TB60 anymore).

I am in contact with Thunderbird staff and we are trying to get TbSync integrated directly into Thunderbird. No ETA yet.

The next step is to cooperate with CardBook, so it does not matter, if the user wants to use the "old" Thunderbird address book or the new vCard address book. Every provider available for TbSync should be able to sync into CardBook as well. I hope we get this done before the end of this year.

Later I want to support the EWS community, which is interested in turning their add-on into a provider for TbSync.

After that, I would like to create or help others to create a google provider for TbSync. We will see how that goes, nothing is planed yet.

Icon sources and attributions

CC0-1.0

CC-BY 3.0

Apache Software License 2.0

GPL

About

[Thunderbird Add-On] Central user interface to manage cloud accounts and to synchronize their contact, task and calendar information with Thunderbird

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • JavaScript 98.9%
  • Other 1.1%