Send and Attach buttons missing in V143.0.1

Since updating to V143.0.1 the Send and Attach buttons are missing when compiling messages. When I finish compiling a message now I have to select File>>Send of pr… (Lesen Sie mehr)

Since updating to V143.0.1 the Send and Attach buttons are missing when compiling messages.

When I finish compiling a message now I have to select File>>Send of press Ctrl/Return. In either case a check message then appears that has to be accepted

If I want to attach a document or file I have to select File>>Attach>File or Ctrl/Shift/A.

What's happened to the buttons?

Gefragt von rousea vor 16 Minuten

Thunderbird under WIndows 11, no left vertical taskbar

Hi, Thunderbird : Under Windows 10 and Ubuntu, I have a vertical taskbar on the left. but once installed under Widows 11 no taskbar and no way to make it appear. Do… (Lesen Sie mehr)

Hi, Thunderbird : Under Windows 10 and Ubuntu, I have a vertical taskbar on the left. but once installed under Widows 11 no taskbar and no way to make it appear. Do you know a solution? Thank you

Gefragt von Pascal in France vor 1 Tag

Letzte Antwort von Pascal in France vor 1 Stunde

Can't Address new messages

I've installed Thunderbird on new computer, and moved over from the old computer emails and Address Books (including customized ones). But when I start a new message, I … (Lesen Sie mehr)

I've installed Thunderbird on new computer, and moved over from the old computer emails and Address Books (including customized ones). But when I start a new message, I can't get any e-addresses to appear in the To box.

What do I need to do to access Addresses?

Gefragt von jbaumann-msd vor 21 Stunden

Letzte Antwort von jbaumann-msd vor 33 Minuten

Today Pane makes Thunderbird mail window Status bar disappear + can't scroll fully to the bottom

I noticed that I can't see the end of any longer email messages and realized that the Status bar is missing in the email window, too. Changing the relevant setting in the… (Lesen Sie mehr)

I noticed that I can't see the end of any longer email messages and realized that the Status bar is missing in the email window, too. Changing the relevant setting in the menu didn't do anything. The Status bar is visible in other tabs. When I hid the Today Pane (Events & Tasks), the status bar came back. When I displayed it, Status bar disappeared again. With longer email messages, it is impossible to view the complete message, because the message window seems to extend below the screen bottom. Hiding Windows task bar doesn't help.

Help, how can I have my status bar and read the messages without opening them in a new window, without having to hide the Today pane?

Gefragt von haituva vor 5 Stunden

Letzte Antwort von haituva vor 40 Minuten

Adding PASSWORDLESS email account to Thunderbird (PC)?

I have an MS email account which is passwordless and only uses fingerprint/passkey authentication. How do I get TB to use this security method to gain access to my emai… (Lesen Sie mehr)

I have an MS email account which is passwordless and only uses fingerprint/passkey authentication.

How do I get TB to use this security method to gain access to my email? Currently, every time I try to add the email address/account, it asks for a password, which obviously I don't have.

adelphiaUK (Chris)

Please excuse misspellings and anything that may not make sense or cause offence as the medication I take can have an adverse effect on my mind.

Gefragt von adelphiaUK vor 12 Stunden

Letzte Antwort von adelphiaUK vor 54 Minuten

Use Thunderbird solely to access an MOBOX archive of my gmail account offline

I'm on Windows 11, I've archived my gmails to a 3GB zip and extracted it to a local MBOX file. I want to sue Thunderbird only to be able to conveniently see these emails.… (Lesen Sie mehr)

I'm on Windows 11, I've archived my gmails to a 3GB zip and extracted it to a local MBOX file. I want to sue Thunderbird only to be able to conveniently see these emails. I don't want any accounts, nor to connect Thunderbird to the internet - I juust want to see the gmails.

I've installed Thunderbird, and the import/export Tools NG add-on. It won't let me import to a unified folder, so I deleted the unified folder. I have no "local folders", so I can't right click on one and select import. I can't see how to make one either, and the help is of no help.

I wonder if somebody could tell me, without assuming knowledge I don't have, how to do this please.

Thanks Chris

Gefragt von chrisxenon vor 3 Stunden

Letzte Antwort von chrisxenon vor 58 Minuten

Unable to send emails

My cat laid too close to my keyboard (i.e., by the control, shift, and windows button) and I am now unable to send messages from any of my email address in Thunderbird. I… (Lesen Sie mehr)

My cat laid too close to my keyboard (i.e., by the control, shift, and windows button) and I am now unable to send messages from any of my email address in Thunderbird. I've checked the server settings and they all appear to be correct, but I keep getting the error message that connecting to the smtp failed. I'm receiving emails, but can't send them. Is there anything else that I might be missing apart from checking the server settings.

Gefragt von juliesmith1 vor 3 Stunden

Thunderbird calendar notifications don't always work as expected

Hi I am using thunderbird with the integrated events connected to various google domains. My calendar looks synchronized and notifications show up. I am on popos on a lap… (Lesen Sie mehr)

Hi I am using thunderbird with the integrated events connected to various google domains. My calendar looks synchronized and notifications show up. I am on popos on a laptop. The thing is that a lot of time the notifications show up late; like not hours late, but let's say 5 minutes late and sometimes they don't re-appear after the initial reminder. So it's not 100% sure that you will get reminded or pinged at the right time. I have not figured out any specific rule when it works and when it won't. Curious if anyone else is running into such problems. Thanks Andreas

Gefragt von Andreas Richter vor 3 Stunden

Thunderbird Extension API Returning Stale Cached Data for Gmail IMAP Folders

Dear Thunderbird Team, I am writing to report a critical issue with the Thunderbird Extension API where it returns stale, cached data instead of live folder contents for… (Lesen Sie mehr)

Dear Thunderbird Team,

I am writing to report a critical issue with the Thunderbird Extension API where it returns stale, cached data instead of live folder contents for Gmail IMAP accounts.

Issue Description The browser.messages.list() and browser.messages.query() APIs are returning outdated message data from 2016-2021, completely ignoring the actual current contents of my Gmail IMAP inbox. While Thunderbird's UI displays current emails correctly, the extension API serves permanently cached old data.

Evidence of the Bug What Thunderbird UI Shows: Current inbox with emails from today and recent weeks

Real-time folder contents

Proper folder synchronization

What Extension API Returns: Only 100 messages total (artificial limit)

Messages exclusively from 2016-2021

No emails from 2022-2025 present

Completely ignores current folder contents

Technical Details: Profile: /Volumes/Data/Mail Files/Thunderbird/Profiles/aq8q4la7.default-release/

Account: Gmail IMAP (imap.googlemail.com)

Folder: account1://INBOX

API Used: browser.messages.list(folderId) and browser.messages.query()

Steps to Reproduce Set up Gmail IMAP account in Thunderbird

Write extension using browser.messages.list() API

Compare API results with actual folder contents

Observe API returns stale cached data from years ago

Debugging Attempted We have tried:

Deleting all .msf index files

Clearing folderCache.json and global-messages-db.sqlite

Removing cache folders (cache/, cache2/, startupCache/)

Rebuilding folder indexes

Using different API methods (messages.query vs messages.list)

None of these resolved the issue - the API continues to return the same stale dataset.

Impact This completely breaks any extension that needs to access current folder contents, such as email tracking, automation, or filtering extensions.

Request Please investigate why the Extension API serves different (and outdated) data compared to Thunderbird's main UI, and fix the API to return actual live folder contents.

Thank you for your attention to this critical issue.

Best regards, Hasan

Gefragt von hasan_sharif vor 3 Stunden

Loss of Local Folders on upgrade to Windows !!

Yesterday I upgraded my PC from Windows 10 to 11. Today I discovered my Local Folders are not visible. Searching tells me the messages still exist, but TB does not show t… (Lesen Sie mehr)

Yesterday I upgraded my PC from Windows 10 to 11. Today I discovered my Local Folders are not visible. Searching tells me the messages still exist, but TB does not show the folders. I did the same upgrade a month ago on a laptop (Windows 10 Pro to 11), no problems. I didn't externally back up the messages as I am a dinosaur and don't know how, but at least they are still on the hard drive. Thousands of them though so I need the local folders back. Tried all the fixes I can find on the Community Forum, without success. Can anyone help please? Bob

Gefragt von bob246 vor 1 Tag

Letzte Antwort von bob246 vor 4 Stunden

Thunderbird very slow to send emails

Hi I was using TB 142 without problems. When upgrading to 143 ou 144.B4 I have problems sending mails to all users after some times. Usually the first mails are sent imme… (Lesen Sie mehr)

Hi I was using TB 142 without problems. When upgrading to 143 ou 144.B4 I have problems sending mails to all users after some times. Usually the first mails are sent immediatly but after around 10 mails, I have very slow response (varies from 5 sec to more than 1 minute and sometimes timeout). Usually quitting TB solves the problem but this is very annoying. I went back to 140LTS and sems to have no longer this problem. This was tested on many diffrent networks. I am running under Fedora release 42

Thanks

Gefragt von mouthuy vor 5 Stunden

Submenus not displayed

Hi I use a PC running Windows 10. I created a new email adress using Outlook. All is displayed correctly in Outlook.live (subir inbox, outbox, draft, archive, etc) Now w… (Lesen Sie mehr)

Hi I use a PC running Windows 10. I created a new email adress using Outlook. All is displayed correctly in Outlook.live (subir inbox, outbox, draft, archive, etc)

Now when I try to add the same account (email adress) in Thunderbird PC (last release), the system found well my data (IMAP, SMTP...), but is unable to display submenus. Only the Inbox appears. The setup is not complete and I have no error. But in Thunderbird I received a notification stating something about the authentication of that new email adress but I have no access to the full notification (when I clic on the notification it disappears).

I deleted this account (data and message) in Thunderbird, closed Thunderbird, and created it again, same result. Only the subdir inbox appears.

In Outlook.live this account works fine, I can send and receive emails.

In Thunderbird I can also send emails but I do not receive them while they are received in Outlook.live. So it seems that there an issue in Thunderbird And I have no opportunity to add the account manually.

Any suggestion to solve this issue ?

Gefragt von luxorion vor 1 Tag

Letzte Antwort von luxorion vor 5 Stunden

Select main calendar for meeting invitations

Hi, I have my calendar connected to my Google calendar. It works great in both ways. I can add in Thunderbird and it show up in Google and vice versa. But one issue, when… (Lesen Sie mehr)

Hi, I have my calendar connected to my Google calendar. It works great in both ways. I can add in Thunderbird and it show up in Google and vice versa. But one issue, when I get a meeting invitation and I accept, it always get in the "Home" calendar and not in my Google one. I have tried to sort them with my Google at top, and if I delete all other calendars it can not be saved at all. And can not find any other settings.

Any suggestions? Or is it just not possible? Maybe a function for a coming update? Or have I just missed out some obvious?

Best regards /Mike

Gefragt von micke1 vor 8 Stunden

Rebuilding the Global Database does not complete (Mac)

My Thunderbird was not finding messages that I could see were there. I followed the advice here https://support.mozilla.org/en-US/kb/rebuilding-global-database. I dele… (Lesen Sie mehr)

My Thunderbird was not finding messages that I could see were there.

I followed the advice here https://support.mozilla.org/en-US/kb/rebuilding-global-database.

I deleted the (large) global-messages-db.sqlite (I have been using Thunderbird for a long time - and I am monthly contributor).

The rebuild gets to a certain point and then stops (as indicated by Tools Activity Manager). Always at the same point. I guess there is a bad message in there somewhere. But now I am worse off than before.

I tried rebuilding several times. I have also compacted the account folders of the account that stopped and then tried rebuilding.

I have many years of messages in there and I need a functioning search. What can I do?

Gefragt von camerojo vor 4 Tagen

Letzte Antwort von camerojo vor 11 Stunden

Can't Send email from primary account

When I try to send an email I get this message "Sending of the message failed. An error occurred while sending mail. The mail server responded: Authentication required. … (Lesen Sie mehr)

When I try to send an email I get this message

"Sending of the message failed. An error occurred while sending mail. The mail server responded: Authentication required. Please verify that your email address is correct in your account settings and try again."

My email address in my account settings is correct. What can I do?

Gefragt von gold.albert vor 11 Stunden

Thunderbird - Problem with Back-up for Files

Issue Related to Backing Up Thunderbird Messages. Trying to back up both my inbox messages and sent messages. Problem relates to backing up inbox messages. First, atte… (Lesen Sie mehr)

Issue Related to Backing Up Thunderbird Messages. Trying to back up both my inbox messages and sent messages. Problem relates to backing up inbox messages. First, attempted to back-up (sing the save as function) to desktop (folder). Plan was One Drive would back these up from Desktop. Have 199,000 messages in inbox. Did not save all of them. Then tried to save them in smaller increments to external storage (plenty of storage available). Successful with 4 back-ups of approximated 15,000 messages in each batch. Now will not back-up the full 15,000 ....last successful was 5,000 messages. When it fails, message says "Unable to save the message. Check your file name and try again later." The file naming convention has been the same for all files and have carefully checked to make sure it is not the file naming convention.

What is the problem? Does someone have a solution?

Can you please help me so I can successfully back-up all my inbox messages? Once I figure out an approach want to continue backing up messages using this approach.

Greatly appreciate your help!!

Best, Monica

Gefragt von mschwinberg vor 12 Stunden

Zimbra

Hello,

My local internet and email provider just switched to Zimbra and now I can't receive or send emails. What do I need to do to?

Gefragt von frost2 vor 12 Stunden