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

How to wrap quotes in thunderbird automatically

When replying emails with long lines, I have to break the quotes manually which is very annoying, because I have to use the context menu for pasting as quote (e.g.: no Ctrl-V). I did searches from time to time, because the cases I need this feature…
Wolf
  • 9,679
  • 7
  • 62
  • 108
4
votes
2 answers

How to view the IMAP flags in an email client?

We are are setting a the IMAP flags using the Java Mail API. Is there is a way to look at these flags in Thunderbird or other client for debugging purposes?
Saqib Ali
  • 3,953
  • 10
  • 55
  • 100
4
votes
1 answer

How would I change Thunderbird's default CSS for links?

I'm trying to change the style for links that are generated when an email is sent from Thunderbird. Specifically, I'm talking about the links that are automatically generated - like email addresses. Having followed a tutorial on eHow, I have managed…
Mike Rockétt
  • 8,947
  • 4
  • 45
  • 81
4
votes
1 answer

Thunderbird extension console logging

I have the following code in my bootstrapped Thunderbird add-on main.js file: exports.main = function() { console.log("abc"); }; When I run this code in FireFox in Add-on Builder, I get this message displayed in FireFox Error Console: info:…
4
votes
2 answers

Where is the 'folder view' for RSS feeds in Thunderbird?

All, I've switched from Google Reader to Thunderbird to read / manage RSS feeds. For some reason, the folder view of my imported feeds does not show up in Thunderbird, yet in the 'manage subscriptions' panel, the folder hierarchy is preserved. See…
DPSSpatial
  • 767
  • 3
  • 11
  • 31
4
votes
1 answer

Thunderbird compose-send-message event does not fire

I have followed the tutorial for getting a Thunderbird extention going and succeeded in getting extensions that use the "load" event to work (the basic "date" example and random text using alert("hey"); both work). However, I can't seem to get any…
Thomas M. DuBuisson
  • 64,245
  • 7
  • 109
  • 166
3
votes
1 answer

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 .sortBar) that I can easily hide with CSS?
winchendonsprings
  • 471
  • 2
  • 7
  • 17
3
votes
1 answer

How to disable thunderbird shortcut

i use both thunderbird and zend. ctrl+shift+r is used by them. but when i use it in zend and other places, i found that it is a global shortcut of thunderbird. does any one know how to disable the shortcuts or it's just a bug for me only?
sunnyboyme
  • 31
  • 3
3
votes
1 answer

Thunderbird agenda native system notification?

I've been looking for an answer to this for weeks and figured I might just ask the question directly. I'm using Thunderbird 102.6.1 on Windows 10. I'm looking to replace the "standard" Thunderbird agenda popups (see screenshot below) with a "native"…
3
votes
1 answer

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 that application. Do you know about an extension…
izidor
  • 4,068
  • 5
  • 33
  • 43
3
votes
4 answers

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…
Eugene K
  • 3,381
  • 2
  • 23
  • 36
3
votes
2 answers

Why it thunderbird 78 hanging when talking to IMAP mail server?

After automatic update from thunderbird 68 to 78, thunderbird hangs in talking to our organization's email server. Why is this happening?
tobi delbruck
  • 301
  • 2
  • 9
3
votes
0 answers

Can Adium or Thunderbird-Chat fetch history of conversations that are received and sent when it is closed?

I am using [Adium (https://adium.im) or Thunderbird-chat] to connect to my google hangouts account for instant messaging. => I have realised that on its talk history, Adium only shows the messages that are received when it is running. While it is…
alper
  • 2,919
  • 9
  • 53
  • 102
3
votes
1 answer

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. They display fine in Outlook 2007, but do not render…
Richard H
  • 38,037
  • 37
  • 111
  • 138
3
votes
0 answers

Thunderbird 67 Extension doesn't inject Content Script in the main tab

I'm making a Thunderbird Extension through the WebExtension Api (with popup) and i've some difficulties running a Content script to get some elements (attachments list of the current mail for example) directly from Thunderbird interface. I've made a…