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 … (xle nububuwo)

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.

Asked by BAMimages 18 gaƒoƒo siwo va yi

Last reply by BAMimages 10 gaƒoƒo siwo va yi

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 … (xle nububuwo)

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.

Asked by Frank 11 gaƒoƒo siwo va yi

See below!

I can't open up my messages in my eBay account since the new YAHOO downloaded on my Mac last week, what in Hades gives???

Asked by guitaristbass 13 gaƒoƒo siwo va yi

GeoLocation app not working with firefox.

For some reason Firefox stopped working with the PlayerLocationCheck App used by the Georgia Lottery. I can still use the https://www.galottery.comweb site by using their… (xle nububuwo)

For some reason Firefox stopped working with the PlayerLocationCheck App used by the Georgia Lottery. I can still use the https://www.galottery.comweb site by using their phone app or Edge. Any ideas on how to solve this problem?

Asked by walkerga 13 gaƒoƒo siwo va yi

about this extension

i have this add on extension and it want let me delete and i did not want too add that on my address box

Asked by mohogany1234 14 gaƒoƒo siwo va yi

Manually adding accounts to the password manager in Firefox for iOS DOES NOT WORK

This has never worked for me on Firefox for iOS, despite trying for over a year, being up-to-date, and following the proper steps listed in the online instructions for ho… (xle nububuwo)

This has never worked for me on Firefox for iOS, despite trying for over a year, being up-to-date, and following the proper steps listed in the online instructions for how to do this.

First, Firefox for iOS never asks to save passwords, which is a total bummer.

But that aside, it won't even save a new password when I enter it manually. I go to "passwords," hit the + button, enter the login and password. But when I'm done, the screen just quickly flashes, and the new login and info I just entered has not been added. PLEASE FIX THIS!!!

(And please add the feature of asking save new passwords!)

Asked by ryancrane99 14 gaƒoƒo siwo va yi

Unable to edit contacts.

I have the latest version of TB and Windows 11. I cannot edit contacts in either Cardbook or Address Book. In addressbook there are Edit and Delete tabs, but neither wor… (xle nububuwo)

I have the latest version of TB and Windows 11. I cannot edit contacts in either Cardbook or Address Book. In addressbook there are Edit and Delete tabs, but neither work. I have checked permisssions, and nont denied. I have disabled and reenabled Cardbook. Neither helps. Edits made in my gmail contacts are synchronized. It seems I am missing some simple answer, but ----? Your help will be appreciated. John

Asked by John Looze 14 gaƒoƒo siwo va yi

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… (xle nububuwo)

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

Asked by rastas 14 gaƒoƒo siwo va yi

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… (xle nububuwo)

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.

Asked by Val Johnstone 14 gaƒoƒo siwo va yi

Can't log into one online web site ACE hardware, but can use my same cedentials on EDGE- no issue.

Let me know if there is a setting change needed...perhaps hidden. No issues using Firefox with any other sites...pay a lot of bills online. The site response; not authori… (xle nububuwo)

Let me know if there is a setting change needed...perhaps hidden. No issues using Firefox with any other sites...pay a lot of bills online. The site response; not authorized.

Asked by brusso16 15 gaƒoƒo siwo va yi

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… (xle nububuwo)

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

Asked by Peter Matthews 15 gaƒoƒo siwo va yi

Can't google in my searchbar anymore

When I'm typing something in my searchbar which doesn't locate to a direct website. This error appears. It doesn't appear while googleing from the google website. I could… (xle nububuwo)

When I'm typing something in my searchbar which doesn't locate to a direct website. This error appears. It doesn't appear while googleing from the google website. I couldn't find something like mysearchengine on the computer and this seemed to appear out of nowhere. I'm using firefox for half a year now. Do you got any ideas what's causing this and how to fix it?

Asked by NiCeDarox 16 gaƒoƒo siwo va yi

PC Crash

My PC crashed with a windows upgrade and i'm not able to get my bookmarks back. BEST Buy Geek squad was able to get me back on but what they backed up were old bookmarks … (xle nububuwo)

My PC crashed with a windows upgrade and i'm not able to get my bookmarks back. BEST Buy Geek squad was able to get me back on but what they backed up were old bookmarks not the latest ones i had on my PC

Asked by srz301 17 gaƒoƒo siwo va yi

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 … (xle nububuwo)

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.

Asked by cwrigor 18 gaƒoƒo siwo va yi

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 - … (xle nububuwo)

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?

Asked by Gerry McEntee 22 gaƒoƒo siwo va yi

Last reply by Gerry McEntee 18 gaƒoƒo siwo va yi

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… (xle nububuwo)

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.

Asked by jpco 18 gaƒoƒo siwo va yi