Does anybody know any C++ tutorial for developing a thunderbird extension with XPCOM?
Asked
Active
Viewed 731 times
2

Wladimir Palant
- 56,865
- 12
- 98
- 126

Ștefan-Mihai MOGA
- 343
- 1
- 5
- 17
-
1There are tutorials (mostly on MDN) for developing XPCOM components in C++, for developing Gecko extensions and for developing specifically Thunderbird extensions. But you still have to put them together, there are no tutorials for the exact scenario you are looking into. Btw, creating XPCOM components in C++ might not be the best idea: http://adblockplus.org/blog/binary-xpcom-components-are-dead-js-ctypes-is-the-way-to-go – Wladimir Palant Dec 20 '11 at 09:12
-
@WladimirPalant Thunderbird's releases aren't as frequent as Firefox's. – tstenner Dec 20 '11 at 09:21
-
@tstenner: They are, Thunderbird is using exactly the same rapid release cycle as Firefox. I am using Thunderbird 8 right now, based on Gecko 8. Firefox 9 and Thunderbird 9 are due to be released today, exactly 6 weeks after the previous release. – Wladimir Palant Dec 20 '11 at 09:23
-
@WladimirPalant They are? I'm getting old... – tstenner Dec 20 '11 at 09:25
1 Answers
1
The Thunderbird Import Extension is partially written in C++ and encourages developers who want to learn more about XPCOM to work on it.

tstenner
- 10,080
- 10
- 57
- 92