ERROR: Unable to log in at server. Probably wrong configuration, username or password

I downloaded Thunderbird from Microsoft store. I enter my name, email and password. The first message was "Configuration found in Mozilla ISP database", but the last mess… (читать ещё)

I downloaded Thunderbird from Microsoft store. I enter my name, email and password. The first message was "Configuration found in Mozilla ISP database", but the last message was the Error: "Unable to log in at server. Probably wrong configuration, username or password".

Email is from gmail. App version is 115.9.0 (64-bit).

Задан badgooner 13 минут назад

Firefox Debian significantly slower page loads than Chromium Debian

Hello, have been scratching my head for a while on this one. Have a freshly setup install of Debian 12, using Sway (wayland) as my Window Manager. I am really struggling … (читать ещё)

Hello, have been scratching my head for a while on this one. Have a freshly setup install of Debian 12, using Sway (wayland) as my Window Manager. I am really struggling with slowness in Firefox, page loads take easily 15 seconds whereas loading the exact same page in another window at the same time with Chromium Debian build has near instantaneous load times. I've tried the following troubleshooting steps: - Created a new firefox profile - Tried "Troubleshooting Mode" in Firefox - Disabled ipv6 in firefox about:config and in Debian - Tried different DNS servers - Tried different non-debian specific builds of Firefox - Tried Firefox Beta and Firefox Nightly for Debian

None of these steps made any difference, and Chromium has continued to be significantly faster. Am really stuck here and would love to get to the bottom of this as Firefox is the only browser that works with a HiDPI display in Sway without blurryness. Happy to provide any and all diagnostics and reports that are needed. Thanks in advance!

EDIT: It seems to be some kind of networking issue, using a VPN solves it. But still doesn't explain why Chromium would behave differently.

Задан Samuel (+Uni) 6 дней назад

Последний ответ от Samuel (+Uni) 14 минут назад

Thunderbird processes in v125.0 are not exiting cleanly.

Thunderbird processes in version 125.0 are not exiting cleanly, just like it was in v115.10.1; user intervention is required via task manager to kill the the open Thunder… (читать ещё)

Thunderbird processes in version 125.0 are not exiting cleanly, just like it was in v115.10.1; user intervention is required via task manager to kill the the open Thunderbird processes, before Thunderbird can be restarted.

Задан Latino 14 часов назад

Последний ответ от Agent virtuel 49 минут назад

Thunderbird access failure

Thunderbird fails to access comcast.net email accounts after years of working correctly. Version 115.10.1. I have tried changing the password many times after talking to … (читать ещё)

Thunderbird fails to access comcast.net email accounts after years of working correctly. Version 115.10.1. I have tried changing the password many times after talking to Comcast support. The best they can do is suggest I contact you.

Задан Kurt Lanza 13 часов назад

Последний ответ от jjhpor 1 час назад

User Name keeps changing. The fix I read does not work for me in 2024. Please, please help.

""Description: COX Server Name: smtp.mail.yahoo.com Port: 465 Connection Security: SSL/TLS Authentication method: OAuth2 User Name: your user name, duh - Mine keeps chang… (читать ещё)

""Description: COX Server Name: smtp.mail.yahoo.com Port: 465 Connection Security: SSL/TLS Authentication method: OAuth2 User Name: your user name, duh - Mine keeps changing the user name to the last name I put into any of my 6 accounts. The only way it will send mail is if the correct user name is in the correct account (obviously). Why is it changing constantly? click OK""

I've read the "fixes" from 2023 and they do not work for me. I tried changing the DESCRIPTION to blank, didn't work. Changed them to the corresponding e-mail for the account. Didn't work. Changed it to "SMTP" with the corresponding e-mail. Didn't work.

It keeps changing the last one I edit to the one I edited before it. It's driving me crazy. Won't send mail unless the User Name is correct (obv.)

Whole mess started when forced to switch from Cox to Yahoo recently. Seems to be working other than TB changing the name as soon as I type in the next one in the next email address and then it not working until I change the User Name back to the proper e-mail address of the 6 accounts.

Задан ceeveekay 2 часа назад

Install Offline Language File

After installing Thunderbird i had first download problems for new Firefox Versions. I tested around, installed everything new and found the solution. Somehow the Mainten… (читать ещё)

After installing Thunderbird i had first download problems for new Firefox Versions. I tested around, installed everything new and found the solution. Somehow the Maintenance Service didn`t work properly on my machine and after deinstalling and restarting i can update firefox again. Problem remains: When trying to install Offline Languages , see picture, i get the message that it does not work. I tried everything possible, including reinstalling and deleting all old profiles (was a lot of work). Any ideas?

Задан Phyto 3 недели назад

Последний ответ от James 2 часа назад

userChrome.css - Help With Customizing Tabs (part 2)

Hi All, I would like the content area of my tabs moved up so that the box is filled with the actual tab color, without the white background, and also the text will be ve… (читать ещё)

Hi All,

I would like the content area of my tabs moved up so that the box is filled with the actual tab color, without the white background, and also the text will be vertically centered. Right now, the text is dropping too close to the bottom of the tab.

Had this looking very nice in FF 88 with the same code, as you can see in the attached images, but it seems to render differently in FF 115 ESR and FF 125.

Below is some code I used to style the tabs, but the problem exists without this code as well.

I've also included some "tabs on bottom" code I'm using as well at the very bottom.

Would sure like to get those Classic Toolbar Buttons working again too (shown in the second image), but that will be a later request :)

Any help is appreciated.

Thanks!

/* Highlight non-selected tabs on mouseover */ .tabbrowser-tab:not([selected]):hover .tab-content {

  background-color: #dbe3eb !important;

}

  1. TabsToolbar {
 -moz-box-ordinal-group: 3 !important;
 padding-top: 0 !important;
 padding-bottom: 0 !important;
 height: 25px !important;
 background-image: url("bkmr_back.gif") !important;
 border-top: 1px solid #afc0d2 !important;
 border-bottom: 1px solid #8698aa !important;

}

/* Background color of selected tab */ .tab-background[selected="true"] {

   background-attachment: none!important;
   background-image: none!important;
   background-color: #eef5fc !important;

}

/* Background color of non-selected tab */ tab-background:not([selected]) {

   color: #000000 !important;
   background-color: #c7d3e0 !important;

}

/* Border color & bold text for selected tab */

  1. TabsToolbar .tabbrowser-tab[selected] {
   font-weight: 700 !important;
   color: #000 !important;
   border-top: 1px solid #8698aa !important;
   border-left: 1px solid #8698aa !important;
   border-right: 1px solid #8698aa !important;

}

/* Border color & normal text for non-selected tab */

  1. TabsToolbar .tabbrowser-tab:not([selected]) {
   font-weight: 600 !important;
   color: #000 !important;
   border-top: 1px solid #afc0d2 !important;
   border-left: 1px solid #afc0d2 !important;
   border-right: 1px solid #afc0d2 !important;

}

/* -------------- TABS ON BOTTOM --------------- */ /* TABS: below nav-bar - updated for 89+ | 108+ | 113+ */

  • |*:root {
 --tab-toolbar-navbar-overlap: 0px !important;
 --tab-min-height: 25px !important; /* adjust */
 --tab-min-width:  80px !important; /* adjust */

}

  1. navigator-toolbox #TabsToolbar {
 position: absolute !important;
 bottom: 0;
 /* height: 27px !important; */
 height: 28px !important;
 width: 100vw !important;

}

/* navigator-toolbox - padding */

  • |*:root:not([chromehidden*="toolbar"]) #navigator-toolbox {
 position: relative !important; /*89+*/
 padding-bottom: calc(var(--tab-min-height) + 1px) !important; /*adjust*/
 background-color: var(--toolbar-bgcolor) !important;

}

/* TABS: HEIGHT */

  1. tabbrowser-tabs,
  2. tabbrowser-arrowscrollbox,
  3. tabbrowser-tabs .tabbrowser-tab {
 min-height: var(--tab-min-height) !important;
 max-height: var(--tab-min-height) !important;

}

.tab-stack {

 height: var(--tab-min-height) !important;

}

  1. TabsToolbar {
 height: var(--tab-min-height) !important;
 margin-bottom: 0px !important;
 /* box-shadow: ThreeDShadow 0 -1px inset, -moz-dialog 0 1px !important; /*optional*/
 /* background-color: var(--toolbar-bgcolor) !important; */
 color: var(--toolbar-color) !important;

}

/* drag space */ .titlebar-spacer[type="pre-tabs"], .titlebar-spacer[type="post-tabs"] {

 width: 40px;

}

/* Override vertical shifts when moving a tab */

  1. navigator-toolbox[movingtab] > #titlebar > #TabsToolbar {
 padding-bottom: unset !important;

}

  1. navigator-toolbox[movingtab] #tabbrowser-tabs {
 padding-bottom: unset !important;
 margin-bottom: unset !important;

}

  1. navigator-toolbox[movingtab] > #nav-bar {
 margin-top: unset !important;

}

/* hide indicators and caption buttons */

  1. TabsToolbar .private-browsing-indicator {display: none !important;}
  2. TabsToolbar .accessibility-indicator {display: none !important;}
  3. TabsToolbar .titlebar-buttonbox-container {display: none !important;}
  4. TabsToolbar #window-controls {display: none !important;}

/* -------------- TABS ON BOTTOM --------------- */

Задан Slouch 1 день назад

Последний ответ от Slouch 2 часа назад

Windows 7 support

Dear Mozilla: It is SAD that the OS I have will no longer be supported due to exploits. Considering the # of exploits, backdoors, poor coding, etc., in the later Window… (читать ещё)

Dear Mozilla:

It is SAD that the OS I have will no longer be supported due to exploits.

Considering the # of exploits, backdoors, poor coding, etc., in the later Windows OS versions - 1 would truly think that supporting the older and MUCH more secure Windows OS's would be wise.

Yes, they have "holes", but overall much fewer than current OS's.

Plus, the bad actors are very busy exploiting 10 & 11 and pretty much have ignored the prior versions.

Question... what if a major exploit is found that affects all OS's from 11 down to unsupported?

Will Mozilla make sure to supply a patch to the unsupported due to the danger of the new & serious "hole" found?

I vote... it would be wise to maintain a small contingency of legacy developers to help those who cannot buy new systems or flat out HATE the UI & UX of the 10 & 11.

Makes sense?

Задан scottie916 14 часов назад

Последний ответ от James 2 часа назад

Just received another letter from internet provider AT&T that my info was given out in their breech on 3/26/24

I cannot send or receive emails from my laptop on [edited] @comcast.net nor [edited] @comcast.net. I can send and receive on my iPhone at [edited] @comcast.net and don't… (читать ещё)

I cannot send or receive emails from my laptop on [edited] @comcast.net nor [edited] @comcast.net. I can send and receive on my iPhone at [edited] @comcast.net and don't understand why. My primary password was corrupted in the breech I believe because I haven't forgotten it but it isn't being accepted. I believe the best way to solve is for a temporary primary password to be sent to [edited] @comcast.net or texted to me at [removed phone#] or mailed to me via overnight mail. This would allow me to regain control of both accounts. Nothing in the forum addresses this issue that I saw.

Задан dchsr1 7 часов назад

Последний ответ от James 2 часа назад

BROWSER NO LONGER CHECKS FOR UPDATES RUNNING 125.0.1 (64-bit) WITH WIN 10 PRO

BROWSER NO LONGER CHECKS FOR UPDATES (automatic or prompted via HELP>ABOUT) RUNNING 125.0.1 (64-bit) WITH WIN 10 PRO, VPN on or off running NORD 7.22.3.0 Thoughts, or… (читать ещё)

BROWSER NO LONGER CHECKS FOR UPDATES (automatic or prompted via HELP>ABOUT) RUNNING 125.0.1 (64-bit) WITH WIN 10 PRO, VPN on or off running NORD 7.22.3.0 Thoughts, or is this now normal? Tks erik

Задан subscribe4erik 7 часов назад

Последний ответ от James 2 часа назад

Why did my firefox profile jump from 120MB to 745MB suddenly?

The increase happened here: /storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/ 79 files taking 590MB created in 3 minutes, out of nowhere. Why were all these… (читать ещё)

The increase happened here: /storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/

79 files taking 590MB created in 3 minutes, out of nowhere. Why were all these large files created?

Using Linux Mint, Firefox 125.0.2

Задан Tony 3 часа назад

Clean Install

Have two computer with same email. My Wife's computer password got corrupted and unable to get messages. I deleted TB and deleted any reference to Thunderbird in the re… (читать ещё)

Have two computer with same email. My Wife's computer password got corrupted and unable to get messages. I deleted TB and deleted any reference to Thunderbird in the registry. Turn off and restarted PC, downloaded new install and run and all the setting from before automatically were in place and still could not get pass the password issue. My computer does not have any password.

My wife's PC, under setting, does not have any saved passwords or a Primary password or even the "Use a Primary Password" checked. If it is checked there is nothing there. It just will not get passed the password issue being always asked when trying to "Get Messages".

How do you get rid of all the infor, setting, password requirements and to be able to restart with a clean Thunderbird install or get passed the password issue? Making my brain hurt.

Задан dsks 2 недели назад

Последний ответ от dsks 3 часа назад

Folder structure in Thunderbird

Hello Folks I recent times we had to migrate from one company to another as the former company no longer provided the emailing service... At first it worked OK...then I w… (читать ещё)

Hello Folks I recent times we had to migrate from one company to another as the former company no longer provided the emailing service... At first it worked OK...then I was no longer able to get emails and the new company took me through and reset Thunderbird setup,,,once that was done all my folder structure disappeared, and all the info stored in the folders... I have been trying to sort it out, but the company has not been able to do so...and today they suggested to contact Thunderbird to see if they could help... Thank you in anticipation Franco

Задан Franco Smargiassi 3 часа назад

Firefox won't load websites. Pages are Blank. Application Menu unresponsive.

Whenever I type in a website URL in the search-bar, first of all, the drop-down menu of related searches and websites does not show up. When I press enter to confirm that… (читать ещё)

Whenever I type in a website URL in the search-bar, first of all, the drop-down menu of related searches and websites does not show up. When I press enter to confirm that's where I want to go, nothing happens. The URL just kinda sits there, no loading circle or anything... Just a blank page. Only two of the icons on my toolbar works. The "Account" icon, which takes me to my Firefox settings. And my Extensions icon. Clicking the three little lines does nothing. The only websites i have been able to get to work at all are the settings page, and the Firefox troubleshooting page. I'm using Version 125.0.3, I tried using the browser both with and without hardware acceleration with results being unremarkably the same. I restarted Firefox and my computer multiple times to no avail, and the only thing I could find out of the ordinary was an error with Importing data from Microsoft Edge, which was not something I consciously wanted to do, but there was an error that popped up regarding that when i went to the settings page.

All that being said, I'm confused and at a loss for options, and could really use a Mozilla Staff member or someone who knows what they're doing to work me through this.

Задан vinesjay16 4 часа назад

  • Решено
  • Закрыто

English

Bulleted list itemI understand! You're asking how to use Mozilla Firefox or Safari. Here are some basic steps to get you started: Mozilla Firefox: 1. Download and in… (читать ещё)

  • Bulleted list itemI understand! You're asking how to use Mozilla Firefox or Safari. Here are some basic steps to get you started:

Mozilla Firefox:

1. Download and install Firefox from the official website. 2. Open Firefox and set your default search engine and homepage. 3. Use the address bar to enter URLs or search queries. 4. Explore the toolbar for bookmarks, history, and extensions. 5. Customize Firefox with themes, add-ons, and settings.

Safari:

1. Open Safari on your Apple device (it comes pre-installed). 2. Use the address bar to enter URLs or search queries. 3. Explore the toolbar for bookmarks, history, and sharing options. 4. Customize Safari with extensions, settings, and privacy features. 5. Use iCloud to sync bookmarks and history across devices.

If you have specific questions or need further assistance, feel free to ask!

Задан Hamza Hm 4 часа назад

Дан ответ Hamza Hm 4 часа назад

setting up a new email address using my own domain which is set to point to my gmail address

I have set up my own domain guytec.org using Namecheap. The alias for email is tguy. I have pointed this new email to my gmail address. I can receive emails into my thund… (читать ещё)

I have set up my own domain guytec.org using Namecheap. The alias for email is tguy. I have pointed this new email to my gmail address. I can receive emails into my thunderbird Gmail box from tguy@guytec.org. I want to write emails with sent from tguy@guytec.org showing? How??

Задан guytec.tg 6 дней назад

Последний ответ от guytec.tg 4 часа назад

Add eyedropper tool to toolbar

the built in eyedropper tool is the simplest and easiest solution to grabbing screen colors without granting file permission to 3rd party solutions for full funcionality.… (читать ещё)

the built in eyedropper tool is the simplest and easiest solution to grabbing screen colors without granting file permission to 3rd party solutions for full funcionality. I have power-toys but I hate to see this tool needlessly depreciated. My workflow needs to sample many colors at a time making the menu navigation needless. PLEASE let there be a way to add it to the toolbar, I hope there is. Thanks for your time

Задан bromraven 9 часов назад

Последний ответ от cor-el 5 часов назад

Mozilla vs Dementia & Alzheimers - where is the User Interface that remains exactly the same for 25 years?

The fundamental nature of dementia and Alzheimers is that the victim cannot remember new information. But for some time they can recall information and processes which w… (читать ещё)

The fundamental nature of dementia and Alzheimers is that the victim cannot remember new information. But for some time they can recall information and processes which were learned previously.

After some years, they will be unable to utilize any of the technology they depend upon - they will not be able to turn on their device to make a phone call. They won't be able to locate the menu they need to utilize. Because all that changes CONSTANTLY. They will become helpless sooner than necessary. They will strain their families and the taxpayer sooner than necessary.

The only solution is for software makers to roll out, every 5 or 6 years, a "stable version" where the user interface will not change one iota for 25 years. Of course, they must still make internal updates for security and changes in the Internet Protocol layer system. The portions of the code that deal with the user must be modular to be plugged into newer hardware and communication protocols.

When someone is diagnosed with memory impairment, they will have time to learn the latest Stable Version.

This is a very fundamental change to business as usual, but there is no other solution other than continuing to balloon the cost of elder car.

In the old days this would be a call for an RFP...

Задан FireFoxSucks 1 день назад

Последний ответ от cor-el 5 часов назад