Multiple problems: 1) shaw.ca pop account stopped receiving mail, 2) moving messages out of Inbox doesn't reduce size of 4GB folder, 3) compact doesn't help, 4) Local Folders does not appear

Thunderbird v128.4.3ser (32-bit) setup with 4 accounts: Shaw.ca (POP), Shaw.ca (IMAP), 2xGmail (OAuth2). The Shaw.ca (POP) account is the main one, and it stopped receivi… (자세히 살펴보기)

Thunderbird v128.4.3ser (32-bit) setup with 4 accounts: Shaw.ca (POP), Shaw.ca (IMAP), 2xGmail (OAuth2). The Shaw.ca (POP) account is the main one, and it stopped receiving email. Another (related?) issue is that Local Folders does not appear. The size of that one Inbox is 4.0GB, which I understand is a limit. I don't want to delete any of that email, but I'm fine with moving/archiving some of it. I moved a whack of it to an Archive folder, but the size of the Inbox and Archive folders don't change (4.0GB + 0.0GB). I have tried repairing and compacting. What can I do? I'm a technician/troubleshooter with many years of experience with Thunderbird ... I recommend it to all 6000 of my clients, because (until now) it is bulletproof.

12시간 전에 tekyjeff님이 질문

10분 전에 tekyjeff님이 마지막 답변

Page visually blocked

When navigating to msn.com/en-us, and about 5S after the page loads, the majority of the page is covered with an ad. This only happens when using an ExpressVPN Santa Moni… (자세히 살펴보기)

When navigating to msn.com/en-us, and about 5S after the page loads, the majority of the page is covered with an ad. This only happens when using an ExpressVPN Santa Monica connection (most reliable and fastest).

If I use another VPN server location the problem is not present. Additional information: - Location: Dongguan, China - Using Google Chrome does not cause a problem. - ExpressVPN have no solution or explanation at this time. The VPN app is set to block ads but this does not help - If I connect using Surfshark there is no problem. - OS is WIN10 64-bit fully updated. - Equipment is an Asus notebook. - This issue has only appeared on or about 5 Nov which is around the time Firefox updated. - I have updated manually but no luck.

I have attached a before and after shot.

Any suggestions will be much appreciated.

4시간 전에 howard_oldham님이 질문

samsung flow-android projection to pc-freezes Firefoxs

How can one avoid this freezing of Firefox when protecting from Android to laptop pc via Samsung flow? (samsung flow: android projection to pc; freezes firefox) … (자세히 살펴보기)

How can one avoid this freezing of Firefox when protecting from Android to laptop pc via Samsung flow?

(samsung flow: android projection to pc; freezes firefox)

5시간 전에 Spanish Eyes님이 질문

First connect w/newsmax.com,2nd,receive attached reply "Secure Connection Failed An error occurred during a connection to www.newsmax.com.The page you are trying to view cannot be shown because the authenticity of the received data could not be verified.

get 1 connection to site, go to read other articles get this message. How am I to get rid of this and be able to read articles on newsmax.com? Secure Connection Failed … (자세히 살펴보기)

get 1 connection to site, go to read other articles get this message. How am I to get rid of this and be able to read articles on newsmax.com? Secure Connection Failed

"An error occurred during a connection to www.newsmax.com."

   The page you are trying to view cannot be shown because the authenticity of the received data could not be verified.
   Please contact the website owners to inform them of this problem.

7시간 전에 SandraJo님이 질문

Unable to connect

I get "unable to connect" on links from a google search. I can manually type the url from the link, and it goes to the site. This has started recently, no matter what I … (자세히 살펴보기)

I get "unable to connect" on links from a google search. I can manually type the url from the link, and it goes to the site.

This has started recently, no matter what I search for.

I deleted data, in settings, re connected my mozilla account, and it's still happening.

10시간 전에 komputec님이 질문

7시간 전에 komputec님이 마지막 답변

absurd error messages

I will have to stop using Mozilla after many years - sad. But I am getting links blocked by stupid error messages about security when the sources are well known and prot… (자세히 살펴보기)

I will have to stop using Mozilla after many years - sad. But I am getting links blocked by stupid error messages about security when the sources are well known and protected. Today it was the Journal of the American Medical Association. I have no time to deal with this nonsense.

9시간 전에 modalities2013님이 질문

Firefox will not open in android

When I try to open firefox on my android phone, it just closes and gives me an error message which I have attached a screen shot of. I do not know if this is related but… (자세히 살펴보기)

When I try to open firefox on my android phone, it just closes and gives me an error message which I have attached a screen shot of.

I do not know if this is related but this happened after I scanned a qr code and tried to open it.

I have un-installed and reinstalled the app and turned my phone off then on again after reinstalling but this did not help.

Pls can you help?

11시간 전에 Serena님이 질문

Bing override

Hi - I have Firefox set as my default browser and Google as my search. It still shows up in my settings as Firefox (default). For some reason, even when I click on the Fi… (자세히 살펴보기)

Hi - I have Firefox set as my default browser and Google as my search. It still shows up in my settings as Firefox (default). For some reason, even when I click on the Firefox icon, Bing overrides it and takes me to the Bing browser / search page. I have gone through settings a dozen times and cannot figure out how to fix this! Help!

12시간 전에 Amy Johnson님이 질문

POST Fetch with timeout in URL Loops Requests 10 times

Scenario: I am running a node.js UI that proxies requests to the backend API. When `timeout=10` (or any valid timeout) is located in the request URL, the request will be … (자세히 살펴보기)

Scenario: I am running a node.js UI that proxies requests to the backend API. When `timeout=10` (or any valid timeout) is located in the request URL, the request will be proxied at the timeout interval ten times. In this example, every ten seconds it will reattempt for ten attempts.

If I run the same code in another browser's console, it is only executed once.

I am suspecting that there is some pre-parsing of the URL that is occurring that is making this happen.

Fetch Command: ``` await fetch("http://localhost:8080/config?timeout=10", {

   "credentials": "omit",
   "headers": {
       "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:132.0) Gecko/20100101 Firefox/132.0",
       "Accept": "application/json",
       "Accept-Language": "en-US,en;q=0.5",
       "Content-Type": "application/json",
       "Sec-Fetch-Dest": "empty",
       "Sec-Fetch-Mode": "cors",
       "Sec-Fetch-Site": "same-origin",
       "Priority": "u=0",

"Timeout": 40

   },
   "referrer": "http://localhost:8080/swagger/index.html?config=/config/swagger",
   "method": "POST",
   "mode": "cors"

}); ```

In the POST API, there is a 30 second sleep, then it raises a 408 error code.

Environment: Firefox 132.0.2 (64-bit) Windows 10

12시간 전에 Gene Burch님이 질문

Firefox won't connect to any websites

Even after attempting everything in the "Firefox can't load websites but other browsers can" section, my pages (youtube, pinterest, bluesky, etc.) still won't load, Are t… (자세히 살펴보기)

Even after attempting everything in the "Firefox can't load websites but other browsers can" section, my pages (youtube, pinterest, bluesky, etc.) still won't load, Are there any further fixes I can try? I really don't want to swap back to chrome.

1일 전에 trigger zappe님이 질문

13시간 전에 trigger zappe님이 마지막 답변

Missing software options

I've tried the new thunderbird mobile. Very good indeed. Just two things missing for me. There is no way to add/delete a new folder. Second there is no way to print an em… (자세히 살펴보기)

I've tried the new thunderbird mobile. Very good indeed. Just two things missing for me. There is no way to add/delete a new folder. Second there is no way to print an email. Let me know when these points might be included.Thanks

16시간 전에 brianmckillop님이 질문

Thunderbird stopped working after power fail/restore - looks different - can't get new mail

Running 115.16.3 because I have a Windows 7 Pro computer. Fine for years! Then a series of power failures and system crashes. Now Thunderbird looks very plain - black an… (자세히 살펴보기)

Running 115.16.3 because I have a Windows 7 Pro computer. Fine for years! Then a series of power failures and system crashes.

Now Thunderbird looks very plain - black and white lines, no 3D blue colors, Delete button is text only, it used to be red. Entire interface looks simple and old.

Checked my outgoing and incoming server settings. They match the settings in Edison+ Email that I use on my phone. Phone is getting new messages, Thunderbird on my desktop is not.

Outgoing mail asks for a password each time, which it did not before. I know the password, but what a pain.

I have hundreds, actually thousands of emails saved in local folders. They are all there, but I am worried if I can migrate them if I move it to a different computer.

My inbox has nearly 300 messages now, and growing rapidly.

HELP!

18시간 전에 JohnGlitsos님이 질문

Google Meet Screensharing stuns computer

What?: Using screensharing option in Google Meets stuns computer. Where?: Version 132.0.2 (64-bit) macOS 15.1 Steps to reproduce: 1. Open Google Meet meeting. 2. Click Sh… (자세히 살펴보기)

What?: Using screensharing option in Google Meets stuns computer. Where?: Version 132.0.2 (64-bit) macOS 15.1 Steps to reproduce: 1. Open Google Meet meeting. 2. Click Share screen. 3. Select "Use operating system settings" - this is the only option available 4. Click Allow. Current behaviour: The screensharing feature stuns the computer, showing the loading mouse cursor for ever. I can't select the screen I want to share. The computer is unusable even after quitting Firefox. The computer should be restarted. Desired behaviour: The screensharing works normally.

6일 전에 ivanovdaniil082님이 질문

4일 전에 ivanovdaniil082님이 마지막 답변

Aktuelle Version Firefox

Hi. From individual banks to which I would like to log in come in Notes "update your browser". At GMX, the process of registration has been working as figuration very ard… (자세히 살펴보기)

Hi. From individual banks to which I would like to log in come in Notes "update your browser". At GMX, the process of registration has been working as figuration very arduously for several weeks. However, my updates are up to date. I had Windows 8 and expanded a few months ago to currently Windows 10. Does it make sense to delete Firefox once and then reload? However, I do not want to make the whole settings anew. Do you have advice? Thank you.!!!!

20시간 전에 mike-67-er님이 질문

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님이 마지막 답변

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… (자세히 살펴보기)

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?

1일 전에 walkerga님이 질문