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
2 answers

How to access the body of the email message being composed?

I created a toolbar button in message Compose Toolbar Palette.
Raveendra
  • 15
  • 8
1
vote
2 answers

Get sender and recipients in Thunderbird extension upon sending message

I'm playing around trying to create a Thunderbird extension, one of the bootstrapped/restartless type (I mean, javascript code is not run from overlays. Instead listeners fire for various events). At some point I'd like to check the sender and…
superjos
  • 12,189
  • 6
  • 89
  • 134
1
vote
1 answer

Thunderbird addon: Disable toolbar button programmatically

I've built a small Thunderbird addon that adds a toolbar button. It works as expected. However there are cases that the button should look disabled. This is similar to "Reply" and "Reply All" buttons of Thunderbird. If there is no email selected,…
maliayas
  • 2,674
  • 1
  • 18
  • 17
1
vote
0 answers

ProtoBuf Js in thunderbird extension

Hi I want to parse a mail in a thunderbird extension and then use protobuf to send some component to a server. My question is how to include the protobuf api and use it with my extension, how to do something like : "script…
1
vote
1 answer

Get the name of a Thunderbird attachment

Is there a way to get the filename and/or filepath of an attachments from the current TB message? I tried this (HERE is the link): function AttachmentNames() { var attachments = instanceOfMozMmsMessage.attachments; } with different alerts…
1
vote
1 answer

How to create a new message folder in thunderbird

I'm trying to develop a thunderbird extension and i need to create a message folder in folder pane where to move some messages.Can anyone help me how to create that folder.
1
vote
1 answer

Change name of the folder with mozilla thunderbird extension

I'm not experienced in creating ff/thunderbird extensions, but I have to modify one open source addon, and the easiest way to reach what I want is to change name of one folder. My question is: how to do it, having path and name of the folder? Thanks…
Com Piler
  • 257
  • 5
  • 14
1
vote
1 answer

Mozilla Thunderbird Addon - Create Task

I am beginner to Mozilla Addons Development. I need some help for developing a functionality ie. Assign task Manager it is like Lightning Addon. When I would click on a button a popup should come asking for subject, start date, due date,…
1
vote
0 answers

Modify Mozilla preferences from extension

This is difficult to research, because all the keywords are quite generic... A Thunderbird extension that I just wrote warrants changes in Thunderbird's main preferences dialog, because one particular setting collides with the extension's function…
wolfy
  • 11
  • 1
1
vote
0 answers

Failed to remove attachment in Thunderbird AddOn

I try to remove a particular attachment which I know his path in var SomeAddOnName.MessengerCompose.filePathCurrent with the following instructions : //Construct reference attachment var fileAttachmentBefore =…
Jeff
  • 11
  • 3
1
vote
0 answers

Using cfx to make a Thunderbird addin

I'm trying to make a Thunderbird addon that will call external code to produce a lump of data to attach to an outbound email, labelled as some custom type so a recipient mailer can just be told to use our app to handle such inbound attachments.…
Craig Graham
  • 1,161
  • 11
  • 35
1
vote
1 answer

Thunderbird Add-Ons Development basics

I'm trying to follow the tutorial at https://developer.mozilla.org/en-US/docs/Extensions/Thunderbird/Creating_a_Custom_Column but show the sender's email address in the new column instead of Reply-To value. I tried everything I can think of and…
isapir
  • 21,295
  • 13
  • 115
  • 116
1
vote
1 answer

Mutating MIME parts with Thunderbird extension

I have a JavaScript function which operates on strings, and I’d like to write a Thunderbird extension to apply it to every MIME part in an outgoing message – both inline parts like the body and any attachments. However, I can’t find the API call I…
Benjamin Barenblat
  • 1,311
  • 6
  • 19
1
vote
1 answer

API changes in Thunderbird 24

Is there a list of the breaking API changes in Thundebird 24? So it is possible to easier find incompatibilities in addons. The difficulty is that error console does not show any error or warning, so it is quite hard to locate the bug caused by the…
TN.
  • 18,874
  • 30
  • 99
  • 157
1
vote
1 answer

Thunderbird Extension: Get the mail HTML and Object

how can I get the mail HTML (I mean his body) and the Object on a Thunderbird extension? My intention is to automatically _POST this elements to a webpage. Thank's Valerio
Skatephone
  • 1,165
  • 2
  • 12
  • 26