nmaier / extsdk

Lightweight Extension SDK
Mozilla Public License 2.0
9 stars 8 forks source link

Thunderbird support #1

Open xabolcs opened 9 years ago

xabolcs commented 9 years ago

It would be nice if the SDK would support Thunderbird. At least at experimental level - not all modules should work.

nmaier commented 9 years ago

Never tried it, but I don't really see a reason why it shouldn't work?

xabolcs commented 9 years ago

I hope too, that a simple install.rdf change is enough.

I wondered if I could send some unit tests to the existing modules. Are there any test framework? jpm or simply some self contained extension code (mini main.js')?

nmaier commented 9 years ago

Nah, extsdk doesn't have tests yet, unfortunately.

xabolcs commented 9 years ago

I re-implement Memchaser as an ExtSDK extension currently. If I'm done with it I could try how it works under Thunderbird - which could be a preliminarily result of Tb support.

If I start creating tests as a working main.js copied to tests/test-something.js would be good start point?