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

How to disable automatic mail check in Mozilla Thunderbird

I got 4 email accounts added to Mozilla Thunderbird. I need 3 of them check for new email automatically and 1 only when I press "Get Mail". I went to Tools->Account Settings->my@account.com->Server Settings and removed tick from "Check for new…
Tauri28
  • 888
  • 1
  • 18
  • 30
8
votes
4 answers

ThunderBird Event for Viewing a Message

I'm trying to modify a message before it is displayed in the main window in Thunderbird. I can't seem to find 1) An event that will be triggered when a new message is opened/viewed 2) A way to modify the displayed contents of a message. I believe I…
Thomas M. DuBuisson
  • 64,245
  • 7
  • 109
  • 166
7
votes
2 answers

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 gmail hosted account. I want to close this local…
Vivek Khurana
  • 231
  • 1
  • 5
  • 12
7
votes
2 answers

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 application database without writing OT plugins.…
UnDiUdin
  • 14,924
  • 39
  • 151
  • 249
7
votes
1 answer

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() function. It would save some time as it would bypass the…
Simon Suh
  • 10,599
  • 25
  • 86
  • 110
7
votes
1 answer

Debugging a Thunderbird extension

I'm working on a Thunderbird extension, and, unfortunately, can't sort out what's still valid from what's not. There's lots of stuff online, but, most of it is no longer applicable to recent Thunderbird. At a minimum, I need a way of seeing log…
SRobertJames
  • 8,210
  • 14
  • 60
  • 107
7
votes
4 answers

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 retrieve (RETR) 10 email messages, then I logout for the night. Overnight 10 more messages are sent to my…
Pauld
  • 363
  • 2
  • 10
7
votes
2 answers

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. ). Any idea how to do this? I know it's possible since this is done in the OpenPGP Enigmail extension. Thanks!
sgoel
  • 71
  • 1
  • 2
6
votes
2 answers

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 using two TB clients: I saw the same tags on both…
Westpol
  • 61
  • 3
6
votes
1 answer

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 Body',attachment='File.txt'" The command performs perfectly…
Anthony Miller
  • 15,101
  • 28
  • 69
  • 98
6
votes
3 answers

Resolving the thunderbird phantom folder issue (gray, italics folders)

Definition of "Phantom Folder": The term "Thunderbird Phantom Folder" seems to be a standard expression (and you will find hundreds of hits in google -- it's extremely strange that there is no StackOverflow entry for this yet). It refers to folders…
Prof.Chaos
  • 895
  • 8
  • 22
6
votes
1 answer

Create button in Thunderbird 60+ plugin

So basically I am trying to create a really simple Thunderbird-Add-On with a button that opens a URL. So I tried some of the Firefox-Example-Plugins (https://github.com/mdn/webextensions-examples/tree/master/tabs-tabs-tabs) but they all fail because…
Display name
  • 2,697
  • 2
  • 31
  • 49
6
votes
6 answers

How to print an email to pdf programmatically

I want to generate a PDF document from a "raw" email. This email could containt html or just text. I don't care for attachments. The resulting pdf should contain the proper formatting (from css and html) and also embedded images. My first idea was…
Nick Russler
  • 4,608
  • 6
  • 51
  • 88
6
votes
2 answers

Python: Open Thunderbird to write new mail with attached file

I would like to open Thunderbird on Debian AND Windows with an attached file for a new email. So I would like to do the same as in this thread but the posted solution does not work: Python open email client with attachment I have the very same…
Ohumeronen
  • 1,769
  • 2
  • 14
  • 28
6
votes
1 answer

Access thunderbird emails by python

I need to get informations out from my tree of Thunderbird message folders (which contains a large amount of email). I need to be able to search the messages (optionally the attachments) and to report to the calling program. There is some python…
alessandro
  • 3,838
  • 8
  • 40
  • 59
1
2
3
39 40