Skip to content
This repository has been archived by the owner on Sep 22, 2023. It is now read-only.

Latest commit

 

History

History
31 lines (18 loc) · 1.24 KB

README.md

File metadata and controls

31 lines (18 loc) · 1.24 KB

Bird Import

Source code of the Thunderbird add-on for importing The Bat! e-mails.

Install

Add-on has a Mozilla Add-ons repository. You do not have to pack by yourself. Just get it from there.

Documentation

See http://brainbox.cz/birdimport/ for more info.

Contact & Contribute

Any feedback appreciated. Would love to hear it worked, and expecting the stones thrown on my head when it failed. (Please carve the bug report in the stone before throwing.)

Under the hood

The add-on hooks (overlays) the Thunderbird Import dialog. It has a XPCOM component for importing The Bat! e-mails. This component is registered after opening the Import dialog thus allowing user to select this type of import.

The Bat! TBB storage files are parsed by the plugin, and the e-mails are then imported to Thunderbird using exposed interfaces.

It was fun to make this. None of the import logic is documented on MDC, so MXR was my friend.

Changelog

  • 1.0.1 (2011-11-28):
    • Fixed issue #16. Extension could sometimes not find the profile directory.
    • Update compatibility to Thunderbird 8.*.
  • 1.0 (2011-07-05):
    • First release.