Sorry but even getting to find HOW to Submit to get help is awful. Desperate for help with Thunderbird lost all my emails - again!

Urgent Help Please as lost ALL EMAILS - I cannot get to post in Thunderbird: 1) I've now spent 4 hours, (from what was trying to sort a 'simple' problem on the server), a… (funda kabanzi)

Urgent Help Please as lost ALL EMAILS - I cannot get to post in Thunderbird: 1) I've now spent 4 hours, (from what was trying to sort a 'simple' problem on the server), as I couldn't send or receive any emails, as they think I've 6.5Gb of data on it, in spite of my deleting all my emails off it. So they allowed some extra space to temp sort it again. It's been an issue for about 3mths now. But I deleted everything just the other day having confirmed that was not deleting them off my laptop and that the previously lost emails 2 yrs ago weren't still on their server.

But now checked back on my email client Thunderbird, and I've no emails. They're all GONE bar the odd few I've put into folders (I stopped using folders years back as that lost all my emails way back then!), so I'd been keeping them all in the Inbox. Although I've a few old Inbox files with previous old old emails in so I can access them if I need to. But at least their there! But now again I've just lost everything. This is such a disaster.

Over the last 2yrs it's been going OK until today. Now it's LOST ALL MY EMAILS. I'm as per usual up to my eyes and have to travel this friday for meetings next week. The last thing I needed today was this. I've lost so much data and info in those emails it's doesn't bare thinking about. From show tickets that I need, medical info and data, to flight details to all sorts of crucial data. My ONLY saving grace is that anything I've replied to, I have a copy in the sent folder.

So Please Forgive this being in Firefox, as I can't even add it to Thunderbird help area!! I've had to reset my pw too just to sign in. Sadly right now it all feels so very upsetting I'm thinking I'll have to just have to start using another email client! If every 2 yrs I lose all my emails then this is just not acceptable. I hope you can move this to the Thunderbird threads. If you do please send me a link to it so I can try and find it.

What's so upsetting is had I saved the Inbox file when I saw the 13Gb file size, a bit eariler then, I think I could have saved them. I fear though that the remote server people deleted something, that was somehow still linked to my system and that's meant they've deleted my emails off my laptop too! Terrifying! (Perhaps that is what happened before back in '22. ???) I did look at a 'Sync' settings but not sure what they did so cancelled back out of them.

Running on Win 10 Pro 64Bit i7core 8Gb Ram Thunderbird 115.10.1 (64-bit)

Any and all help will be most gratefully received.

Sub issue to get help : 2) Error to Sumbit to Thunderbird: Sadly I've gone around and around your system saying Ask Question when nothing answers my query on the Thunderbird email questions. But when you click on Ask Question it just takes you back around the system again / Browse all Programs / re click on thunderbird/ reclick on Emails and back to list of FAQ's but nothing helps so click on Get Help and back around you go in a deja vu system.

Asked by AuroraMagic 2 ezinsukwini ezidlule

Last reply by AuroraMagic 1 usuku oludlule

Youtube dose not load - Twitch uses an redicules amount of computer resources

I'm about to give up on Firefox. While Firefox is the browser of my choice, its bugs are a constant source of frustration. When navigating on YouTube, I'll suddenly have… (funda kabanzi)

I'm about to give up on Firefox.

While Firefox is the browser of my choice, its bugs are a constant source of frustration. When navigating on YouTube, I'll suddenly have it stop loading properly and just load more or less blank. You can see this in the image attached. To rectify this problem, I'll need to quit Firefox completely and run a cleaner (WiseCleaner, in my instance) so that it loads correctly again. This happens across several computers I have.

As I game, I usually dual-monitor to watch things on YouTube or Twitch simultaneously. When watching Twitch with Firefox, I noticed that the video would stutter or freeze while the audio continued. I checked Task Manager and found CPU usage to be extremely high. I cannot recreate this problem now as my second monitor is in the repair shop.

Firefox is one of the only few alternatives to a Chromium-based browser. As I don't like Google policies on ad-blockers, tracking, and so on, I'd like to stay away from anything Chromium-based. But it's becoming increasingly difficult to do so, as the user experience in Firefox is so bad, especially when using YouTube, one of my main browsing activities.

I tried turning off hardware acceleration, but this did nothing. I've reinstalled Firefox, but as this happens across several unconnected browsers, I cannot think this is a local problem. What to do?

Asked by Andreas Risdalen Ekrem 1 usuku oludlule

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… (funda kabanzi)

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 --------------- */

Asked by Slouch 4 ezinsukwini ezidlule

Last reply by Slouch 1 usuku oludlule

is my old, even deleted cache/cookies/data/bookmars in the data reporting folder?

i recently lost some data i want to get back, and this may be my last attempt, but is it by any chance stored here? and if it is, how do i transfer it back to my regular … (funda kabanzi)

i recently lost some data i want to get back, and this may be my last attempt, but is it by any chance stored here? and if it is, how do i transfer it back to my regular cache/cookies/data/bookmark folders

Asked by 7843256 1 usuku oludlule

The startup page requires me to log in. I use my Gmail but the password is incorrect. The password is not incorrect

I tried to log in to my Firefox getting started page which used to just load. It now appears to need a log in which I try to do using my Gmail credentials. The password c… (funda kabanzi)

I tried to log in to my Firefox getting started page which used to just load. It now appears to need a log in which I try to do using my Gmail credentials. The password comes up as being incorrect which I know is not the case. If I try to change it I get as far as a Gmail code being sent to my account but when I enter that it says that is incorrect. I have not been able to load the getting started page since.

Asked by Stephen Hobbs 1 usuku oludlule

Space bar not working.

Problem with using space bar when trying to post replies on YT or other sites. Can key text, but space bar does not work. On Google search page, can get only one space be… (funda kabanzi)

Problem with using space bar when trying to post replies on YT or other sites. Can key text, but space bar does not work. On Google search page, can get only one space between words. Tried 2 different keyboards w/same problem. Doesn't seem to happen on Chrome or Safari. Re-installed Firefox with same results. Any thoughts, please? Thank you.

Asked by fullyladenswallow 2 ezinsukwini ezidlule

Last reply by fullyladenswallow 1 usuku oludlule

Login problem

I deleted the old user names and passwords associated with my bank account. Now I can no longer login to my bank acct using Firefox. Only with another browser. I tried t… (funda kabanzi)

I deleted the old user names and passwords associated with my bank account. Now I can no longer login to my bank acct using Firefox. Only with another browser.

I tried to uninstall then reinstall Firefox but the problem continues. What to do now to login to my bank account?

Asked by chcats 1 usuku oludlule

Last reply by chcats 1 usuku oludlule

Auto hide of vertical scroll bar on rt of screen

Sorry, but this feature is a PITA. Is there a way to turn it off. I've been a firefox user for > 15 years but I won't continue to be if I have to put up with this. … (funda kabanzi)

Sorry, but this feature is a PITA. Is there a way to turn it off.

I've been a firefox user for > 15 years but I won't continue to be if I have to put up with this.

You should make it so you have to opt to turn in on.

Harry Pollard

Asked by zf4r42w6rg 1 usuku oludlule

Connection to imap server timed out

Windows 10 Pro Desktop PC I am using Tunderbird for my gmail account. Version 115.10.1 (32 bit) Ever since there was a update (upgrade?) to gmail I can no longer use Thun… (funda kabanzi)

Windows 10 Pro Desktop PC I am using Tunderbird for my gmail account. Version 115.10.1 (32 bit) Ever since there was a update (upgrade?) to gmail I can no longer use Thunderbird for my gmail. I don't know if it's at the Thunderbird end or the gmail end.

Here are the messages I recieve: First is on the actual email message and the second is a "pop-up" msg in the lower right of my screen.

Error on the composed message: "Your message was sent but a copy was not placed in your sent folder (Sent Mail) due to network or file access error. You can retry or save the message locally to Local Folders/Sent Mail-Rick.Reckage@gmail.com"

Error message at bottom right of Thunderbird: "Connection to server.imap.gmail.com timed out"

Thank you for any help to fix this. I like Thunderird so I contribute. I want to be abble to continue using it for gmail ifmpossible.

Asked by rick.reckage 1 usuku oludlule

Google calendar not syncing to Thunderbird Lightning

Computer crashed. After restoring, Google calendar is not syncing. No error message that I can see. I unsubscribed and resubscribed to no avail. I have no clue what to lo… (funda kabanzi)

Computer crashed. After restoring, Google calendar is not syncing. No error message that I can see. I unsubscribed and resubscribed to no avail. I have no clue what to look for and searching here is not helping as all the references to this are years old. Can someone help me figure out why this is happening?

Asked by pmruzicka 6 ezinsukwini ezidlule

Last reply by pmruzicka 1 usuku oludlule

html shown as code only, in some emails in Thunderbird 115.10.1 (64-bit) (and some earlier versions

In a recent email Thunderbird sees an HTML message as plain text, and does not decode it. The message is decoded by my phone using "Email - Fast & Secure Mail by Edis… (funda kabanzi)

In a recent email Thunderbird sees an HTML message as plain text, and does not decode it. The message is decoded by my phone using "Email - Fast & Secure Mail by Edison Software". See attached screenshot. Normally Thunderbird suceeds where phone apps fail.

All other HTML messages seem OK

Here is the message source 40%; font-family: arial, helvetica, sans-serif; font-size: 16px; text-ali= gn: left; margin: 0; padding: 0;" align=3D"left">The UK Government introd= uced the new requirement last year which means voters in England have to = show an acceptable form of photo ID when voting at a polling station.</p>=

=A0

<a href=3D"https://lnks.gd/l/ey= JhbGciOiJIUzI1NiJ9.eyJidWxsZXRpbl9saW5rX2lkIjoxMDEsInVyaSI6ImJwMjpjbGljay= IsInVybCI6Imh0dHBzOi8vd3d3LmNoYXJud29vZC5nb3YudWsvVm90ZXJJRCIsImJ1bGxldGl= uX2lkIjoiMjAyNDA0MzAuOTQwNTc0OTEifQ.sF6WGrw7AMAA7KUoeJe3PefG-JsfcexOBU6ji= k9oZyQ/s/1080167471/br/241551225317-l" target=3D"_blank" rel=3D"noopener"= style=3D"color: #FFFFFF; text-decoration: none; -ms-word-break: break-al= l; word-break: break-word; -webkit-hyphens: none; -moz-hyphens: none; hyp= hens: none; background-color: #7F7384; border-radius: 3px; border-color: =
  1. 7f7384; border-style: solid; border-width: 8px 20px;">View the full list=
of accepted photo ID.</a>

=A0

People voting by post ar= e also being reminded to return their postal votes by Thursday May 2.

=

=A0

If you are unable to ret= urn your vote by post before Thursday May 2, you can take it your polling= station or the Council offices on polling day.

=A0

The Elections Act 2022 h= as made several changes to the existing electoral law which means from Th= ursday May 2, you will be only able to hand in a maximum of up to six pos= tal votes per poll. This includes your own postal vote, and postal votes = of up to five other people per poll.

=A0

If you are handing in po= stal votes at either a polling station or the Council offices, you will b= e also asked to complete a short =91postal vote return=92 form by a staff= member.

=A0

Voters are also reminded= not to post postal votes into the letterbox at the Council Offices, othe= rwise the postal vote will be rejected.

=A0

<a href=3D"https://lnks.gd/l/ey= JhbGciOiJIUzI1NiJ9.eyJidWxsZXRpbl9saW5rX2lkIjoxMDIsInVyaSI6ImJwMjpjbGljay= IsInVybCI6Imh0dHBzOi8vd3d3LmNoYXJud29vZC5nb3YudWsvcGFnZXMvdm90aW5nX2J5X3B= vc3QiLCJidWxsZXRpbl9pZCI6IjIwMjQwNDMwLjk0MDU3NDkxIn0.gcfM6b0PSr6dSbpI-4kF= 7mKXs-8XTkNGnVuzpzPyzkQ/s/1080167471/br/241551225317-l" target=3D"_blank"= rel=3D"noopener" style=3D"color: #FFFFFF; text-decoration: none; -ms-wor= d-break: break-all; word-break: break-word; -webkit-hyphens: none; -moz-h= yphens: none; hyphens: none; background-color: #7F7384; border-radius: 3p= x; border-color: #7f7384; border-style: solid; border-width: 8px 20px;">F= AQs about the changes to postal vote handling</a>

style="3D"=A0

A total of 76 polling st= ations staffed by more than 290 people will be open between 7am and 10pm = on May 2 so people cast their vote. Your poll card will tell you which po= lling station you must vote at and offer a list of the types of photo ID = which can be accepted.

style="3D"=A0

<a href=3D"https://lnks.gd/l/ey= JhbGciOiJIUzI1NiJ9.eyJidWxsZXRpbl9saW5rX2lkIjoxMDMsInVyaSI6ImJwMjpjbGljay= IsInVybCI6Imh0dHBzOi8vd3d3LmNoYXJud29vZC5nb3YudWsvbmV3cy8yMDI0LzA0LzMwL3J= lbWVtYmVyX3lvdXJfcGhvdG9faWRfb25fbWF5XzIiLCJidWxsZXRpbl9pZCI6IjIwMjQwNDMw= Ljk0MDU3NDkxIn0.Vy8Vw2ouSthk-IlFIovxn-WUZnjsbIRz-rdhoRPUQe4/s/1080167471/= br/241551225317-l" target=3D"_blank" rel=3D"noopener" style=3D"color: #FF= FFFF; text-decoration: none; -ms-word-break: break-all; word-break: break= -word; -webkit-hyphens: none; -moz-hyphens: none; hyphens: none; backgrou= nd-color: #7F7384; border-radius: 3px; border-color: #7f7384; border-styl= e: solid; border-width: 8px 20px;">Read the full story</a>

                   </td>
               </tr>
           </table>
       </td>
   </tr>
  =20
   <tr>
      <td>
                    =20
       </td>
   </tr>
  =20
   <tr>
     <td>
              =20
       </td>
   </tr>

</table> </td></tr></table> </td></tr></table>

=20


<font face="3D">Stay connecte= d with Charnwood Borough Council:</font>
<font><a href=3D"https://lnks.gd/l/eyJhbGciOiJ=

IUzI1NiJ9.eyJidWxsZXRpbl9saW5rX2lkIjoxMDQsInVyaSI6ImJwMjpjbGljayIsInVybCI= 6Imh0dHBzOi8vd3d3LmZhY2Vib29rLmNvbS9jaGFybndvb2RiYy8iLCJidWxsZXRpbl9pZCI6= IjIwMjQwNDMwLjk0MDU3NDkxIn0.mVdB-DNGWaVvLIUunjXvXGLNEhiY9U5eiu2KR_n0ibc/s= /1080167471/br/241551225317-l" target=3D"_blank" rel=3D"noopener">3D</a> =A0 <a href=3D"https://lnks.gd/l/eyJhbGciOiJI= UzI1NiJ9.eyJidWxsZXRpbl9saW5rX2lkIjoxMDUsInVyaSI6ImJwMjpjbGljayIsInVybCI6= Imh0dHBzOi8vdHdpdHRlci5jb20vQ2hhcm53b29kQkMiLCJidWxsZXRpbl9pZCI6IjIwMjQwN= DMwLjk0MDU3NDkxIn0.sE8T-OVOmsXsbMsYe_dbkIkKQBVLqdnbjhvdAVgHC6w/s/10801674= 71/br/241551225317-l" target=3D"_blank" rel=3D"noopener">3D</a> =A0 <a href=3D"https://lnks.gd/l/eyJhbGciOiJIUzI1NiJ9.ey= JidWxsZXRpbl9saW5rX2lkIjoxMDYsInVyaSI6ImJwMjpjbGljayIsInVybCI6Imh0dHBzOi8= vd3d3LmxpbmtlZGluLmNvbS9jb21wYW55L2NoYXJud29vZC1ib3JvdWdoLWNvdW5jaWwiLCJi= dWxsZXRpbl9pZCI6IjIwMjQwNDMwLjk0MDU3NDkxIn0.SXwaFZZofvE7dqdcVRxmTbrfC_-cZ= URKxlgi9Bh0p0A/s/1080167471/br/241551225317-l" target=3D"_blank" rel=3D"n= oopener">3D</a> =A0=A0<a href=3D"https://lnks= .gd/l/eyJhbGciOiJIUzI1NiJ9.eyJidWxsZXRpbl9saW5rX2lkIjoxMDcsInVyaSI6ImJwMj= pjbGljayIsInVybCI6Imh0dHA6Ly93d3cuZ292ZGVsaXZlcnkuY29tLyIsImJ1bGxldGluX2l= kIjoiMjAyNDA0MzAuOTQwNTc0OTEifQ.9yTH5OwyBcvraY5boXQryghr0umfi7phFg3JQOT4b=

Yo/s/1080167471/br/241551225317-l">3D</a></font>

<font face="3D">SUBSCRIBER SERVICES:</font>
= <font face="3D"><a href=3D"https://lnks.gd/l/ey= JhbGciOiJIUzI1NiJ9.eyJidWxsZXRpbl9saW5rX2lkIjoxMDgsInVyaSI6ImJwMjpjbGljay= IsInVybCI6Imh0dHBzOi8vcHVibGljLmdvdmRlbGl2ZXJ5LmNvbS9hY2NvdW50cy9VS0NIQVJ= OV09PRC9zdWJzY3JpYmVyL2VkaXQ_cHJlZmVyZW5jZXM9dHJ1ZSN0YWIxIiwiYnVsbGV0aW5f= aWQiOiIyMDI0MDQzMC45NDA1NzQ5MSJ9.ADY_mCtFVj0k-6qwoAYiXubR9bVJaKN7syF_GVGm= LIU/s/1080167471/br/241551225317-l" title=3D"Manage Subscriptions">Manage=

Subscriptions</a> =A0|=A0 <a href=3D"https://lnks.gd/l/eyJhbGciOiJIUzI1N=

iJ9.eyJxdWVyeV9wYXJhbXMiOlsidmVyaWZpY2F0aW9uIiwiZGVzdGluYXRpb24iXSwiYnVsb= GV0aW5fbGlua19pZCI6MTA5LCJ1cmkiOiJicDI6Y2xpY2siLCJ1cmwiOiJodHRwczovL3B1Ym= xpYy5nb3ZkZWxpdmVyeS5jb20vYWNjb3VudHMvVUtDSEFSTldPT0Qvc3Vic2NyaWJlci9vbmV= fY2xpY2tfdW5zdWJzY3JpYmUiLCJidWxsZXRpbl9pZCI6IjIwMjQwNDMwLjk0MDU3NDkxIn0.= ZO2r2bzqIgpwsQEhTGZwRXXOHA6-_EEKQOM8DlKS9Z8/s/1080167471/br/241551225317-= l?verification=3D5.3ed4547e2334334d63ec5be244543750&destination=3Droger%4= 0rogerwhill.plus.com" title=3D"Unsubscribe from All Topics">Unsubscribe A= ll</a> =A0|=A0 <a href=3D"https://lnks.gd/l/eyJhbGciOiJIUzI1NiJ9.eyJidWxs= ZXRpbl9saW5rX2lkIjoxMTAsInVyaSI6ImJwMjpjbGljayIsInVybCI6Imh0dHBzOi8vc3Vic= 2NyaWJlcmhlbHAuZ292ZGVsaXZlcnkuY29tLyIsImJ1bGxldGluX2lkIjoiMjAyNDA0MzAuOT= QwNTc0OTEifQ.ytrrtEdY68bcdjdm5MMeGMO7YeM07ml8wrjyELRncY0/s/1080167471/br/= 241551225317-l">Help</a></font>


This email was sent to roger@rogerwhill.plus.com us=

ing GovDelivery Communications Cloud, on behalf of: Charnwood Borough Cou=

ncil, Southfield Road, Loughborough, Leicestershire, LE11 2TX
<a href=3D"http=

s://lnks.gd/l/eyJhbGciOiJIUzI1NiJ9.eyJidWxsZXRpbl9saW5rX2lkIjoxMTEsInVyaS= I6ImJwMjpjbGljayIsInVybCI6Imh0dHBzOi8vc3Vic2NyaWJlcmhlbHAuZ3JhbmljdXMuY29= tLyIsImJ1bGxldGluX2lkIjoiMjAyNDA0MzAuOTQwNTc0OTEifQ.h2U8j7_4Qs8efNQJbTpo5= TBCOPo5JQmD5d2ohkQC4Rc/s/1080167471/br/241551225317-l" target=3D"_blank" = rel=3D"noopener">3D</a></= td>

</body> </html> =0A


=_NextPart_0D1_AF44_3A774989.0C0B5085--

Asked by R@RWH.+.com 3 ezinsukwini ezidlule

Last reply by R@RWH.+.com 1 usuku oludlule

ff pass words gone

hi can anyone tell me how to get my saved passwords back into ff. they got deleted somehow by Clean Disk app instructions ive found on web are for everything except wha… (funda kabanzi)

hi can anyone tell me how to get my saved passwords back into ff. they got deleted somehow by Clean Disk app

instructions ive found on web are for everything except what i need thanks

Asked by bill 5 ezinsukwini ezidlule

Last reply by bill 1 usuku oludlule

Help search results don't show list by date

Your help utility needs help. -results don't show date, must open each item. Results seem to not be listed in date order. What a mess to sort through. I can't select a de… (funda kabanzi)

Your help utility needs help. -results don't show date, must open each item. Results seem to not be listed in date order. What a mess to sort through. I can't select a desired date range, or select by release version number. -your search tool isn't very effective, I keep getting unrelated results. I do better by searching google to find the help I want regarding Firefox.

Asked by Davyboy 1 usuku oludlule

cannot sign in with IMAP

Several days ago, my comcast email said it couldn't connect, and after trying a couple other things, I removed the account and tried to add it back on. When I try to add… (funda kabanzi)

Several days ago, my comcast email said it couldn't connect, and after trying a couple other things, I removed the account and tried to add it back on. When I try to add it as an IMAP account, it pulls up a window that loads for a minute then says "Unable to connect. An error occurred during a connection to localhost." On the thunderbird window where I entered my password, it says "Unable to log in at server. Probably wrong configuration, username, or password." I logged in on a browser, so I know the username and password are correct. I tried adding it as a POP account, and that worked fine, but I need it as IMAP.

Asked by amar2chi007 1 usuku oludlule

Repeated freezing/crashes with Firefox browser despite refreshes/new installs

I've been using Firefox for about six months. I'm a MacBook user with the most recent version of Sonoma installed. After a month or so of using Firefox it starts crashing… (funda kabanzi)

I've been using Firefox for about six months. I'm a MacBook user with the most recent version of Sonoma installed. After a month or so of using Firefox it starts crashing and freezing. Sometimes I can't restart it for several minutes. Whenever this happens, I refresh it. I've refreshed it about twice. I've re-installed it twice too, but it keeps happening. Most settings are default, but I wanted to include the settings in case this could be the problem: - I've turned off Firefox home content - I've turned off all passwords and autofill features - Never Remember History - Do Not Track and Tell Websites not to share/sell my data are turned on - I left the standard-level security settings as is

I have one extension installed.

The only other browser I have installed is Safari and I am not having these issues. I should add that I don't receive any error messages when this happens, it just freezes. The most recent issue is that I was clicking on buttons on a website and it wasn't working, but when I started using the Safari browser (which also set to private mode) it worked fine.

When it works I love Firefox and would like to keep using it. I am wondering if there is anything I can do to fix this.

Asked by mozillauser1234 1 usuku oludlule

gmail email download to Thunderbird

from today I cannot download my gmail to Thunderbird, I'm getting always here below error code: “400 invalid_request” or “Access blocked: App sent an invalid request,” i… (funda kabanzi)

from today I cannot download my gmail to Thunderbird, I'm getting always here below error code:

“400 invalid_request” or “Access blocked: App sent an invalid request,” it means the app uses an authorization method that Google doesn't allow. Google has safe ways for you to sign in and share your Google Account data with third-party apps and sites.

Please let me know how to proceed.

Thank you

Asked by davidm2413 1 usuku oludlule

Thunderbird 115.10.1 – missing folders in the panel after the update

Hi, after upgrading the programs to version 115.10.1 after restarting, all folders in the folder panel disappeared. I still have all accounts visible in the account sett… (funda kabanzi)

Hi, after upgrading the programs to version 115.10.1 after restarting, all folders in the folder panel disappeared. I still have all accounts visible in the account settings. I attach a screenshot.

I follow someone instructions: Menu icon > Help > More Troubleshooting Information Under 'Application Basics' - Profile Folder - click on 'Open Folder' A new window opens showing contents of your 'profile name' folder Exit Thunderbird now - this is important Scroll down - delete all of the following files.

   folderCache.json
   folderTree.json
   session.json
   xulstore.json 

Start Thunderbird With no results. Thank you for any help.

Asked by Alex Saba 1 usuku oludlule

Browser issue with Microsoft Outlook

Hello, My name is Grey, and I'm experiencing an issue using Firefox as a browser to open my Outlook mail. For the past three days I have not been able to open any emails… (funda kabanzi)

Hello,

My name is Grey, and I'm experiencing an issue using Firefox as a browser to open my Outlook mail. For the past three days I have not been able to open any emails as a network error screen appears. Using other devices and other browsers like Edge, the emails open fine, so it is not actually a network issue. This problem only occurs using Firefox, and specifically with Outlook emails. Everything else functions fine and I have not made any changes, besides the regular Firefox update. My computer is also up to date.

What can I do about this issue? I appreciate the advice,

grey

Asked by AshenLion 4 ezinsukwini ezidlule

Last reply by AshenLion 1 usuku oludlule