Показ питань з мітками:

Having problems downloading 9 months of e-mail

My computer has not worked for nine months. I've been looking at my e-mail on my phone (not in Thunderbird for Android, which pretended to send my messages but didn't). I… (читати далі)

My computer has not worked for nine months.

I've been looking at my e-mail on my phone (not in Thunderbird for Android, which pretended to send my messages but didn't). I want it on my computer.

I didn't want to do that right away, but it looks like Thunderbird started doing that automatically when I launched it. It successfully got my small account, of course, but not my big one.

It's been stuck on this for more than 12 hours. (See image. My apologies, I've forgotten how to embed them.)

Is it safe to shut the process down? Whether it is or isn't, what do I do next?

My computer is a MacBook Pro (13-inch, Mid 2012), running OS X.15 (Catalina), with Thunderbird 140.0.1esr (64-bit). The process started before I could upgrade to 149esr.

Thank you for any help you can give me!

UPDATE, 4/11, 8PM EDT: No change. . . .

Open 6 15

tryng to import a seamonkey profile in to at TB email system.

Am trying to import seamonkey profile data in to Thunderbird, but keep getting error messages: am using win 11 anddownloaded latest TB exe yesterday. mail.import: Path Pr… (читати далі)

Am trying to import seamonkey profile data in to Thunderbird, but keep getting error messages: am using win 11 anddownloaded latest TB exe yesterday. mail.import: Path Profiles/4wd1drzq.default is incorrect; isRelative=true SeamonkeyProfileImporter.sys.mjs:67:22 and This page is in Quirks Mode. Page layout may be impacted. For Standards Mode use “”. SeamonkeyProfileImporter.sys.mjs . Have found this: /* This Source Code Form is subject to the terms of the Mozilla Public

* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */

import { AppConstants } from "resource://gre/modules/AppConstants.sys.mjs"; import { ThunderbirdProfileImporter } from "resource:///modules/ThunderbirdProfileImporter.sys.mjs";

/**

* A module to import things from a seamonkey profile dir into the current
* profile.
*/

export class SeamonkeyProfileImporter extends ThunderbirdProfileImporter {

 NAME = "SeaMonkey";
 /** @see BaseProfileImporter */
 async getSourceProfiles() {
   const slugs = {
     win: ["AppData", "Mozilla", "SeaMonkey"],
     macosx: ["ULibDir", "Application Support", "SeaMonkey"],
     linux: ["Home", ".mozilla", "seamonkey"],
   }[AppConstants.platform];
   if (!slugs) {
     // We don't recognize this OS.
     return [];
   }
   const seamonkeyRoot = Services.dirsvc.get(slugs[0], Ci.nsIFile);
   slugs.slice(1).forEach(seamonkeyRoot.append);
   const profilesIni = seamonkeyRoot.clone();
   profilesIni.append("profiles.ini");
   if (!profilesIni.exists()) {
     this._logger.debug(
       "No SeaMonkey profile found in the well known location."
     );
     return [];
   }
   const profiles = [];
   const ini = Cc["@mozilla.org/xpcom/ini-parser-factory;1"]
     .getService(Ci.nsIINIParserFactory)
     .createINIParser(profilesIni);
   for (const section of ini.getSections()) {
     const keys = [...ini.getKeys(section)];
     if (!keys.includes("Path")) {
       // Not a profile section.
       continue;
     }
     const name = keys.includes("Name")
       ? ini.getString(section, "Name")
       : null;
     const path = ini.getString(section, "Path");
     const isRelative = keys.includes("IsRelative")
       ? ini.getString(section, "IsRelative") == "1"
       : false;
     let dir;
     try {
       if (isRelative) {
         dir = seamonkeyRoot.clone();
         dir.appendRelativePath(path);
       } else {
         dir = Cc["@mozilla.org/file/local;1"].createInstance(Ci.nsIFile);
         dir.initWithPath(path);
       }
     } catch (ex) {
       this._logger.warn(
         `Path ${path} is incorrect; isRelative=${isRelative}`
       );
       continue;
     }
     if (!dir.exists()) {
       this._logger.warn(`${dir.path} does not exist`);
       // Not a valid profile.
       continue;
     }
     profiles.push({ name, dir });
   }
   return profiles;
 }

} Thank you

Open

Thunderbird hangs repeatedly within a minute or after launched

Hello -- I'm hoping someone will be able to help! I'm running Thunderbird 140.9.1esr (32-bit) on Windows 10 Pro version 22H2 (OS Build 19045.6466) with an Intel Core i7 p… (читати далі)

Hello -- I'm hoping someone will be able to help!

I'm running Thunderbird 140.9.1esr (32-bit) on Windows 10 Pro version 22H2 (OS Build 19045.6466) with an Intel Core i7 processor.

Thunderbird suddenly started crashing repeatedly since yesterday. It ran long enough for me to install version 140.9.1esr, but still crashes repeatedly within a couple minutes of running the application, even if I don't do anything such as trying to reply to a message.

Please see below what I get in the Windows Event Viewer, pretty much the same for each crash. I have also pasted the contents of the following file (the others mentioned above don't exist).

C:\ProgramData\Microsoft\Windows\WER\ReportArchive\AppHang_thunderbird.exe_5d8d3f9d863d0b28eacbd2a393cdc3d04ef559_c250478b_deffcb88-26f8-4204-bffd-7e6fd5a2ea88

I've gone to Troubleshooting Information, I've "cleared startup cache", I've tired "Troubleshoot Mode" and still Thunderbird crashes. There's nothing in Crash Reports.

Any help would be truly appreciated!

Best regards,

Miles Montelius

==========

The program thunderbird.exe version 140.9.1.0 stopped interacting with Windows and was closed. To see if more information about the problem is available, check the problem history in the Security and Maintenance control panel.

Process ID: 2fe4
Start Time: 01dcc9b06a74fe27
Termination Time: 19
Application Path: C:\Program Files (x86)\Mozilla Thunderbird\thunderbird.exe
Report Id: 1f27bed4-950e-4cf2-b2be-0e17b3c5bff0
Faulting package full name: 
Faulting package-relative application ID: 
Hang type: Unknown
===========

Fault bucket 2206417569010378635, type 5 Event Name: AppHangB1 Response: Not available Cab Id: 0

Problem signature: P1: thunderbird.exe P2: 140.9.1.0 P3: 69d0a82a P4: aa1e P5: 134217728 P6: P7: P8: P9: P10:

Attached files: \\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER1ECA.tmp.WERInternalMetadata.xml \\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER1EDB.tmp.xml \\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER1EE9.tmp.csv \\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER1F19.tmp.txt \\?\C:\Users\Miles\AppData\Local\Temp\WER2554.tmp.appcompat.txt

These files may be available here: \\?\C:\ProgramData\Microsoft\Windows\WER\ReportArchive\AppHang_thunderbird.exe_5d8d3f9d863d0b28eacbd2a393cdc3d04ef559_c250478b_deffcb88-26f8-4204-bffd-7e6fd5a2ea88

Analysis symbol: Rechecking for solution: 0 Report Id: 1f27bed4-950e-4cf2-b2be-0e17b3c5bff0 Report Status: 268435456 Hashed bucket: 6bb25f0f2ae99d39de9ec516c30b678b Cab Guid: 0

================================= Report.wer

Version=1 EventType=AppHangB1 EventTime=134203853995104936 ReportType=3 Consent=1 UploadTime=134203854012764044 ReportStatus=268435456 ReportIdentifier=deffcb88-26f8-4204-bffd-7e6fd5a2ea88 IntegratorReportIdentifier=1f27bed4-950e-4cf2-b2be-0e17b3c5bff0 Wow64Host=34404 Wow64Guest=332 NsAppName=thunderbird.exe OriginalFilename=thunderbird.exe AppSessionGuid=00002fe4-0001-0089-27fe-746ab0c9dc01 TargetAppId=W:00069140475b22fa6eb7e8a09288ccaa9eed00000000!0000296d4ceec558ce2477919ca1d55d16c4eb0ece48!thunderbird.exe TargetAppVer=2026//04//04:05:56:58!6df25!thunderbird.exe BootId=4294967295 TargetAsId=1039 IsFatal=1 EtwNonCollectReason=1 Response.BucketId=6bb25f0f2ae99d39de9ec516c30b678b Response.BucketTable=5 Response.LegacyBucketId=2206417569010378635 Response.type=4 Sig[0].Name=Application Name Sig[0].Value=thunderbird.exe Sig[1].Name=Application Version Sig[1].Value=140.9.1.0 Sig[2].Name=Application Timestamp Sig[2].Value=69d0a82a Sig[3].Name=Hang Signature Sig[3].Value=aa1e Sig[4].Name=Hang Type Sig[4].Value=134217728 DynamicSig[1].Name=OS Version DynamicSig[1].Value=10.0.19045.2.0.0.256.48 DynamicSig[2].Name=Locale ID DynamicSig[2].Value=2057 DynamicSig[22].Name=Additional Hang Signature 1 DynamicSig[22].Value=aa1ee6b70f5730e6b2c3407f0286853a DynamicSig[23].Name=Additional Hang Signature 2 DynamicSig[23].Value=d531 DynamicSig[24].Name=Additional Hang Signature 3 DynamicSig[24].Value=d5313f546285bab3fbd31e098595851c DynamicSig[25].Name=Additional Hang Signature 4 DynamicSig[25].Value=aa1e DynamicSig[26].Name=Additional Hang Signature 5 DynamicSig[26].Value=aa1ee6b70f5730e6b2c3407f0286853a DynamicSig[27].Name=Additional Hang Signature 6 DynamicSig[27].Value=d531 DynamicSig[28].Name=Additional Hang Signature 7 DynamicSig[28].Value=d5313f546285bab3fbd31e098595851c UI[3]=Thunderbird is not responding UI[4]=If you close the program, you might lose information. UI[5]=Close the program UI[6]=Close the program UI[7]=Close the program LoadedModule[0]=C:\Program Files (x86)\Mozilla Thunderbird\thunderbird.exe LoadedModule[1]=C:\WINDOWS\SYSTEM32\ntdll.dll LoadedModule[2]=C:\WINDOWS\System32\KERNEL32.DLL LoadedModule[3]=C:\WINDOWS\System32\KERNELBASE.dll LoadedModule[4]=C:\WINDOWS\System32\USP10.dll LoadedModule[5]=C:\WINDOWS\System32\ADVAPI32.dll LoadedModule[6]=C:\Program Files (x86)\Mozilla Thunderbird\mozglue.dll LoadedModule[7]=C:\WINDOWS\System32\msvcrt.dll LoadedModule[8]=C:\WINDOWS\System32\sechost.dll LoadedModule[9]=C:\WINDOWS\System32\RPCRT4.dll LoadedModule[10]=C:\WINDOWS\System32\bcrypt.dll LoadedModule[11]=C:\WINDOWS\System32\ucrtbase.dll LoadedModule[12]=C:\Program Files (x86)\Mozilla Thunderbird\VCRUNTIME140.dll LoadedModule[13]=C:\WINDOWS\System32\CRYPT32.dll LoadedModule[14]=C:\Program Files (x86)\Mozilla Thunderbird\MSVCP140.dll LoadedModule[15]=C:\WINDOWS\System32\GDI32.DLL LoadedModule[16]=C:\WINDOWS\SYSTEM32\CRYPTBASE.dll LoadedModule[17]=C:\WINDOWS\System32\win32u.dll LoadedModule[18]=C:\WINDOWS\System32\gdi32full.dll LoadedModule[19]=C:\WINDOWS\System32\msvcp_win.dll LoadedModule[20]=C:\WINDOWS\System32\USER32.dll LoadedModule[21]=C:\WINDOWS\System32\IMM32.DLL LoadedModule[22]=C:\WINDOWS\System32\bcryptPrimitives.dll LoadedModule[23]=C:\Program Files (x86)\Mozilla Thunderbird\nss3.dll LoadedModule[24]=C:\WINDOWS\SYSTEM32\WSOCK32.dll LoadedModule[25]=C:\WINDOWS\System32\WS2_32.dll LoadedModule[26]=C:\Program Files (x86)\Mozilla Thunderbird\gkcodecs.dll LoadedModule[27]=C:\Program Files (x86)\Mozilla Thunderbird\lgpllibs.dll LoadedModule[28]=C:\Program Files (x86)\Mozilla Thunderbird\xul.dll LoadedModule[29]=C:\WINDOWS\System32\shcore.dll LoadedModule[30]=C:\WINDOWS\System32\combase.dll LoadedModule[31]=C:\WINDOWS\System32\WINTRUST.dll LoadedModule[32]=C:\WINDOWS\SYSTEM32\ktmw32.dll LoadedModule[33]=C:\WINDOWS\SYSTEM32\VERSION.dll LoadedModule[34]=C:\WINDOWS\SYSTEM32\PROPSYS.dll LoadedModule[35]=C:\WINDOWS\SYSTEM32\ncrypt.dll LoadedModule[36]=C:\WINDOWS\System32\MSASN1.dll LoadedModule[37]=C:\WINDOWS\SYSTEM32\NTASN1.dll LoadedModule[38]=C:\WINDOWS\SYSTEM32\ntmarta.dll LoadedModule[39]=C:\WINDOWS\SYSTEM32\kernel.appcore.dll LoadedModule[40]=C:\WINDOWS\system32\uxtheme.dll LoadedModule[41]=C:\WINDOWS\System32\OLEAUT32.dll LoadedModule[42]=C:\WINDOWS\System32\psapi.dll LoadedModule[43]=C:\WINDOWS\SYSTEM32\dwrite.dll LoadedModule[44]=C:\WINDOWS\SYSTEM32\dbghelp.dll LoadedModule[45]=C:\WINDOWS\SYSTEM32\dbgcore.DLL LoadedModule[46]=C:\WINDOWS\System32\SHELL32.dll LoadedModule[47]=C:\WINDOWS\System32\windows.storage.dll LoadedModule[48]=C:\WINDOWS\System32\Wldp.dll LoadedModule[49]=C:\WINDOWS\System32\shlwapi.dll LoadedModule[50]=C:\WINDOWS\System32\ole32.dll LoadedModule[51]=C:\WINDOWS\SYSTEM32\profapi.dll LoadedModule[52]=C:\WINDOWS\SYSTEM32\WINMM.dll LoadedModule[53]=C:\WINDOWS\System32\clbcatq.dll LoadedModule[54]=C:\WINDOWS\system32\napinsp.dll LoadedModule[55]=C:\WINDOWS\system32\pnrpnsp.dll LoadedModule[56]=C:\Windows\System32\Windows.UI.dll LoadedModule[57]=C:\Windows\System32\WindowManagementAPI.dll LoadedModule[58]=C:\Windows\System32\InputHost.dll LoadedModule[59]=C:\Windows\System32\TextInputFramework.dll LoadedModule[60]=C:\WINDOWS\SYSTEM32\wintypes.dll LoadedModule[61]=C:\WINDOWS\SYSTEM32\twinapi.appcore.dll LoadedModule[62]=C:\Windows\System32\CoreMessaging.dll LoadedModule[63]=C:\Windows\System32\CoreUIComponents.dll LoadedModule[64]=C:\WINDOWS\system32\wshbth.dll LoadedModule[65]=C:\WINDOWS\System32\netprofm.dll LoadedModule[66]=C:\WINDOWS\system32\NLAapi.dll LoadedModule[67]=C:\WINDOWS\SYSTEM32\IPHLPAPI.DLL LoadedModule[68]=C:\WINDOWS\System32\mswsock.dll LoadedModule[69]=C:\WINDOWS\SYSTEM32\DNSAPI.dll LoadedModule[70]=C:\WINDOWS\System32\NSI.dll LoadedModule[71]=C:\WINDOWS\System32\winrnr.dll LoadedModule[72]=C:\Windows\System32\Windows.UI.Immersive.dll LoadedModule[73]=C:\WINDOWS\System32\npmproxy.dll LoadedModule[74]=C:\WINDOWS\SYSTEM32\WINNSI.DLL LoadedModule[75]=C:\WINDOWS\SYSTEM32\dhcpcsvc6.DLL LoadedModule[76]=C:\WINDOWS\SYSTEM32\dhcpcsvc.DLL LoadedModule[77]=C:\Program Files (x86)\Mozilla Thunderbird\softokn3.dll LoadedModule[78]=C:\Program Files (x86)\Mozilla Thunderbird\freebl3.dll LoadedModule[79]=C:\WINDOWS\System32\MSCTF.dll LoadedModule[80]=C:\WINDOWS\System32\MMDevApi.dll LoadedModule[81]=C:\WINDOWS\System32\DEVOBJ.dll LoadedModule[82]=C:\WINDOWS\System32\cfgmgr32.dll LoadedModule[83]=C:\WINDOWS\SYSTEM32\AUDIOSES.DLL LoadedModule[84]=C:\WINDOWS\SYSTEM32\powrprof.dll LoadedModule[85]=C:\WINDOWS\SYSTEM32\UMPDC.dll LoadedModule[86]=C:\WINDOWS\System32\SETUPAPI.dll LoadedModule[87]=C:\Windows\System32\wscapi.dll LoadedModule[88]=C:\WINDOWS\System32\urlmon.dll LoadedModule[89]=C:\WINDOWS\System32\iertutil.dll LoadedModule[90]=C:\WINDOWS\System32\srvcli.dll LoadedModule[91]=C:\WINDOWS\System32\netutils.dll LoadedModule[92]=C:\Windows\System32\Windows.Globalization.dll LoadedModule[93]=C:\Windows\System32\bcp47mrm.dll LoadedModule[94]=C:\Windows\System32\Bcp47Langs.dll LoadedModule[95]=C:\WINDOWS\SYSTEM32\dxgi.dll LoadedModule[96]=C:\WINDOWS\SYSTEM32\dwmapi.dll LoadedModule[97]=C:\WINDOWS\SYSTEM32\dcomp.dll LoadedModule[98]=C:\WINDOWS\SYSTEM32\mscms.dll LoadedModule[99]=C:\WINDOWS\SYSTEM32\ColorAdapterClient.dll LoadedModule[100]=C:\WINDOWS\SYSTEM32\USERENV.dll LoadedModule[101]=C:\WINDOWS\system32\twinapi.dll LoadedModule[102]=C:\WINDOWS\SYSTEM32\WTSAPI32.dll LoadedModule[103]=C:\WINDOWS\SYSTEM32\WINSTA.dll LoadedModule[104]=C:\WINDOWS\system32\directmanipulation.dll LoadedModule[105]=C:\WINDOWS\SYSTEM32\d2d1.dll LoadedModule[106]=C:\WINDOWS\SYSTEM32\XmlLite.dll LoadedModule[107]=C:\WINDOWS\system32\dataexchange.dll LoadedModule[108]=C:\WINDOWS\system32\d3d11.dll LoadedModule[109]=C:\WINDOWS\system32\explorerframe.dll LoadedModule[110]=C:\Windows\System32\OneCoreUAPCommonProxyStub.dll LoadedModule[111]=C:\Program Files (x86)\Mozilla Thunderbird\rnp.dll LoadedModule[112]=C:\WINDOWS\System32\WININET.dll LoadedModule[113]=C:\WINDOWS\SYSTEM32\SspiCli.dll LoadedModule[114]=C:\WINDOWS\SYSTEM32\ondemandconnroutehelper.dll LoadedModule[115]=C:\WINDOWS\SYSTEM32\winhttp.dll LoadedModule[116]=C:\Windows\System32\rasadhlp.dll LoadedModule[117]=C:\WINDOWS\System32\fwpuclnt.dll LoadedModule[118]=C:\WINDOWS\SYSTEM32\avrt.dll LoadedModule[119]=C:\Windows\System32\Windows.Security.Integrity.dll LoadedModule[120]=C:\WINDOWS\SYSTEM32\LINKINFO.dll LoadedModule[121]=C:\Windows\System32\OneCoreCommonProxyStub.dll LoadedModule[122]=C:\WINDOWS\SYSTEM32\ntshrui.dll LoadedModule[123]=C:\WINDOWS\SYSTEM32\cscapi.dll LoadedModule[124]=C:\WINDOWS\SYSTEM32\policymanager.dll LoadedModule[125]=C:\WINDOWS\SYSTEM32\msvcp110_win.dll LoadedModule[126]=C:\WINDOWS\SYSTEM32\d3dcompiler_47.dll LoadedModule[127]=C:\WINDOWS\SYSTEM32\CRYPTSP.dll LoadedModule[128]=C:\Program Files (x86)\Mozilla Thunderbird\libGLESv2.dll LoadedModule[129]=C:\WINDOWS\SYSTEM32\d3d9.dll LoadedModule[130]=C:\Program Files (x86)\Mozilla Thunderbird\libEGL.dll LoadedModule[131]=C:\WINDOWS\SYSTEM32\cryptnet.dll LoadedModule[132]=C:\WINDOWS\SYSTEM32\drvstore.dll LoadedModule[133]=C:\WINDOWS\System32\imagehlp.dll LoadedModule[134]=C:\WINDOWS\system32\rsaenh.dll LoadedModule[135]=C:\WINDOWS\SYSTEM32\dxcore.dll LoadedModule[136]=C:\WINDOWS\SYSTEM32\resourcepolicyclient.dll State[0].Key=Transport.DoneStage1 State[0].Value=1 OsInfo[0].Key=vermaj OsInfo[0].Value=10 OsInfo[1].Key=vermin OsInfo[1].Value=0 OsInfo[2].Key=verbld OsInfo[2].Value=19045 OsInfo[3].Key=ubr OsInfo[3].Value=6466 OsInfo[4].Key=versp OsInfo[4].Value=0 OsInfo[5].Key=arch OsInfo[5].Value=9 OsInfo[6].Key=lcid OsInfo[6].Value=2057 OsInfo[7].Key=geoid OsInfo[7].Value=242 OsInfo[8].Key=sku OsInfo[8].Value=48 OsInfo[9].Key=domain OsInfo[9].Value=0 OsInfo[10].Key=prodsuite OsInfo[10].Value=256 OsInfo[11].Key=ntprodtype OsInfo[11].Value=1 OsInfo[12].Key=platid OsInfo[12].Value=10 OsInfo[13].Key=sr OsInfo[13].Value=0 OsInfo[14].Key=tmsi OsInfo[14].Value=223670134 OsInfo[15].Key=osinsty OsInfo[15].Value=1 OsInfo[16].Key=iever OsInfo[16].Value=11.3636.19041.0-11.0.1000 OsInfo[17].Key=portos OsInfo[17].Value=0 OsInfo[18].Key=ram OsInfo[18].Value=8174 OsInfo[19].Key=svolsz OsInfo[19].Value=231 OsInfo[20].Key=wimbt OsInfo[20].Value=0 OsInfo[21].Key=blddt OsInfo[21].Value=191206 OsInfo[22].Key=bldtm OsInfo[22].Value=1406 OsInfo[23].Key=bldbrch OsInfo[23].Value=vb_release OsInfo[24].Key=bldchk OsInfo[24].Value=0 OsInfo[25].Key=wpvermaj OsInfo[25].Value=0 OsInfo[26].Key=wpvermin OsInfo[26].Value=0 OsInfo[27].Key=wpbuildmaj OsInfo[27].Value=0 OsInfo[28].Key=wpbuildmin OsInfo[28].Value=0 OsInfo[29].Key=osver OsInfo[29].Value=10.0.19041.6466.amd64fre.vb_release.191206-1406 OsInfo[30].Key=buildflightid OsInfo[30].Value=1a6da8dc-e1ef-4c46-89e4-4a56762ca494 OsInfo[31].Key=edition OsInfo[31].Value=Professional OsInfo[32].Key=ring OsInfo[33].Key=expid OsInfo[34].Key=fconid OsInfo[35].Key=containerid OsInfo[36].Key=containertype OsInfo[37].Key=edu OsInfo[37].Value=0 FriendlyEventName=Stopped responding and was closed ConsentKey=AppHangXProcB1 AppName=Thunderbird AppPath=C:\Program Files (x86)\Mozilla Thunderbird\thunderbird.exe ReportDescription=A problem caused this program to stop interacting with Windows. NsPartner=windows NsGroup=windows8 ApplicationIdentity=BD651D92C43397BE7A26BAF48837601A MetadataHash=-60511867

Open 2 20

How can I make Thunderbird upload all my 30,000 e-mails instead of only 10,000 as it says?

I am trying to upload all my Yahoo sent box e-mails to Thunderbird, but Thunderbird says it is uploading only 10,000 e-mails - but my sent box contains 30,000. How can I… (читати далі)

I am trying to upload all my Yahoo sent box e-mails to Thunderbird, but Thunderbird says it is uploading only 10,000 e-mails - but my sent box contains 30,000. How can I get it to upload all of my sent box?

Open 3 2

Hotmail, some times the messages/folders are there and other times not

Hello, It's getting very frustrating some time hotmail folder/emails are there ans other times not, then some times it will start a downloading all messages folders as if… (читати далі)

Hello, It's getting very frustrating some time hotmail folder/emails are there ans other times not, then some times it will start a downloading all messages folders as if it a new set-up. I have follower all info I can find but it just stays the same.

Kind regards Chris

Open 5 55

TB randomly autocompletes with an old address

I am using TB 140.9.0esr (64-bit) on Kubuntu 25.10 but this has been true for some years. Mostly when a start a new Email address whether in the To:, cc: or bcc: fields… (читати далі)

I am using TB 140.9.0esr (64-bit) on Kubuntu 25.10 but this has been true for some years. Mostly when a start a new Email address whether in the To:, cc: or bcc: fields TB does a very good guess after a few letters about the address I want. However, every so often, perhaps 5% of the time it will pick the correct person but I won't notice that it has picked an old address for that person. It seems to happen in bursts, so three times in the last few hours for two different addressees. I realise that I could shift the old addresses for people to the notes section of the address book but I would rather not as I am hoping that one day TB will have the ability to search for all Emails to/from someone across all the addresses they ever had, current or deceased. Is there a way you can stop TB suddenly changing its guesses about the addresses for a person? Or could you add a way to tell TB in the address book that addresses are dead and should never be offered as addresses to send to?

TIA,

Chris

Open 4 24

my inbox went empty suddenly and then I found it had moved down the panel under 'local folders'

At first the inbox went empty and then when I closed T-bird and reopened it had put in 100 emails from 2023! And then fortunately I found the 'inbox' name had moved way … (читати далі)

At first the inbox went empty and then when I closed T-bird and reopened it had put in 100 emails from 2023! And then fortunately I found the 'inbox' name had moved way down in the left panel under 'local folders' and still had all my current emails. Can I drag the 'inbox' in the panel back up under my current address where it usually resides? All this happened after I sent 2 photos off my phone to my gmail account to my email address. I prefer to do my emails on my desktop, on Windows 11. Bitdefender says I am safe. I cannot find what version of Thunderbird I have. I typed in 'Thunderbird App menu help' in the search bar on my desktop with no help found. I do not know how to do the 3 lines icon. Pressing the alt key or F10 did nothing. I looked in all the T-bird settings to no avail. So I typed in the 140.8 version just so you would at least get this query. I have no idea what version I have. Very frustrating! Thank you.

Open 7

how do I recover emails from a failed computer/ can access hard drive. ?? Mitch

All old cmptr usb ports fail.. copied most data to new computer but Moz. Thndrbrd did not copy. Installed NEW Tndrbrd and got mail, but only last 4 weeks or so since… (читати далі)

All old cmptr usb ports fail.. copied most data to new computer but Moz. Thndrbrd did not copy. Installed NEW Tndrbrd and got mail, but only last 4 weeks or so since failure. Copied ALL Moz. Thndrbrd files from old to Thumb drive. Old system had 70 files, 10 folders (11*.exe, 31 *dll, 4*ini, 297MB) and 5 single element files. New Thnddrbrd has 72 files, 12 folders, 55.7MB. Could find NO hidden files / folders on either unit. Suspect all recoverable OLD mail on thumb drive but do not know how to recover. H E L P ! ! Mitch ~ " X@mcsnet.ca " VERSION 148.0.1 BUILD ID 20260305172141

(PII redacted by moderator)

Open 19

Thunderbird Profile (copy/paste) no local folders/tasks updated

Hi, I am hoping that the community can help me find an answer to this. I have two computers that I use for work. The one in the office has TB running all the time and be… (читати далі)

Hi, I am hoping that the community can help me find an answer to this. I have two computers that I use for work. The one in the office has TB running all the time and before I leave for the weekend/vacation I would close TB, copy the profile folder to a USB (or copy it to cloud) and then paste the profile folder on my work laptop (at home). While all the settings get copied (local folders structure, addons etc.) as I use IMAP, it downloads all the mail on the new system regardless. I thought that it should have the latest mail downloaded as part of the profile folder, is that not the case? The bigger issue is that none of the Completed Tasks Lists, Templates, etc. get updated. It still shows all the older stuff on the work laptop and no updates carry over from the PC (at work). Going through the profile folder I see multiple copies of the files prefs.js, folderCache.json, global-messages-db.sqlite appended as: prefs-computername.js and folderCache-computername.json etc. (The computername is the name of the PC - office/laptop) The profile name is the same between the two computers. TB is only started after the profile is copied locally. TB version is the same between systems. I am left scratching my head why somethings are copied but not others. Hoping that the community can help me here. Thanks!

Open 7 31

I'm not able to disable the "to save disk space, do not download:"

I selected the "To save disk space, do not download:" checkbox while I was traveling with restricted internet. I've deselected the checkbox now, but the downloads are st… (читати далі)

I selected the "To save disk space, do not download:" checkbox while I was traveling with restricted internet. I've deselected the checkbox now, but the downloads are still restricted. Apparently deselecting did not unset a flag in the settings? Does anyone know how to edit the settings for each account to do this manually?

Open 4 31

In Thunderbird how to override high contrast colours ?

Hi, This thread https://support.mozilla.org/en-US/questions/1538723 This is for high contrast theme users such as the greyeve theme (universal windows 10 darkmode theme) … (читати далі)

Hi,

This thread

https://support.mozilla.org/en-US/questions/1538723

This is for high contrast theme users such as the greyeve theme (universal windows 10 darkmode theme)

Which is the top google result for "thunderbird high contrast override" Has been locked and so I cannot post this reply. Since that thread does not contain a valid usable answer

Anyone coming in from google search, here is the answer

Go to general -> config editor and set the following value to 1 browser.display.document_color_use = 1

Open 17

Getting Cloudflare Captcha in a loop when accessing Extensions Download

When I attempt to access the Add-Ons service through Thunderbird, it brings me to an HTML page (https://addons.thunderbird.net/en-US/thunderbird/search/?q=lastpass&ap… (читати далі)

When I attempt to access the Add-Ons service through Thunderbird, it brings me to an HTML page (https://addons.thunderbird.net/en-US/thunderbird/search/?q=lastpass&appver=147.0.1&platform=Linux) reading

> addons.thunderbird.net > Performing security verification > > This website uses a security service to protect against malicious bots. This page is displayed while the > website verifies you are not a bot.

with the following footer: > Ray ID: 9d07fae58cabaefb > Performance and Security by Cloudflare

It will attempt to connect to Cloudflare to verify a Captcha, but the Captcha itself never renders, and after a period adds the following to the text:

> Why is this verification taking longer? >This verification can take longer due to an older computer or a slow internet connection. > What to do next: > # Wait briefly. Refreshing the page will restart the security verification and may take longer. > # If the verification still does not complete, refresh this page. > # If you are still stuck on this page after a page refresh, refer to Cloudflare’s troubleshooting documentation for more help.

After another period it then cycles the verification page. This continues as long as the tab remains open.

Opening the link listed above in Firefox opens the Addons page as expected.

Similar Captcha pages open on launch, as well as when accessing support or attempting to create a Matrix chat account.

There is a potentially related issue in that images and some icons are not rendered. I will make a separate post asking for help with that if it is not related, but it seemed relevant to mention.

The problem has existed for a long time, and I have checked existing responses without finding a solution, but I didn't get around to asking about it until now.

I am using Thunderbird v. 147.0.1 (64-bit) for Linux with no extensions installed), connected via AT&T broadband service with no proxy set, running under Manjaro 26.0, kernel 6.18.8-1, with the XFCE desktop environment (that last is only mentioned for the sake of completeness). I am using GUFW for my firewall, but the problem persists when the firewall is disabled (something I do not wish to do regularly in any case).

Open 4 89

Enter Password To Download Messages

Greetings, I'm some insight on having to constantly enter my password (ISP) to download email messages. Ever since I can remember when I started Thunderbird I would ente… (читати далі)

Greetings, I'm some insight on having to constantly enter my password (ISP) to download email messages. Ever since I can remember when I started Thunderbird I would enter my ISP password for my accounts once and it would download the messages as long as Thunderbird was running. I think after a Thunderbird update, now every 10 minutes when Thunderbird checks for new email messages I'm prompted to enter my ISP password. I do not tell Thunderbird to remember my password and I'm not sure what has changed to cause this, any insight is appreciated!

Open 21

Apple calendar no longer opening despite apple id & password saved in Thunderbird

Apple ID and password are saved in Thunderbird but every time I open Thunderbird it now askd for apple ID & password. Was working OK originally about 3 months ago but… (читати далі)

Apple ID and password are saved in Thunderbird but every time I open Thunderbird it now askd for apple ID & password. Was working OK originally about 3 months ago but itn the last 2-3 weeks has started to ask for this info, If I type it in with my apple ID and the apple specific password then the calendar opens. It I say save password the next time I open Thunderbird it asks for Apple ID and password. and so on and so on.....

Open 3 17

Thunderbird Newsletter is a blank page containing no body to the letter.

I donate monthly to Thunderbird and subscribe the the Thunderbird Newsletter. A few times I have received an email from Thunderbird Newsletter with no letter body to th… (читати далі)

I donate monthly to Thunderbird and subscribe the the Thunderbird Newsletter. A few times I have received an email from Thunderbird Newsletter with no letter body to the email - only the header that says, Update Profile"

I need more information than that before I screw up something that is working fine. A two word header on an email does not provide enough information. I need to know: What profile - my Thunderbird email profile or is there another one for the Newsletter? If the email is referring to my email profile, why does it needs updating? Where to update it? Why is there no message in the body of the Newsletter email? I also would like the link to the Newsletter.

Your support articles have no information about resolving this issue. The Thunderbird Newsletter email is a "no reply."

Open 19

After a week of trying, Thunderbird does not authenticate my Outlook email account

Using Thunderbird b150, but have tried -esr and regular TB. New install of Win11 26200.8037. Up to date Firefox. Have been trying for a week for Thunderbird to authenti… (читати далі)

Using Thunderbird b150, but have tried -esr and regular TB. New install of Win11 26200.8037. Up to date Firefox. Have been trying for a week for Thunderbird to authenticate my Outlook account. Worked with Copilot. Finally found a TB setting, network.proxy.allow_hijacking_localhost, that was set to FALSE. Set it to TRUE and Outlook account authenticated. Able to finally send mail. This was last night. This morning: Sending of the message failed. The message could not be sent because connecting to Outgoing server (SMTP) smtp.office365.com failed. The server may be unavailable or is refusing SMTP connections. Please verify that your Outgoing server (SMTP) settings are correct and try again. No changed to any programs. Have deleted Outlook saved password. Thunderbird NEVER offers to get password/authenticate. I am truly and sincerely frustrated.

If someone can help me, would sincerely appreciate.

Open 1 1 33