Questions tagged [thunderbird]

Mozilla Thunderbird is a free, open source, cross-platform email, newsgroup, news feed and chat client developed by the Mozilla Foundation.

Mozilla Thunderbird is a free, open source, cross-platform email, news and chat client developed by the Mozilla Foundation.


Resources


Related tags

591 questions
0
votes
1 answer

save email attachments using Thunderbird source

I would like to save email attachments using thunderbird source code. I got the following code in your forums..but its not working alert("Messages selected: " + gFolderDisplay.selectedCount); let enumerator =…
madas
  • 73
  • 1
  • 5
  • 15
0
votes
1 answer

How to process and forward email based on content?

I recently found out that I could forward my email that I get on gmail to my mobile phone by using the SMS gateway email address of my carrier. So, I enabled forwarding in gmail to send it to XXXXXXXX@mycarrier.com and it started working pretty…
Jay
  • 2,394
  • 11
  • 54
  • 98
0
votes
1 answer

PHP Create outlook/thunderbird/macbook scripts to manage email accounts

I have no code to show for. I am trying to use PHP to create outlook,thunderbird, and macbook mail accounts. I do not mean to actually create mail accounts, but pass information that the client will use to manage an email account. I cannot find any…
somejkuser
  • 8,856
  • 20
  • 64
  • 130
0
votes
1 answer

Thunderbird extension: open EML file as draft

After my first question here, I am now looking for a way do the the same, but instead of opening an EML as a message, I want to open it as a draft. Basically, I want to load a generated EML file into the compose window, so I can directly send it. I…
0
votes
1 answer

Thunderbird scripting from external software

I am trying to make a software that can automatically open search boxes in Thunderbird. For example, I have a list of customer email-adresses in an external software. The software should be able to call Thunderbird and search for emails of every…
tehort
  • 11
  • 5
0
votes
1 answer

Failure to decrypt an AES encrypted SMIME Message with OpenSSL

I have a two mails (SMIME encrypted) for a single recipient. One mail is encrypted using 3DES, the other one is encrypted using AES 256. The mails where created using C# EnvelopedCms class. I can successfully decrypt the 3DES message using openssl…
Henning Krause
  • 5,302
  • 3
  • 24
  • 37
0
votes
1 answer

email send with php identified as phishing

I've git a problem with an registration script of my login. This script handles the registration information of the user and saves them. Additional an email is send to this person, in order to verify his emailaddress. The problem is that this email…
Sven Jung
  • 331
  • 1
  • 2
  • 9
0
votes
1 answer

emails opened using thunderbird wont trigger my opened email function

I am using an image attached to an email to trigger an opened email function. it works fine in all email accounts but it does not work when opened using thunderbird or could also not work if using outlook(have not yet tried). could it be that…
magicianiam
  • 1,474
  • 7
  • 33
  • 70
0
votes
1 answer

Find out the path to the addon folder in the Thunderbird API

I am modifying an addon for thunderbird and found the path to the addon hardcoded in one of the javascript files. This seemed sloppy to me and I thought that it had to be possible to find out this path programmatically. However, after much…
janoliver
  • 7,744
  • 14
  • 60
  • 103
0
votes
1 answer

GSSAPI for email client without Kerberos

Is that possible to use GSSAPI authentication mechanism without using Kerberos system? I mean GSSAPI supports SPKM for instance that is very close to Kerberos. Is there possible to use it for example? The main reason I do not want to use Kerberos…
Michael Z
  • 3,883
  • 10
  • 43
  • 57
0
votes
1 answer

Javascript code for "save as template" in Thunderbird?

I'm trying to create my own custom buttons in Thunderbird. I am trying to make a "Save as Template" stand-alone button. I've gotten the chrome directory completed but I cannot figure out what the command is in the button.js file. Any help is…
0
votes
2 answers

Run a method everytime value changes

I wonder if any of you guys can help me with what I think is observing problem. I have an element (svg to be more specific) that I want to update every time a value somewhere is changed. I have…
Artur
  • 3,284
  • 2
  • 29
  • 35
0
votes
1 answer

How to reference an external binary by URI?

I have a Thunderbird extension that mutates message bodies using an external executable. Currently I do a hack-job and just place this executable in /tmp/someBinary and call it like so: var exe = FileUtils.File("/tmp/someBinary"); var proc =…
Thomas M. DuBuisson
  • 64,245
  • 7
  • 109
  • 166
0
votes
1 answer

Thunderbid extension: open eml file

I already created an extension that does the following: When I run Thinderbird with the command line thunderbird -MyCustomParam1 "12345" my extension will open a compose window and add the parameter "12345" to the window. Some code that I use: // In…
user1449511
  • 423
  • 2
  • 4
  • 11
0
votes
1 answer

Email Tracking - Distinguishing Between Book Mark and Email Click Through

If I add a link in an email with query variables such as... http://www.mywebpage.com/?email=person@email.com&page_visited=some_id to help me track email 'click-throughs' and monitor who is accessing my site via the email campaign I started, is…
Steve Nguyen
  • 5,854
  • 5
  • 21
  • 39