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
25
votes
3 answers

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 for getting started at this. I have some…
Mike
  • 965
  • 4
  • 15
  • 24
22
votes
4 answers

Advanced message filter rules in Mozilla Thunderbird

The filter mechanism of Thunderbird is nice for simple things. But I want to do something like (If message contains xy or sender is yz) and status is read, move to trash The problem is, one filter rule can only match any (= OR) or all (=AND) …
user3001
  • 3,437
  • 5
  • 28
  • 54
17
votes
4 answers

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 folder and create a filing hierarchy to go with…
Maroloccio
  • 1,143
  • 2
  • 12
  • 22
14
votes
2 answers

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?
AppDeveloper
  • 927
  • 11
  • 21
12
votes
2 answers

How to disable Thunderbird AUTO UPDATE

How can i disable the AUTO UPDATE process/function automatically used/applied by the (Mozilla) Thunderbird=TB (email-client) app ? for-example in v68 series: v68.12.0 or v68.12.1, etc ? What settings/preferences change are needed ? please show…
atErik
  • 923
  • 2
  • 13
  • 24
12
votes
8 answers

How can I "hack" the Thunderbird Lightning extension 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 for SO.) Mozilla Thunderbird's Calendar…
Martin Ba
  • 37,187
  • 33
  • 183
  • 337
11
votes
2 answers

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 commited them. Including the commit message of…
lzap
  • 16,417
  • 12
  • 71
  • 108
9
votes
2 answers

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 Thunderbird? I found one called "DOM Inspector" but it is…
Nathan H
  • 48,033
  • 60
  • 165
  • 247
9
votes
1 answer

How to read / accept / reject meeting invite in Mozilla Thunderbird

When someone sends me a meeting invite from Microsoft Outlook, I don't get a properly formatted e-mail in my Mozilla Thunderbird. I cannot accept nor reject the meeting invite. Can anyone please let me know how to view / accept / reject meeting…
Nirav Mehta
  • 6,943
  • 9
  • 42
  • 51
9
votes
2 answers

read thunderbird address mab files content

I have several address list's on my TBIRD address book. every time I need to edit an address that is contained in several lists, is a pain on the neck to find which list contains the address to be modified. As a help tool I want to read the several…
user2353106
  • 101
  • 2
  • 6
9
votes
4 answers

Java 7: How to implement drag & drop in Java?

I am currently experimenting with drag&drop using Java 7 Update 21. My target operating systems are: Windows 7 Ubuntu 12.04 Mac OSX 10.6 / 10.8 The requirements are: drag files from the filesystem and drop it to my Java application (making a copy…
salocinx
  • 3,715
  • 8
  • 61
  • 110
8
votes
1 answer

Thunderbird How compose a message in new tab?

On Thunderbird, when I press reply or new message a new window is poped up to write a message rather than the main window. When I press reply button for the same mail, multiple independent reply windows are open, which leads a confliction. [Q] Is it…
alper
  • 2,919
  • 9
  • 53
  • 102
8
votes
3 answers

Thunderbird 78: How to add security exception?

In previous versions of Thunderbird, when connecting to a server with a self-signed certificate, a warning was displayed, but the option was offered to create a security exception for that server with this dialog: I could click on "Confirm Security…
ARX
  • 1,040
  • 2
  • 14
  • 20
8
votes
2 answers

How can I compose and send email in Thunderbird from commandline?

I use this command to send a logfile with Thunderbird: thunderbird -compose "subject='test',to='test@mail.test',body=$output,attachment='/home/test/scan.log'" That launches and shows Thunderbird's prefilled edit-message-window and I have to press…
Yurij
  • 243
  • 1
  • 4
  • 12
8
votes
1 answer

Thunderbird 31.6 removes doctype

I have the problem that Thunderbird version 31.6.0 seemingly removes or ignores my declaration. This becomes a problem when a is rendered that has a set height and additional padding-top or padding-bottom. Normally, you would…
Horen
  • 11,184
  • 11
  • 71
  • 113
1
2 3
39 40