cannot set up an existing email account in Mozilla Thunderbird

I got a new laptop and wanted to set up Mozilla Thunderbird for an existing Gmail account. I tried several times, all failed, with a warning "unable to connect with serv… (read more)

I got a new laptop and wanted to set up Mozilla Thunderbird for an existing Gmail account. I tried several times, all failed, with a warning "unable to connect with server imap.gmail.com, may be userid and password are wrong". But I can logon to my Gmail account (with the same userid and password) on Firefox website and on my previous computer, so the id and password are correct). And I was able to set up another Gmail account on Thunderbird in this new laptop (so the version of Mozilla is not the culprit) with the same server settings (port for incoming and outgoing mails, authentication methods SL/TLS, O Auth2 etc). Will someone please help me?

Asked by chuankaichen 2 months ago

Last reply by chuankaichen 2 months ago

Browser not working on facebook games.

I have been playing a game on facebook for years. 4 days ago It stopped working. Other players are saying that they had to switch browsers ( to Chrome and others) and the… (read more)

I have been playing a game on facebook for years. 4 days ago It stopped working. Other players are saying that they had to switch browsers ( to Chrome and others) and they are able to play the games. Why can I not play on Firefox?

Asked by TeddyBears 2 months ago

Last reply by TeddyBears 2 months ago

Email links do not open in Firefox

I have set Firefox as my default browser. I can open it using a shortcut on my desktop. However, if I follow a link from an email, it does not open in Firefox. How com… (read more)

I have set Firefox as my default browser. I can open it using a shortcut on my desktop. However, if I follow a link from an email, it does not open in Firefox. How come?

Asked by mjware8 4 months ago

Last reply by zeroknight 3 months ago

  • Solved

Firefox keeps offering to translate websites, this is EXTREMELY unwanted

Firefox keeps offering to translate websites, your new feature. I neither want it to, nor do I appreciate ads, because it is simply you advertising your new product. I … (read more)

Firefox keeps offering to translate websites, your new feature.

I neither want it to, nor do I appreciate ads, because it is simply you advertising your new product.

I have looked at the settings and there are 0 languages for which I've set it so it will offer me to translate and 0 for which it will do. Besides the fact I do speak and read multiple languages; it is not a feature I am interested in.

So when I set it so it will not bug me about it and every time I enter a foreign language site the little pop-up shows; that's some serious unwanted ads and also clearly FAR more tracking than FF is even supposed to be doing.

I have used firefox for nearly 15 years, but I'm honestly wondering if I should find another privacy focused browser One that doesn't spam me with little pop-ups over it's latest ill-conceived stupid feature.

So you could help by actually NEVER-EVER under any fucking circumstances show this stupid translation pop-up UNLESS I put I request it to do so in the settings or at the very LEAST allow me to turn it off.

Asked by Zoutpeper 2 months ago

Answered by TyDraniu 2 months ago

  • Solved

400 error after I changed a password

Hi. I love Thunderbird! But I cannot use a Gmail account. It all started when I changed the underlying password for my Gmail account (for routine security). I changed th… (read more)

Hi. I love Thunderbird! But I cannot use a Gmail account.

It all started when I changed the underlying password for my Gmail account (for routine security). I changed the password too on my Thunderbird client for SMTP and IMAP.

But then it popped up with: https://accounts.google.com/v3/signin/identifier?app_domain=http://localhost& [etc]

it keeps giving me this message:

"400. That’s an error. The server cannot process the request because it is malformed. It should not be retried. That’s all we know."

I've tried to read online what's going on. I've deleted the account and tried to set up again, and closed Thunderbird. It keeps doing this. I've checked Google settings ... nothing untoward. It doesn't have a link to Thunderbird still.

What can I do?

Thanks, Dan

Asked by dan308 1 day ago

Answered by david 23 hours ago

Uncaught Out of Memory Error Despite Ample RAM Availability - Firefox 126.0a1

Hi, I am encountering an issue where Firefox throws an "Uncaught out of memory" error in the console, despite my system having ample RAM available. Here are the details … (read more)

Hi,

I am encountering an issue where Firefox throws an "Uncaught out of memory" error in the console, despite my system having ample RAM available. Here are the details of the problem:

  • Error Message in Console: Uncaught out of memory
  • Memory Usage Observed: Using about:processes, I noticed that Firefox's maximum memory usage caps at around 7GB.
  • System Specifications: The machine running Firefox has 128GB of RAM, so there should be plenty of memory available.
  • Firefox Version: 126.0a1

Given the significant amount of RAM available on my machine, it seems unusual that Firefox would hit a memory limit at just 7GB. I suspect there might be a bug or a misconfiguration causing this issue.

Can you please assist in diagnosing and resolving this problem? Are there any settings or configurations I should adjust, or is this a known issue with the current version of Firefox?

Thank you for your help.

Asked by Davide Taurisano 9 hours ago

Last reply by jonzn4SUSE 8 hours ago

  • Solved

macOS disable Firefox default browser prompt non-interactively

I am trying to configure Firefox on macOS to not prompt the user to make it the default browser. I am using the following script to create the profile and set the user p… (read more)

I am trying to configure Firefox on macOS to not prompt the user to make it the default browser.

I am using the following script to create the profile and set the user preferences after installing Firefox by copying `Firefox.app` from the downloaded DMG: ```

  1. !/bin/sh

open -a Firefox.app --args -CreateProfile default sleep 1

write_userpref() { USER=$(whoami) PROFILE=$(ls -1 "/Users/${USER}/Library/Application Support/Firefox/Profiles/" | grep -E "\.default$") cat << EOF > "/Users/${USER}/Library/Application Support/Firefox/Profiles/${PROFILE}/user.js" // mandatory comment? user_pref("app.update.auto", false); user_pref("app.update.disable_button.showUpdateHistory", false); user_pref("app.update.enabled", false); user_pref("breakpad.reportURL", ""); user_pref("browser.newtabpage.activity-stream.feeds.topsites", false); user_pref("browser.newtabpage.activity-stream.feeds.section.topstories", false); user_pref("browser.tabs.crashReporting.sendReport", false); user_pref("browser.discovery.enabled", false); user_pref("browser.defaultbrowser.notificationbar", false); user_pref("browser.shell.checkDefaultBrowser", false); user_pref("browser.shell.didSkipDefaultBrowserCheckOnFirstRun", false); user_pref("browser.shell.skipDefaultBrowserCheckOnFirstRun", true); user_pref("browser.newtabpage.enabled", false); user_pref("experiments.enabled", false); user_pref("extensions.pocket.enabled", false); user_pref("toolkit.telemetry.enabled", false); user_pref("update_notifications.enabled", false); EOF }

write_userpref

open -a Firefox.app --args -new-tab -P default "about:blank" sleep 3 osascript -e 'quit app "Firefox"' sleep 2

open -a Firefox.app --args -P default about:blank ```

Here's the behaviour I'm seeing:

  1. Firefox starts to an `about:blank` tab, however there is a second "Firefox Privacy Notice" tab
  2. AppleScript quits Firefox
  3. Firefox starts to an `about:blank` tab, however it is now prompting me to make it the default browser

I do not want Firefox to prompt the user to become the default browser.

My ideal scenario is that Firefox starts without the "Firefox Privacy Notice" tab and without prompting me to make it the default browser. From the observed behaviour, this doesn't seem possible.

Can anyone tell me how I can accomplish this without user interaction or MDM?

Asked by hal.martin 2 days ago

Answered by hal.martin 1 day ago

scheduled task running

ive built a new pc and have a flashing program popup every 10min. upon assistance from a really good pc guy, we've found its a firefox default browser agent with a long … (read more)

ive built a new pc and have a flashing program popup every 10min. upon assistance from a really good pc guy, we've found its a firefox default browser agent with a long code.

its not listed in my scheduled tasks, eyt runs every 10min. only thing close to firefox would be thrunderbird, but iirc, mozilla and thunderbird are not longer the same company. either way. i need this thing to stop running every 10min.

Asked by Brett Isaacs 2 days ago

Last reply by Brett Isaacs 2 days ago

  • Solved

Sending emails to group in address book

I have established a group in Thunderbird. I want to send a group email to all the individuals in my group. I believe that in the past I could click on the group name in … (read more)

I have established a group in Thunderbird. I want to send a group email to all the individuals in my group. I believe that in the past I could click on the group name in the address book and have all the emails within the group come up in the To line of the email. Now I have to click on the group and then on each individual, which sends their email to the To line, but then when I click on the second person, the email is sent to the individual in the To line of a new email. How can I choose at one time all the emails of individuals in the group?

Asked by cherimadison 3 months ago

Answered by Wayne Mery 3 months ago

  • Solved

Newish user, lots of issues.

I just recently downloaded Thunderbird after using Mac Mail for years. Mail suddenly refused to display messages and no one on the Apple forum could figure out why. So I … (read more)

I just recently downloaded Thunderbird after using Mac Mail for years. Mail suddenly refused to display messages and no one on the Apple forum could figure out why. So I was advised to download Thunderbird. So far, I'm not a fan. Here are my issues: 1. Unread messages in the Inbox are in bold. But the bold is so close to the normal font that I can't tell them apart. Is there another, better way to mark unread messages? A tick/check mark? A coloured background? 2. Messages are automatically organised into conversations. But when the latest message comes in, the inbox message doesn't go bold. So there is no way of knowing where to find it. I have to go through all messages that have a conversation (more than one message in the inbox) and find one where the latest message is in bold at the bottom. It's a royal pain. I see the number next to the account on the left, but nothing is in bold on the right. Grrr. 3. The conversations are the wrong way up. I want the most recent message at the top, not the bottom. I would actually prefer not to have them in conversations at all, just the most recent message, but I realise that is probably asking too much. 4. There is no number next to the Thunderbird icon on my desktop when I get a message. I used to appreciate this in Mail. It told me if it was worth going to my inbox. With Thunderbird I have to open the program to find out. Ok, that's enough for now. I'd better not get started on the shortcomings of the search function, or how to bring the unread messages to the top of the inbox list... There are just too many issues to address is one posting. Thanks for any help you can give.

Asked by Clive Chafer 3 months ago

Answered by david 3 months ago

After changing password on an IMAP account, the account could become locked due to too many failed login attempts

I have not had access to my email since the April 18 Thunderbird update, receiving this error message: "After changing password on an IMAP account, the account could beco… (read more)

I have not had access to my email since the April 18 Thunderbird update, receiving this error message: "After changing password on an IMAP account, the account could become locked due to too many failed login attempts" How do I fix it? Please email me at jjhpor@gmail.com because my primary email, using Thunderbird, does not work (See above) Thank you Jim Housman

Asked by jjhpor 3 weeks ago

Last reply by jjhpor 2 weeks ago

  • Solved

Can not download newest VDH Companion App and I can't set up a github.com account to even report the problem

Hello, I have tried to download the newest VDH Companion App (via the link on the github.com webpage) Seven (yes, 7) times and every time the download Fails or I get "Ze… (read more)

Hello,

I have tried to download the newest VDH Companion App (via the link on the github.com webpage) Seven (yes, 7) times and every time the download Fails or I get "Zero bytes". I tried to contact "Support" but there is only a Support Forum and nobody else has posted this as an issue that I was able to find when I searched. So no support is offered. The website suggests that I create an account to be able to post a new issue. However, Every time I have tried to set up a github.com account, I am Unable to do so. The page to set up an account either doesn't load OR if it loads, I can not add any information to it. I am a VDH Registered User and until this morning, the current VDH app I am using, version 8.2.1.1 was working just fine. But now when I try to use it, it says that my VDH Companion App needs to be updated. But I can not even download it to update it. I am running the current version of FF, 123.0.1 on an iMac with Sonoma OS 14.4. We used to be able to email Mig but not anymore. The github.com support page is unwieldy at best and I see that numerous requests for help or support have not been answered or even acknowledged. I am a paid Registered user with a license, but that doesn't seem to matter. I, like many others from what I read online, count on using this app almost every day and I would think that the mechanism for updates should be working correctly. The update files I tried to download came across at crazy low speeds, like 20.1 to 40.5 Kbps! I spent over an hour with Tech Support for HughesNet and much to my chagrin, No Other Websites had any issues with download speed. It was only happening on the github.com website and this one file update. Sorry if TMI but I am just trying to thorough.

Asked by jdstickledc 2 months ago

Answered by jscher2000 - Support Volunteer 2 months ago

Thunderbird Beta causing pc to slow down, has very large inbox size and large NSTMP files

Im using Thunderbird Beta release. Starting last week, my PC would become extremely slow, to the point it would nearly come to a complete halt. After digging around, I re… (read more)

Im using Thunderbird Beta release. Starting last week, my PC would become extremely slow, to the point it would nearly come to a complete halt. After digging around, I realized it was due to excessively large Thunderbird NSTMP files that were being created. I would delete them and the speed would improve. But then a while later, the NSTMP files reappear and gobble up all my Harddisk again. Part of the issue is the sheer large size of the file, which will consume all available space on my HD, which at present is 600GB. But it also eats up all my RAM so my system slows down til the NSTMP file is fully built.

I use this as imap with Gmail installed on a PC with a 1TB SSD

Today after my pc started slowing again, I started poking around and noticed my main Inbox is massive, 29GB, which there is no chance its that large. All Mail is only 1GB to give perspective

This has been going on about a week.

I tried repairing my inboxes and other folders, but that does not seem to have helped.

Asked by dparent1 1 month ago

Last reply by Wayne Mery 1 week ago

  • Solved

How to restore Get Messages and (Write) New Message icons above folders in left pane.

I'm running Thunderbird 115.6.0. I used to have a little icon of a cloud, and a button marked New Message (to compose), both just above the listing of mail and local fol… (read more)

I'm running Thunderbird 115.6.0. I used to have a little icon of a cloud, and a button marked New Message (to compose), both just above the listing of mail and local folders in Thunderbird's left-hand pane. Then I clicked on something (that I thought was for something else) and those two icons are gone. I have looked until I'm blue in the face but can't identify whatever it is that will bring these back. Can someone clue me in? Many thanks!

Asked by Electrojim 4 months ago

Answered by david 4 months ago

Commentary No Longer Visable On Multiple Websites

The last Firefox update, 126.0 (64bit), that was installed 2 days ago has caused various website's commentary or forums to not be displayed. For example, Yahoo finance pa… (read more)

The last Firefox update, 126.0 (64bit), that was installed 2 days ago has caused various website's commentary or forums to not be displayed. For example, Yahoo finance page, attempting to read the "community" section of a particular stock such as Walmart (WMT) nothing is displayed. This happens also on news websites that allow commentary. Google Chrome does display commentary but I don't like using Google.

This is not the first time commentary has not being displayed after an update. Happened a couple of times last year.

The desktop pc is running Windows 11, version 23H2.

Thanks, Frank

Asked by Clovis People 1 day ago

Can Not Play Some Videos on Twitter

All Add-ons are disabled and Firefox still can not play SOME of the videos on twitter. All I can see is a spinning circle on the center of the frame and the video will n… (read more)

All Add-ons are disabled and Firefox still can not play SOME of the videos on twitter. All I can see is a spinning circle on the center of the frame and the video will never be played. I tried other browsers and they all works well. It seems this issue has nothing to do with my network connection.

I searched this forum and find out some thread reporting issues of not playing All videos on youtube/twitter. Replies to these thread provided some solutions ,like update ffmpeg , set media related options in about:config. I tried them all and neither of them work for me.

Asked by chicane 1 month ago

Last reply by cor-el 4 weeks ago

  • Solved

Several question re: latest version of Mozilla (version 104) - Resizing URL bar and having more add-ons shown

Hello all... This one has been driving me a bit batty as of late. I tend to use lots of extensions/add-ons and for most of them, I want the icons to show on the tool ba… (read more)

Hello all...

This one has been driving me a bit batty as of late. I tend to use lots of extensions/add-ons and for most of them, I want the icons to show on the tool bar - that is, the part to the right of the URL/search bar. It used to be that you could adjust the size of your URL/search bar to make it smaller so that more add-on icons could be displayed - but as of recently, that is no longer possible (at least from what I can gather). Right now, I only have 10 add-on icons showing to the right of my URL bar and I have no clue how to access the other add-ons/extensions that I would like to use.

If I can recall correctly, at one time there was a way to show the additional extension/add-on icons in something called an overflow bar - but I can no longer find that, and half of the add-ons I want to access, I cannot do it because they are no longer shown to the right of the URL bar (except for the 10 that are there now).

So my questions are:

How can I resize the URL/Search bar to make it smaller width-wise, so that perhaps, more add-on icons will show to the right - and/or how can I access the rest of my add-ons if they are hidden in some kind of overflow bar?

I have included a screen shot on my current view, showing the add-on icons (some of them) that show to the right of the URL bar - but I have at least 10 others that I cannot find anywhere and would like them to show also.

Thanks in advance...

Ben

Asked by benherrmann1 1 month ago

Answered by cor-el 1 month ago