I want to make a thunderbird extension. So the first question is where to get started. Can you point me to some sample extensions in which I can plug in my code? This will significantly reduce the effort. I presume what we would write some javascript files along with some configuration files for writing an extension. Is that write?
That said, I want to invoke a Java program in a class file/jar from the extension. The extension should be able to pass a specific email in the inbox (with all the headers) to the java method.
In addition I want to return some value from the java method to my extension.
How can this be achieved?