Tagged Questions
The thunderbird tag has no wiki summary.
5
votes
2answers
1k views
How do you insert email headers with a Thunderbird extension?
I'm building a Thunderbird extension and would like to add my own header to all outgoing email (e.g. <myext-version: 1.0> ). Any idea how to do this? I know it's possible since this is done in ...
4
votes
2answers
2k views
How to implement Drag & Drop from outlook mail or thunderbird to a delphi form?
Does anyone already implemented Drag & Drop of email messages from Outlook and/or Thunderbird (from now on "OT") to a Delphi form.
I need to give the user a way to store important emails in my ...
4
votes
2answers
2k views
How to use Delphi to get email message text from Thunderbird
What I do now with Outlook:
I receive email orders for products. I select a single or multiple emails in Outlook (a single order can have multiple emails associated with it) and then switch to my ...
4
votes
3answers
3k views
Where does Thunderbird store the UID of the last message downloaded via POP?
I use Thunderbird to receive email using POP3. I have Thurnderbird configured to leave email on the server. Lets say one day I uses POP3 to retreive (RETR) 10 email messages, then I logout for the ...
3
votes
1answer
70 views
python embedded image thunderbird
I cannot get thunderbird to show any embedded images I send in emails via python. It shows small empty boxes in the image and the image underneath the body (not a typical attachment).
the emails are ...
3
votes
4answers
541 views
Mozilla (Firefox, Thunderbird) Extension: How to get extension id (from install.rdf)?
If you are developing an extension for one of the mozilla applications (e.g. Firefox, Thunderbird, etc.) you define a extension id in the install.rdf.
If for some reason you need to know the ...
3
votes
1answer
337 views
Migration from thunderbird to Outlook
I want to migrate from Thunderbird to outlook without loosing the mail that are present in Thunderbird. Basically how can I import the contacts and mails from Thunderbird to outlook?
Is there any ...
3
votes
2answers
326 views
Equivalent of Firebug for Thunderbird
When I build a newsletter and send it to myself as a test, I would like to be able to analyze the resulting HTML in my email client (Thunderbird).
Is there a tool similar to Firebug but for ...
3
votes
2answers
183 views
Getting started on thunderbird extensions
I have been using Thunderbird for many years now and now I am interested in developing some of my own extensions. I looked over the documentation on their official website but found little support ...
3
votes
0answers
562 views
Any plans to use Firefox sync in Thunderbird? [closed]
I was wondering if there are any plans to use Mozilla Firefox sync in Mozilla Thunderbird?
It would be nice if I can sync my mail profile as easy as date in Firefox.
3
votes
1answer
856 views
Is it possible to interop with Thunderbird using C#?
Here's the latest hurdle in my ongoing quest to automate my job:
All email in the company goes through 4 different email adresses, switching randomly back and forth (with a note attached in the ...
3
votes
1answer
916 views
PHP, postfix, sendmail, thunderbird for local dev only
Hey, I'm trying to get php's mail function working on my local dev box in such a way where all mail sent using mail(), regardless of recipient, would stay local and show up in a thunderbird account ...
2
votes
1answer
60 views
Externally triggering Thunderbird into displaying a wanted message
I would like having a way to trigger Thunderbird, from an external script, into displaying a particular message in a particular folder.
If it were Firefox, say, I would use firefox -new-tab ...
2
votes
0answers
63 views
What is the right way to rewrite Mozilla Thunderbird's thread pane?
I have an idea about alternate standard view of e-mail clients, like Mozilla Thunderbird. I need to display expanded message bodies in one feed (like Google Reader displays RSS) instead of headers ...
2
votes
4answers
551 views
Simple MIME Base64 Decoder
I'm looking for an easy way that doesn't involve using something like Indy to just decode Base64 that contains what the message from Thunderbird said.
Example:
...
2
votes
1answer
419 views
Thunderbird compose email in a batch script - continue to next command
Using the following line in a batch script to call thunderbird and compose an email:
thunderbird.exe -compose "to='email@domain.com',subject='Some Subject',preselectid='id1',body='Message ...
2
votes
2answers
1k views
how to import mails into thunderbird from maildir format
I have a local imap server which used to pull mails from external mail server and distribute mails locally. This server is now used by a sngle user, as other users are comfortable using the webbased ...
2
votes
1answer
614 views
Does Thunderbird always work as a MAPI Mail Client?
I have an application (which I wrote, in Delphi) with a function to format and send an email, using the underlying OS's MAPI client. I've tested it on four machines, and all works as expected in 3 out ...
2
votes
1answer
300 views
Invoke a java method from a Thunderbird Extension
I want to make a thunderbird extension. So the first question is where to get started. Can you point me to some sample extensions in which I can plug in my code? This will significantly reduce the ...
2
votes
1answer
1k views
Connecting Thunderbird to Exchange via DavMail
Sending of password did not succeed.
Mail server localhost responded:
Unable to get mail folder at
/exchange/name.surname@domain.com/,
Webdav not available on Exchange
server
This is ...
2
votes
1answer
722 views
Thunderbird scripting
I need to process a number of messages in my Thunderbird.app (Mac OS X Snow Leopard, Intel Core 2 Duo), delete a few based on some criteria, export some others, move a small part of them to a special ...
2
votes
1answer
224 views
Adding custom controls to Thunderbird (Extension)
I need to add a button next to From tag in the messege header.
Anyone knows how to do this?
2
votes
3answers
317 views
How start with XUL development?
First of all I need to say that my english is not good. So I sorry for errors in this post.
Second, I`m a professional programmer for 2 years. Main programming language is VB.net (that I find ...
2
votes
2answers
659 views
Drag Drop Handling from Thunderbird
Has anyone ever handled a drag drop of emails from thunderbird? any references links code?
I want to be able to drag emails from thunderbird to my application?
1
vote
1answer
68 views
Developing a Thunderbird extension with C++
Does anybody know any C++ tutorial for developing a thunderbird extension with XPCOM?
1
vote
1answer
66 views
Obtaining IAccessible2 interface for Firefox / Thunderbird window - QueryService always returns E_INVALIDARG
I am trying out accessing the information in (Windows only) Firefox / Thunderbird using the IAccessible2 API: http://www.linuxfoundation.org/collaborate/workgroups/accessibility/iaccessible2
However ...
1
vote
0answers
53 views
Mass Thunderbird folder to Gnus nnfolder conversions
I'm pondering the idea of importing a few thousand Thunderbird folders, each folder containing many emails of course, as a set of Emacs' Gnus mailgroups. Each mailgroup name would be derived from the ...
1
vote
0answers
13 views
How can I hide the Sort bar of Thunderbird?
I have almost all other elements of thunderbird hidden to create a minimal interface. I keep my mail sorted by date only so I do not need the sort bar.
Does the sort bar have a class name ( like ...
1
vote
1answer
104 views
How to implement checking a new mail over IMAP?
I have a plan to implement mailer application in Java.
Therefore, I have a question about checking the existence of new mails.
For example, in Thunderbird,
Polling interval option exists in server ...
1
vote
1answer
90 views
What is the easiest way to apply git series of patches from Thunderbird
I have a mail with N attachments in the 000X-xxxx.patch format. I would like to apply all the patches on top of my master, but I would like to have all the commits separate, as the original author ...
1
vote
2answers
59 views
Getting mail server details from an email address?
I've seen this done before by Mozilla Thunderbird, and most likely other email clients. What I'm looking to do is take an email address, and find the hosts method (IMAP, POP3 etc - I'm not sure what ...
1
vote
0answers
88 views
Thunderbird “Tags” in IMAP / PHP
Thunderbird allows to flag messages with predefined (or own) Tags, e.g. "To Do", "Later". (Press "1" while reading a msg to see.)
These tags are replicated to the IMAP server (I verified that by ...
1
vote
0answers
163 views
Delphi unicode JCL MAPI Mozilla Thunderbird problem
I have a problem that is only happening on Delphi unicode when using JCL (I have made sure to use newest) MAPI code.
I get General MAPI failure
TmpEmail := TjclEmail.Create;
TmpResolve := ...
1
vote
1answer
183 views
How to test Multi-part emails using outlook 2007?
I have developed an application in Delphi 7 which will send multi-part emails (both in Text and Html format). Now i want to test it using Outlook 2007.
I have tested each part separately by sending ...
1
vote
1answer
174 views
Rails mailer and links not working under Thunderbird
I want to send html email's with my Rails Mailer.
Could be multipart/alternative or only text/html.
Problem is, when I send an email with a link, it appears well on Gmail, but not so good in ...
1
vote
0answers
37 views
Export current e-mail from Thunderbird into external process
I would like to create an extension which adds a toolbar button in Thunderbird. When pressing the button, an external application is launched and the text of the current mail message is exported to ...
1
vote
1answer
359 views
Problem with configuring Thunderbird with hMailServer
I installed hMailServer and did the following
1. Created a test.com domain
2. Added an user testuser
Now the hMailServer is running in my localhost.
When I install Mozilla thunder bird and ...
1
vote
1answer
134 views
Debug logging in Thunderbird's userChrome.js
I'm trying to debug a custom javascript for Thunderbird that is defined in userChrome.js. Unfortunately I did not find a decent way to log to the javascript console. Is there an easy way to dump some ...
1
vote
0answers
459 views
Thunderbird: embedded images not rendering inline
This may not be the most appropriate place for this, I have posted to the Mozilla boards but I'm guessing SO gets a few more eyeballs... Anyway:
We're generating an HTML email with inline images. ...
1
vote
0answers
60 views
getting message ID of a just send message
I am writing a thunderbird extension for which I want to perform an action, writing the messageID to a file, when the user sends a message. The user can activate this feature through a new toolbar ...
1
vote
1answer
106 views
thunderbird extension - iterate over messages in a folder
I'm writing a thunderbird extension that should monitor one or more folders (from the left pane of the application) and if there are messages added to one of the monitored folders, they are sent ...
1
vote
5answers
2k views
How can I “hack” the Thunderbird Lightning plugin to fully color categories
(Note: While I'm not entirely sure if this be better asked on SuperUser, I guess the fact that you probably will have to mess around in the xpi/jar file with the css settings, should make it suitable ...
1
vote
1answer
38 views
How to make the html text incorporated into xul copyable?
I'm opening the xul as new tab in Thunderbird.
1
vote
1answer
61 views
Does Jetpack still work with Thunderbird? If so, where's a simple example?
From what I could tell, the early versions of Jetpack supported developing plugins for both Firefox and Thunderbird, but the current site only mentions Firefox 4.
Did they drop support for ...
1
vote
1answer
1k views
How do I enable XAMPP to locally use the php's mail() function so I can test my mail() scripts locally without having to upload to my server?
I am currently using XAMPP and Thunderbird 3 and wish to set up my local server to send mail to e-mails like gmail/hotmail/(anymail) so I can test out my php scripts that are using the mail() ...
1
vote
1answer
172 views
Tryton as a CalDAV server
Has any of You any experience with using Tryton as a CalDAV server ?
How does it perform ?
How does perform Mozilla Sunbird / Thunderbird-lighting as a client ?
Is it ready to apply in real business ...
1
vote
2answers
105 views
Can a Firefox/Thunderbird Extension modify a printed page?
I'm writing a Thunderbird extension that performs a translation of the current message on demand. The translation is appended to the HTML in the message view pane (so it is not persistent).
Can a ...
1
vote
1answer
459 views
Put Downloaded Emails Back to POP3 Server
How can I put my downloaded emails back to my POP3 server? I want it to appear like how it was sent originally. I made a mistake of setting thunderbird to delete my server-side emails and keep only ...
1
vote
2answers
421 views
Programming thunderbird Email Client?
Anyone has C#/Ruby/Python/Java or Perl scripts to get all the emails in a folder in Thunderbird client and download all the attachments?
I have more than 200 resumes as attachment kept in Resumes ...
1
vote
1answer
88 views
thunderbird how to apply a folder view to other folders (like evolution)
How does one save a 'view' in thunderbird and then have that applied to other folders (nested and not nested) ? a bit like evolution and outlook?
For the life of me, i can't find this in my version:
...