How does a Thunderbird addon access external data?
Our company would like to build an addon to Thunderbird so that the customer service department can send emails to customer based on Thunderbird email templates containing external dynamic data (outside TB and the local computer) such as customer no, order no, order details, amounts, etc…
Is this even possible? How about security? Read up on Mozilla addons but the information there didn’t provide enough detail.
Thx.
Here is some code, taken from Connecting to Remote Content in the great XUL School Tutorial tutorial. It works for bith Firefox and Thunderbird extensions.
This sends and asynchronous XMLHttpRequest to a web server and gets back the server response in either text or XML format.