Cancel an email account

For some reason, I was obliged to change the password on one of my external email box. I made a mistake creating a new mail box in Thunderbird with the same name and the… (자세히 살펴보기)

For some reason, I was obliged to change the password on one of my external email box. I made a mistake creating a new mail box in Thunderbird with the same name and the new password, instead of just informing the new password on the existing mail box. I have now two mailboxes with the same name in Thunderbird. One is enough, but I can't find the way to remove / cancel the second one...

Thank you for your help

22시간 전에 olivier.coyne님이 질문

Thunderbird appears to be compromised

I've found that some of my emaIls in very latest Thunderbird mail client on Windows 10 have had their content replaced with a phishing email - the title of the email is a… (자세히 살펴보기)

I've found that some of my emaIls in very latest Thunderbird mail client on Windows 10 have had their content replaced with a phishing email - the title of the email is as per the existing email received yesterday but the content is a phishing email made to look like a contact request from a motor insurance provider that I used years ago and the email is addressed to the email address I used when dealing with said insurance company.  It's only an issue with Thunderbird as the email looks fine on my mobile phone and in Outlook.  Either Thunderbird itself is compromised or one of the installed extensions is compromised.

Has anyone come across a similar issue?

I'm running an antivirus scan but I think I might uninstall and wipe clean Thunderbird if the scan shows no issues.

1일 전에 Johno님이 질문

Thunderbird deleting inbox messages from server with IMAP server setting

Hi I've just realised that Thunderbird has been deleting inbox messages from server with IMAP server setting. Is there any way how to turn this off? I would expect this t… (자세히 살펴보기)

Hi I've just realised that Thunderbird has been deleting inbox messages from server with IMAP server setting. Is there any way how to turn this off? I would expect this to happen with POP but not with IMAP. Cheers Mike

1일 전에 Michal Racicky님이 질문

yahoo mail account settings issue

Dear, I have a problem with sending emails via Thunderbird desktop platform. Namely, I have set up a Yahoo account, and set the SMTP authentication method to OAuth2, how… (자세히 살펴보기)

Dear,

I have a problem with sending emails via Thunderbird desktop platform. Namely, I have set up a Yahoo account, and set the SMTP authentication method to OAuth2, however I still have the issue with sending emails. There's no problem with receiving emails.

Can you help me please?

Regards, Nikola Lajic nnl0111991@gmail.com

1일 전에 Nikola Lajic님이 질문

Thunderbird freezing

Hi I have several different email accounts. All but one are working fine. But my primary account is continuously unresponsive and freezes. This has been going on for … (자세히 살펴보기)

Hi

I have several different email accounts. All but one are working fine. But my primary account is continuously unresponsive and freezes. This has been going on for several weeks now and today I can't get that account to work at all.

I'm on Windows 11 and have tried re-starting my laptop in Safe Mode but the freezing persists. I've tried turning off Windows Defender - it makes no difference and I don't have any other anti-virus running.

I have 450 emails in my Inbox and don't want to lose any of them or my address book. I do back up each week.

Not very tech savvy and no clue how to sort the issue out.

All help appreciated.

1일 전에 BAMimages님이 질문

1일 전에 BAMimages님이 마지막 답변

Thunderbird POP3 - Leave messages on server for xxx days feature is not working

Hi all, I just set up an email account with POP3 at Thunderbird and enabled leaving messages on the server for, say, 30 days. But if I enable this, all messages stay on … (자세히 살펴보기)

Hi all,

I just set up an email account with POP3 at Thunderbird and enabled leaving messages on the server for, say, 30 days. But if I enable this, all messages stay on the server. I have tried this using my Gmail account, Office365 account, and another provider's email account, but the result is still the same. Do you have any suggestions for this case? Or am I missing any setting?

The reason I need this feature is because I use an email provider with a 2 GB email space limit. I want only the past 30 days of messages that are still on the server to avoid email space being full, meanwhile 30 days at the server to allow user still able to read the past 30 days of email from their mobile phone or web.

1일 전에 Frank님이 질문

Can recieve but am unable to send emails after daylight savings started.

Hallo Up the 4th of October all was ok (see Pix 32), after the 4th I cannot send emails. Error message is Pix 36. Output settings Pix33. Input settings Pix 34. Thunderbir… (자세히 살펴보기)

Hallo Up the 4th of October all was ok (see Pix 32), after the 4th I cannot send emails. Error message is Pix 36. Output settings Pix33. Input settings Pix 34. Thunderbird version Pix 40. Zonealarm Pro Version Pix (41).I have a newist laptop with windows 10

Workshop PC Windows 8.1 Pro is set for auto daylight savings adjust and has the correct time. rastas@rastaselectronics.com.au is arranged through VentraIP. As shown by Pix 36 all has been ok since The Messaging Co took over from Internode.

Laptop I have a newish laptop with windows 10 (fully updated) and with the latest versions of Thunderbird plus Zonealarm. This laptop can recieve but not send as well.

I've turned off Zonalarm on both and tested to no avail.

Cheers

1일 전에 rastas님이 질문

Body of some emaisl blank in Inbox and stored files in folder

I read on the internet that if I go to Mail then the body of the email should be available when blank in above subject files/folders. This does work, but it has only just… (자세히 살펴보기)

I read on the internet that if I go to Mail then the body of the email should be available when blank in above subject files/folders. This does work, but it has only just started happening. Internet information says due to out of date apps, does this mean Thunderbird is out of date and needs updating because usually the updates are automatic? Or does Thunderbird need to look at the problem and fix, I shouldn't have to go to Mail each time an email body is blank. Not all emails are blank. Appreciate your assistance.

1일 전에 Val Johnstone님이 질문

Convert VBA on Outlook to TBird

Can this be doctored to send via Thunderbird? If so pointers would be apreciated! Sub FredWeeklyReport() Dim OutApp As Object Dim OutMail As Object Dim MyAddress A… (자세히 살펴보기)

Can this be doctored to send via Thunderbird? If so pointers would be apreciated! Sub FredWeeklyReport() Dim OutApp As Object

   Dim OutMail As Object
   Dim MyAddress As String
   Dim MyAddress2 As String
   Dim Response
   Set OutApp = CreateObject("Outlook.Application")
   Set OutMail = OutApp.CreateItem(0)
   On Error Resume Next
   
   Response = MsgBox("Fred. Hide all invoices, check worksheet is up to date", vbOKCancel)
   If Response = vbCancel Then GoTo ExitLable
   'Worksheets("Sheet19").Visible = False
   MyAddress = Sheets("Work summary").Range("Eddress1").Value
   MyAddress2 = Sheets("Work summary").Range("Eddress2").Value
   With OutMail
       .To = MyAddress
       '.CC = MyAddress2
       .BCC = ""
       .Subject = "Fred - PM - Weekly report"
       .Body = "Attached please find my weekly report. Regards, Peter"
       .Attachments.Add ActiveWorkbook.FullName
       'You can add other files also like this
       '.Attachments.Add ("C:\test.txt")
       .Send   'or use .Display
   End With
   On Error GoTo 0

ExitLable:

   Set OutMail = Nothing
   Set OutApp = Nothing

End Sub

1일 전에 Peter Matthews님이 질문

Emails quit coming In.

Out of the blue, my Mozilla Thunderbird emails quit coming in. I paid a guy to get 2 weeks worth of emails to come in and thought the problem was fixed. Next day, same … (자세히 살펴보기)

Out of the blue, my Mozilla Thunderbird emails quit coming in. I paid a guy to get 2 weeks worth of emails to come in and thought the problem was fixed. Next day, same problem - no new emails coming in. What is happening? I need help.

1일 전에 cwrigor님이 질문

error message

I am unable to send any messages. Getting this error message - An error occurred while sending mail. The mail server responded: Resources restricted from 69.115.218.69 - … (자세히 살펴보기)

I am unable to send any messages. Getting this error message - An error occurred while sending mail. The mail server responded: Resources restricted from 69.115.218.69 - try again later (AA,31).

It will list whatever address I am sending to or one off of a group. If I delete the one address it lists out of a group I get the same message with a new address cited.

Any suggestions?

1일 전에 Gerry McEntee님이 질문

1일 전에 Gerry McEntee님이 마지막 답변

BLUE CIRCLE TIMEOUTS

Constant blue circle timeouts when trying to open emails or send. Everything stops while the blue circle of death throbs for up to 30 seconds every time. Makes every emai… (자세히 살펴보기)

Constant blue circle timeouts when trying to open emails or send. Everything stops while the blue circle of death throbs for up to 30 seconds every time. Makes every email sent and every one marked junk or otherwise take forever.

Help.

1일 전에 jpco님이 질문

thunderbird geht nicht mehr auf dem laptop

Ich muss beim versenden ein Passwort eingeben. da ich aber das passwort nicht mehr weiss habe ich versucht ein neues einzugeben. das hat leider auch nicht geklappt. ich h… (자세히 살펴보기)

Ich muss beim versenden ein Passwort eingeben. da ich aber das passwort nicht mehr weiss habe ich versucht ein neues einzugeben. das hat leider auch nicht geklappt. ich habe auch versucht mozilla thunderbird zu deinstalieren und dan wider neu zu instalieren, aber das hat auch nicht geholfen.

was kann ich tun?

mit freundlichen grüssen harry bodemann

1일 전에 Harry Bodemann님이 질문

Character encoding when syncing contacts to icloud

Hi I am syncing contacts between iCloud and Thunderbird and in most aspects it’s flawless. However when I change or create a contact in Thunderbird there seem to be a pro… (자세히 살펴보기)

Hi I am syncing contacts between iCloud and Thunderbird and in most aspects it’s flawless. However when I change or create a contact in Thunderbird there seem to be a problem in character encoding. When I view the contact in iCloud the swedish characters åäö are replaced with som random strings. The other way around works as it should.

Does anyone recognize the problem and perhaps have a solution? Thanks.

1일 전에 Daniel Österval님이 질문

Bulk deletions not working well

While cleaning up email to get rid of the large amount of junk I sort by correspondent. This allows me to select several of the mostly junk emails together to delete them… (자세히 살펴보기)

While cleaning up email to get rid of the large amount of junk I sort by correspondent. This allows me to select several of the mostly junk emails together to delete them. I highlight the first email I want to delete, go to the last one and hit shift and click. Sometimes that can be over a hundred or so emails to delete at once. After selecting delete, sometimes they don't all delete. The email is no longer bolded as though I had read it, but only a portion of the selected actually delete. It sometimes takes 2, 3 or more times of selecting them to get them to all delete. This has just been recently, within the past few months that I have noticed this. Not a terrible problem, but curious as to why this happens.

1주 전에 eknight님이 질문

1일 전에 eknight님이 마지막 답변

Will not auto-configure for a comcast.net email address (Solved)

Starting about a year or more ago, when trying to set up profiles on Thunderbird for a comcast.net email address, it would fail. The different errors generated would indi… (자세히 살펴보기)

Starting about a year or more ago, when trying to set up profiles on Thunderbird for a comcast.net email address, it would fail. The different errors generated would indicate it was a problem on the mail server, and not with thunderbird. Even comcast support couldn’t figure it out. With trial and error, I finally did. - Enter your name, address and password in the setup screens and allow it to get to the “configuration found” menu. - Select to configure manually. - Under incoming server for IMAP, Authentication Method will show 0Auth2. Change it to normal password. - For Username, it will be set to the entire email address. Remove the “@” sign and everything to the right of the “@” sign. So instead of email@domain.com it will show “email” and that’s it. - Under outgoing server for SMTP the authentication method will show 0Auth2. Change it to normal password. - If username shows the entire email address, (It shouldn’t, if you changed it for IMAP) then remove the “@” sign and everything to the right of the “@” sign. - Click the Re-Test button and it should pass. - Click the Done button and the setup should be completed with no issues. -

1일 전에 Carl1959님이 질문

No emails since February

I had been happily using Tbird for many years. In mid February, when I tried to open my inbox, the message was "inbox in use for some other operation". If it was in use, … (자세히 살펴보기)

I had been happily using Tbird for many years. In mid February, when I tried to open my inbox, the message was "inbox in use for some other operation". If it was in use, I did not know about it. Then the message changed to "Thunderbird has crashed". I tried again many times over a few months but got the same results. I've just about been coping using webmail but with much grinding of teeth. Today when I tried again, there was no message and no inbox. I've also tried opening a 2nd Tbird account but got nowhere. Does anyone have any suggestions please? Thanks, Richard>

1일 전에 richard387님이 질문