Questions tagged [thunderbird-addon]

Thunderbird AddOns are extensions for the Mozilla Thunderbird email client, written in XUL and Javascript.

Thunderbird AddOns are extensions for the Mozilla Thunderbird email client. They are written mostly in XUL (a flavor of XML) and Javascript.


Useful links


Related tags

210 questions
0
votes
1 answer

Fiiling the compose message at opening

I'm desesperatly seeking for a way to fill in the compose message when it opens, in a boostraped (restartless) TB add-on. This is something that I did in my non-bootstraped add-on RemindIt Thanks to Superjos I was able to manage the different…
0
votes
1 answer

Get a thunderbird mailitem body content using Javascript?

i am developing a thunderbird extension.i want to get the mailitem content in home window and compose mail window.How can i achieve this? Regards Sanju
Arjun babu
  • 607
  • 2
  • 13
  • 42
0
votes
1 answer

OAuthorizer for Thunderbird Extensions

I am about to build an extension where every user has to grant access on his Evernote account. I am a bit confused about all this authorization thing, so I would be glad if someone could give me any advice about if I can use OAuthorizer on this…
0
votes
1 answer

How to overlay message compose window

I want to overlay all window compose message from thunderbird to a new xul window. I've tried
boho91
  • 55
  • 9
0
votes
1 answer

How to open the mail window in Thunderbird from an extension?

I'm developing an extension for Thunderbird, and want to open a message, just like a double-click in the inbox folder. I do have the message references (messageID / messageKey). How do I open the dialog?
Stefan
  • 11
  • 1
0
votes
1 answer

Updating Old Thunderbird Plugin

I'm looking to update the Mozilla Thunderbird plugin found here. The current version was produced in 2007, and doesn't even allow thunderbird to install it. I was wondering if someone could point me in the right direction of where to start, or maybe…
Greg
  • 1,845
  • 2
  • 16
  • 26
0
votes
1 answer

How to handle delete message on Thunderbird

I have a Thunderbird add-on and should to fix some bugs. I need to handle deleting messages and do some actions, but I don't get any information about onDeleteEvent. I only found this page and tried to use…
0
votes
2 answers

Filesystem operations through Thunderbird Extension

I would like to do some operation on my filesystem through a Thunderbird plugin. For example create a folder at a specific location and a text file, containing some data from thunderbird, in this folder. As you know, Mozilla Extensions consist of…
0
votes
0 answers

How to open local HTML from a Thunderbird add-on preference pane?

My Thunderbird add-on contains a help.html file, which can be opened from the preferences pane. This is the code:
0
votes
1 answer

Register stylesheet for message header

I'm trying extend xbl for mail-tagfield tag. This tag is being used during message display. My extension is bootstrap and it uses window opened observer to apply any css to that window. using this code: var sss =…
vanowm
  • 9,466
  • 2
  • 21
  • 37
0
votes
1 answer

Implementing Javascript code in XUL/Thunderbird addons

I want to build a Thunderbird addon for encryption/decryption of email. I have the JavaScript code but I don't know how to use XUL to make it work. Here is the JavaScript code in HTML: Fiddle. var Alphabet =…
0
votes
1 answer

How to group RSS in threads?

How to group RSS messages in Thunderbird in threads based on Jira issue id? Jira's RSS feed "Activity Stream" reports every single activity on issue. In thunderbird i want to group updates based on jira IssueID and display it in threads. How to…
Sam Sol
  • 41
  • 2
0
votes
1 answer

Is it possible to use the findbar with a non-browser element?

Is there a way use findbar for non-browser element? I'm trying adopt findbar to use it on listbox in a prefwindow.
vanowm
  • 9,466
  • 2
  • 21
  • 37
0
votes
2 answers

Thunderbird extension - How to use relative paths with Javascript?

I'm developing my own Thunderbird extension. The extension adds an .xml-file as an attachment to a Thunderbird mail (it works very well). My only problem is that I don’t know how to use a relative path. It looks something like that: var file=…
MSKV
  • 38
  • 7
0
votes
0 answers

How can I use c++ file in thunderbird add-on?

How can I use c++ file in thunderbird add-on? I am developing one add-on in thunderbird so, I want to execute below function in C++, can anyone know how can I include c++ file in thunderbird and execute below function? gtk_clipboard_wait_for_image
Jimit
  • 2,201
  • 7
  • 32
  • 66