Can't send or receive email anymore, and can't delete and add the account back.

Came back from an errand earlier this morning and after turning on my Mac again, found that Thunderbird 115.10.1 was prompting me for my username and password at the web … (read more)

Came back from an errand earlier this morning and after turning on my Mac again, found that Thunderbird 115.10.1 was prompting me for my username and password at the web page for my account, using a pop-up Safari window. But trying to do that doesn't work because my version of macOS is not supported by Yahoo! Mail anymore.

So I tried deleting the account and adding it back, since this is the very first time it's ever done this, but that doesn't work, either, because Thunderbird still prompts me for the same username and password using the same Safari window that won't work anymore.

Tried updating Thunderbird to 115.16.3, but that makes no difference; still can't send or receive email.

Who's idea was this, and why did nobody consider that web sites have dropped support for many older browsers that can't be upgraded, and give you no option to use a browser of your choice that would work for this, even though it should never be required?

How do I (or others that are affected) solve this problem once and for all?

Asked by Robert Hoffman 8 tundi tagasi

CAN'T SEND EMAILS ? HAVE THIS MESSAGE....ERROR MAILBOX FULL. VISIT AKA.MS MAILBOX FULL FAILED TO PROCESS DUE TO PERANET EXCEPTION

SENDIN MESSAGE FAILED AN ERROR OCCURRED WHILE SENDINDING MAIL. THE MAIL SERVER RESPONDED; MAIL BOX FULL ... FAILED TO PROCESS MESSAGE DUE TO A PERMANENT EXCEPTION WITH M… (read more)

SENDIN MESSAGE FAILED AN ERROR OCCURRED WHILE SENDINDING MAIL. THE MAIL SERVER RESPONDED; MAIL BOX FULL ... FAILED TO PROCESS MESSAGE DUE TO A PERMANENT EXCEPTION WITH MESSAGE... MICROSOFT UNITED STORAGE IS FULL

Asked by garysviking 8 tundi tagasi

Canadian English has Missing Definitions

I was excited to see that Firefox had support for Canadian English, however the dictionary seems to be missing numerous words and I get spelling errors for words like "la… (read more)

I was excited to see that Firefox had support for Canadian English, however the dictionary seems to be missing numerous words and I get spelling errors for words like "lasagna."

Is this a bug or is the dictionary just barely populated with words and missing a tremendous amount?

Asked by Gerrit Kat 4 päeva tagasi

Last reply by Gerrit Kat 8 tundi tagasi

Tabs on bottom

Well looks like they did it to us again. My tabs are back on top again and need to put them below where I am a lot of other users like our tabs! Below is my current c… (read more)

Well looks like they did it to us again. My tabs are back on top again and need to put them below where I am a lot of other users like our tabs!

Below is my current coding if anyone knows how to adjust it to force the tabs to the bottom again would be much appreciated!!

Current version I am running of FF is 133.0

/* Source file https://github.com/MrOtherGuy/firefox-csshacks/tree/master/chrome/tabs_on_bottom.css made available under Mozilla Public License v. 2.0 See the above repository for updates as well as full license text. */

/* IMPORTANT Get window_control_placeholder_support.css Window controls will be all wrong without it. Additionally on Linux, you may need to get: linux_gtk_window_control_patch.css Use tabs_on_bottom_menubar_on_top_patch.css if you have menubar permanently enabled and want it on top

  • /
  1. toolbar-menubar[autohide="true"] > .titlebar-buttonbox-container,
  2. TabsToolbar > .titlebar-buttonbox-container{
 position: fixed;
 display: block;
 top: 0px;
 right:0;
 height: 40px;

} @media (-moz-gtk-csd-reversed-placement),

      (-moz-platform: macos){
 .titlebar-buttonbox-container{ left:0; right: unset !important; }

} @supports -moz-bool-pref("userchrome.force-window-controls-on-left.enabled"){

 .titlebar-buttonbox-container{ left:0; right: unset !important; }

}

root[uidensity="compact"] #TabsToolbar > .titlebar-buttonbox-container{ height: 32px }
  1. toolbar-menubar[inactive] > .titlebar-buttonbox-container{ opacity: 0 }

.titlebar-buttonbox-container > .titlebar-buttonbox{ height: 100%; }

  1. titlebar{
 -moz-box-ordinal-group: 2; /* Fx <112 compatibility */
 order: 2;
 -moz-appearance: none !important;
 --tabs-navbar-shadow-size: 0px;
 --uc-menubar-vertical-overlap: 19px; /* for hide_tabs_with_one_tab_w_window_controls.css compatibility */

} /* Re-order window and tab notification boxes */

  1. navigator-toolbox > div{ display: contents }

.global-notificationbox,

  1. tab-notification-deck{
 -moz-box-ordinal-group: 2; /* Fx <112 compatibility */
 order: 2;

}

  1. TabsToolbar .titlebar-spacer{ display: none; }

/* Also hide the toolbox bottom border which isn't at bottom with this setup */

  1. navigator-toolbox::after{ display: none !important; }

@media (-moz-gtk-csd-close-button){

 .titlebar-button{
   -moz-box-orient: vertical; /* Fx <112 compatibility */
   flex-direction: column;
 }

}

/* At Activated Menubar */

root:not([chromehidden~="menubar"], [sizemode="fullscreen"]) #toolbar-menubar:not([autohide="true"]) + #TabsToolbar > .titlebar-buttonbox-container {
 display: block !important;

}

  1. toolbar-menubar:not([autohide="true"]) > .titlebar-buttonbox-container {
 visibility: hidden;

}

/* These exist only for compatibility with autohide-tabstoolbar.css */ toolbox#navigator-toolbox > toolbar#nav-bar.browser-toolbar{ animation: none; }

  1. navigator-toolbox:hover #TabsToolbar{ animation: slidein ease-out 48ms 1 }
  2. TabsToolbar > .titlebar-buttonbox-container{ visibility: visible }
  3. navigator-toolbox:not(:-moz-lwtheme){ background-color: -moz-dialog }

/* Uncomment the following if you want bookmarks toolbar to be below tabs */ /*

  1. PersonalToolbar{
 -moz-box-ordinal-group: 2;
 order: 2;

}

  • /



/* Source file https://github.com/MrOtherGuy/firefox-csshacks/tree/master/chrome/tabs_on_bottom_menubar_on_top_patch.css made available under Mozilla Public License v. 2.0 See the above repository for updates as well as full license text. */

/* Menubar on top patch - use with tabs_on_bottom.css */ /* Only really useful if menubar is ALWAYS visible */

root:not([sizemode="fullscreen"]){ --uc-window-control-width: 0px !important }
root{
  /* height if native titlebar is enabled, assumes empty menubar */
 --uc-menubar-height: 20px;

}

root[tabsintitlebar]{
 /* height when native titlebar is disabled, more roomy so can fit buttons etc. */
 --uc-menubar-height: 29px;

}

root:is([sizemode="fullscreen"],[chromehidden~="menubar"]){
 --uc-menubar-height: 0px;

} /* Since menubar is statically at top, remove fake drag-space that might be set by window_control_placeholder_support.css */

root:not([sizemode="fullscreen"]) #nav-bar{ border-inline-width: 0 }
  1. navigator-toolbox{
 -moz-window-dragging: drag;
 padding-top: var(--uc-menubar-height) !important;

}

/* Remove window dragging from notification boxes */

  1. tab-notification-deck,

.global-notificationbox{

 -moz-window-dragging: no-drag;

}

  1. toolbar-menubar{
 position: fixed;
 display: flex;
 top: 0px;
 height: var(--uc-menubar-height);
 width: 100%;
 overflow: hidden;

}

  1. toolbar-menubar > .titlebar-buttonbox-container{ height: 100%; order: 100; }
  1. toolbar-menubar > [flex]{ flex-grow: 100; }
  2. toolbar-menubar > spacer[flex]{
 order: 99;
 flex-grow: 1;
 min-width: var(--uc-window-drag-space-post,20px);

}

  1. toolbar-menubar .toolbarbutton-1 { --toolbarbutton-inner-padding: 3px }
root:not([sizemode="fullscreen"]) #toolbar-menubar.browser-toolbar > .titlebar-buttonbox-container{
 visibility: visible;

}

root:not([chromehidden~="menubar"], [sizemode="fullscreen"]) #TabsToolbar#TabsToolbar#TabsToolbar > .titlebar-buttonbox-container {
 display: none !important;

}

Asked by scottish2 9 tundi tagasi

Emails disappear on their own.

I've recently been experiencing a new problem with Thunderbird. As soon as I click on a subfolder in the left column that is bolded to indicate the presence of an unread … (read more)

I've recently been experiencing a new problem with Thunderbird. As soon as I click on a subfolder in the left column that is bolded to indicate the presence of an unread email, the unread email immediately disappears. I can usually find it in either the Junk folder or in Trash. Is this possibly a bug in the latest update?

Asked by doggit 9 tundi tagasi

Errors setting up an email account

I am trying to setup an email account through Spectrum. My user name and password are correct, so I think the problem is in the server settings. Thunderbird has the setti… (read more)

I am trying to setup an email account through Spectrum. My user name and password are correct, so I think the problem is in the server settings. Thunderbird has the settings as "mobile.charter.net". I have checked with Spectrum and this is correct. But Thunderbird says that something is still incorrect. Any advice on what I should do?

Asked by Norm Hoffman 9 tundi tagasi

email

email page very delayed and always "not responding' message popping up. won't let me send everytime. generally not working for me.

Asked by treesr 10 tundi tagasi

search from location bar takes over existing (new, blank) tab instead of opening new one

I have the setting browser.search.openinnewtab and also browser.urlbar.openintab both set to true, but when I type a search into either the address bar or the search bar … (read more)

I have the setting browser.search.openinnewtab and also browser.urlbar.openintab both set to true, but when I type a search into either the address bar or the search bar next to it, instead of opening a new tab, it puts that search into an already-open blank tab, if one is already open.

I often use blank tabs to separate my currently open tabs into groups by topic and whatnot, so it's incredibly annoying when the search bar takes over one of my adhoc 'separators' instead of opening a new tab like I want it to.

Is there a setting to force the search bar to always open a brand new tab, even if 'new tabs' are already open??

Asked by drysdan 10 tundi tagasi

cant log in into thunderbird using icloud get a error msg : unable to log in into server

step we took: attempted to log in got error msg confirmed log in cred are correct used different email worked but, icloud issue pressit confirmed the server is correct … (read more)

step we took: attempted to log in got error msg confirmed log in cred are correct used different email worked but, icloud issue pressit confirmed the server is correct

Asked by jqnc72nbhc 10 tundi tagasi

Webpage Scaling

I never feel like webpages scale properly when I visit them. There is always content left off screen or I have to zoom out so much that the text is too small to read. Is … (read more)

I never feel like webpages scale properly when I visit them. There is always content left off screen or I have to zoom out so much that the text is too small to read. Is there a setting I can change to affect this?

This webpage is particularly egregious: https://www.desktopmetal.com/products/shop

My Firefox Nightly version is: 135.0a1 (2024-11-26) (aarch64). My computer is a: MacBook Air (15-inch, M2, 2023) running macOS Sequoia (Version 15.1). I have been having these issues for a long time regardless of computer.

I have attached a picture of the labs settings I have enabled but I cannot see why any of them would affect this.

Asked by realCrowman 11 tundi tagasi

Review Checker

The latest update to Firefox includes a new Review Checker. It is activated by pressing the price tag in the address bar when on a specific product page in Amazon, etc. … (read more)

The latest update to Firefox includes a new Review Checker. It is activated by pressing the price tag in the address bar when on a specific product page in Amazon, etc. This price tag does not appear on my laptop when I am on a product page. Is there an activation method I am not using? How do I get the price tag to appear?

Asked by Tim Weidman 11 tundi tagasi

Unable to Connect

Hello, I have uninstalled and reinstalled firefox twice using two different ways found on the community/mozilla website through chrome and I am still having trouble. It s… (read more)

Hello, I have uninstalled and reinstalled firefox twice using two different ways found on the community/mozilla website through chrome and I am still having trouble. It started a couple weeks ago when I received a notice at the top right hand of my firefox page for an update. I tried and it shows as Unable to connect. I tried various ways to connect with mozilla with no luck. I uninstalled, restarted my computer and reinstalled twice and still having the same issue. I lost all my plug ins and add ons after the reinstall and now I can't not even get them and can no longer sign into my firefox account through firefox. Anything that has to do with mozilla I can not reach unless I use chrome which I don't like doing. I have searched the community and nothing seems to help and I even submitted a help question in help community but no responders. Anything which I found addressing Unable to Connect was years old anyway. I can only assume it had to do with the update pop up which I never got to do and assumed a refresh or a reinstall would take care of it but it hasn't. What can I do? Thank You, Charyl

Asked by Charyl 11 tundi tagasi

How to stop search bouncing up to urlbar?

Got a new W11 computer and I know I've stopped it before. I found https://support.mozilla.org/en-US/questions/1284577 on a search, but that didn't work and the answer is… (read more)

Got a new W11 computer and I know I've stopped it before.

I found https://support.mozilla.org/en-US/questions/1284577 on a search, but that didn't work and the answer is archived so I can't comment on it.

Where are the valid instructions?

Also, should I undo that? What other things might that now be doing?

Asked by ithinktfiam 11 tundi tagasi

Wysyłanie wiadomości

Od dwóch tygodni nie mogę wysłać wiadomości z żadnego konta email (mam 4 konta). Do tej pory wszystko działało, a używam Thunderbirda już 25 lat. Pozdrawiam, Janusz Kuszt… (read more)

Od dwóch tygodni nie mogę wysłać wiadomości z żadnego konta email (mam 4 konta). Do tej pory wszystko działało, a używam Thunderbirda już 25 lat. Pozdrawiam, Janusz Kusztelak

Asked by Janusz Kusztelak 12 tundi tagasi

Updated Firefox isn't working for email for daily newspaper. There is a lot of distortion.

What can I do to have Firefox be compatible with my emails. When I open an email for the local newspaper, the news paper is distorted and enlarged 200% and asks me to si… (read more)

What can I do to have Firefox be compatible with my emails. When I open an email for the local newspaper, the news paper is distorted and enlarged 200% and asks me to sign in. Everything was fine until the most recent Firefox update.

I want to remove the recent update which results in Firefox and some of my email links to be incompatible. The newspaper link works on Safari but I do most of my activity on Firefox.

Also, the email link works fine on Google Chrome. But I hate Google Chrome and don't want to use it. I would prefer that the Firefox browser be compatible with sites such as my local newspaper.

Asked by Claudia MacLeod 12 tundi tagasi

CC charge for "free" thunderbird email app

There a $21.40 charge on my CC statement for MZLA Thunderbird email. I had no idea who or what Thunderbird was until looking online. Found the website and saw Thunderbir… (read more)

There a $21.40 charge on my CC statement for MZLA Thunderbird email. I had no idea who or what Thunderbird was until looking online. Found the website and saw Thunderbird is a "free" email app. My Verizon rep added it to my new iPhone 16 when it wouldn't send emails via my normal email provider (breezeline.net). I was not told the app was being installed, or that there is a fee for use it. He handed me back my phone and I saw a new gmail account had been added. What is the charge for? And why was I charged?

Asked by Peggy Durant 12 tundi tagasi