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
1
vote
0 answers

Extension thunderbird - how to intercept new mail

I'm doing an extension on thunderbird and I would like to know if it is possible to intercept in javascript the new email just downloaded with pop or imap Thanks
Snnopy_87
  • 271
  • 1
  • 3
  • 11
1
vote
0 answers

element.selectedItem doesn't work as expected

I have the following code, which dynamically builds XUL interface and then it should set radiobutton radio3 as active radiobutton: addTab: function () { try { var tabpanels = document.getElementById("folderPropTabPanel"); …
CountZero
  • 186
  • 1
  • 1
  • 8
1
vote
1 answer

importing a folder into thunderbird

I am trying to import an external mbox folder into thunderbird. Instructions at "http://kb.mozillazine.org/Importing_folders" tell me to first install the ImportExportTool extension, and then I should see the command:…
R71
  • 4,283
  • 7
  • 32
  • 60
1
vote
1 answer

How to use javascript modules to load prefs for Mozilla?

The other day I submitted an addon to Mozilla Addons for the preliminary review. The reviewer gave me this recommendation: Use JavaScript modules where possible. These will only be imported if they haven't been loaded yet and reduce memory…
bgmCoder
  • 6,205
  • 8
  • 58
  • 105
1
vote
1 answer

Manually or Explicitly indexing a folder in Thunderbird with Gloda GlodaIndexer

1) Open a new tab with the document.getElementById("tabmail").openTab("chromeTab", { chromePage: “indexWithGloda.html”, }); 2) The file indexWithGloda.html has a button with an onlick even that should start the indexing. function…
feradz
  • 1,312
  • 1
  • 16
  • 29
1
vote
0 answers

How can I intercept and stop the thunderbird send mail event?

Possible Duplicate: Stop Email From Sending I need to intercept the send email event in Thunderbird, and prevent the sending of the email if certain conditions are met. I have managed to intercept the event with the code below, but it always…
Luke
  • 49
  • 2
  • 7
1
vote
0 answers

How to edit the filters e-mail with a Thunderbird extension?

I am creating an extension that will perform some actions to filter certain messages. I thought about creating my own email filter that would check every message that arrives, but Thunderbird already has it, so the extension could become unstable. I…
WeJr
  • 11
  • 1
1
vote
3 answers

var.replace not a function

I am getting the error "id.replace is not a function" Below is what I believe the relevant code is. I am missing something obvious, but my brain is currently mush. getSyncDbFile: function (config, id) { if (id === null) { …
user1514992
  • 33
  • 3
  • 7
1
vote
0 answers

XUL to add toolbar for thunderbird

im new to XUL and thunderbird development. i need to add a toolbar to the messengercompose.xul file. how should i write the XUL file for that?
1
vote
1 answer

Applicant option not showing in thunderbird addon in openerp

I am using openerp 6.1.1 and trying to create an applicant from thunderbird addon. I have created a custom module to add some extra fields to the hr_applicant model. The thunderbird OpenERP addon does not show the option to create an Applicant. When…
helloworld
  • 145
  • 1
  • 8
1
vote
2 answers

Thunderbird Addon for New Mail Notification

I am using Thunderbird 12.0.1. at my Win7. Is there any addon for Thunderbird as like gmail notifier that will alert me with a pop-up at bottom-right screen. If I close Thunderbird I want it to work at system tray and warn me at new messages with a…
kamaci
  • 72,915
  • 69
  • 228
  • 366
1
vote
1 answer

gDBView is not defined and xul

I'm trying to write a Thunderbird extension using XUL, a custom button that accesses the currently shown email message body and does something with it. Apparently this would be possible using the global variable gDBView, as in the Display Mail User…
FSp
  • 1,545
  • 17
  • 37
0
votes
1 answer

How to define default preferences (prefpane)

I've successuflly created a custom prefpane for my application (in thunderbird) and defined some preferences. At the moment, the values in my prefpane are empty by default. However, when I do enter/select and save them, everything is good and they…
mate64
  • 9,876
  • 17
  • 64
  • 96
0
votes
1 answer

open source C++ projects as an addon for Thunderbird

Could you will please tell me if there is open source C++ projects as an addon for Thunderbird? I need to develop one for e-mail processing. Any information on this subject is welcome. Thank you!
Ștefan-Mihai MOGA
  • 343
  • 1
  • 5
  • 17
0
votes
1 answer

How to access Thunderbird's toolbar-button-icons?

Where can I find Thunderbird's default toolbar-button-icons - I've looked around here http://mxr.mozilla.org/mozilla-central/source/toolkit/themes/winstripe/global/ without success.
mate64
  • 9,876
  • 17
  • 64
  • 96