Prašenja ze slědowacej značku pokazać:

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… (čitajće wjace)

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

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… (čitajće wjace)

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… (čitajće wjace)

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

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 … (čitajće wjace)

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… (čitajće wjace)

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… (čitajće wjace)

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… (čitajće wjace)

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

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… (čitajće wjace)

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

アカウントエラーが表示されメールが取り込めない

メールを読み込むと「アカウントエラー メールボックスにメールを書き込めませんでした。ファイルシステムに書き込み権限があるか、ディスクに十分な空き容量があるか確認してください」と表示される。 同アプリで他のメールアカウントでは表示されず、取り込みについても問題はないため、容量に問題はないと思われる。 また別の端末では正しくメールを取り込んで… (čitajće wjace)

メールを読み込むと「アカウントエラー メールボックスにメールを書き込めませんでした。ファイルシステムに書き込み権限があるか、ディスクに十分な空き容量があるか確認してください」と表示される。 同アプリで他のメールアカウントでは表示されず、取り込みについても問題はないため、容量に問題はないと思われる。 また別の端末では正しくメールを取り込んでいる。

対処方法を教えてください。

Open 1 29

Compaction pop up window reappears every few minutes

Hello everyone. Thanks for all your support. A few weeks ago I started noticing a pop up window was occurring every (approx) 5 minutes in Thunderbird suggesting that I r… (čitajće wjace)

Hello everyone. Thanks for all your support.

A few weeks ago I started noticing a pop up window was occurring every (approx) 5 minutes in Thunderbird suggesting that I run a compact to save 992MB. I assumed this would stop happening after a few weeks and a few updates from Mozilla, but the problem has remained, so I'm coming here to ask about it.

Context: I'm on Windows 11. I have multiple email accounts that my Thunderbird reaches out to. At least one of the accounts is retired so reaching out to its historical server fails.

Reproducing: For me to reproduce it, I run the compact. Quit Thunderbird. Start Thunderbird. It reports 992MB can be freed. I let it compact. The main inbox disappears and reappears. I wait a few seconds and restart Thunderbird. It again tells me that it can save 992MB by running a compact.

What I've tried: I've tried repair on the inbox folder of the account I'm typically in. That didn't help. I have many other folders across many accounts and not tried to repair any other folders. I've searched the Mozilla help system.

Logs: It seems to me that a compact is probably failing but I don't know where to look for evidence of the failure.

Open 11 103

Thunderbird won't show or send message. Microsoft suddenly requires a second email address.

Thunderbird won't work anymore. Microsoft message requiring that I add another email address in case I can't access email account. I don't want to use other email addre… (čitajće wjace)

Thunderbird won't work anymore. Microsoft message requiring that I add another email address in case I can't access email account. I don't want to use other email address, but there is no other option to this message.

Open 20

Thunderbird doesn't sync with GMX - times out

Thunderbird stopped syncing with my GMX email accounts (I have several) a couple of days ago. It keeps reporting that the attempted connection has timed out. I haven't ch… (čitajće wjace)

Thunderbird stopped syncing with my GMX email accounts (I have several) a couple of days ago. It keeps reporting that the attempted connection has timed out. I haven't changed any settings on either Thunderbird nor GMX. Any idea why and how to fix it?

Open 6 85

アーカイブフォルダのアイコン切替

アーカイブしたメールの保存先のフォルダーを切り替えました。 新フォルダーと旧フォルダーのどちらも,アイコンがボックス型となっております。 旧フォルダーは通常のフォルダーアイコンに戻したいです。 どうすればいいでしょうか。 なお,GmailからIMAPで同期しています。 I’ve changed the folder where archi… (čitajće wjace)

アーカイブしたメールの保存先のフォルダーを切り替えました。 新フォルダーと旧フォルダーのどちらも,アイコンがボックス型となっております。 旧フォルダーは通常のフォルダーアイコンに戻したいです。 どうすればいいでしょうか。

なお,GmailからIMAPで同期しています。

I’ve changed the folder where archived emails are saved. Both the new folder and the old folder now have box-shaped icons. I’d like to revert the old folder to the standard folder icon. How can I do that?

Note: I’m syncing via IMAP from Gmail.

Open 24

thunderbird connection issue

i have a problem in the connection we need to have remote session • Client : Mozilla Thunderbird (version utilisée) • Serveur SMTP : smtp-mail.outlook.com • Port : 587 • … (čitajće wjace)

i have a problem in the connection we need to have remote session

• Client : Mozilla Thunderbird (version utilisée) • Serveur SMTP : smtp-mail.outlook.com • Port : 587 • Sécurité : SSL/TLS • Authentification : OAuth2 • Message d’erreur exact indiquant un timeout / échec de connexion SMTP • Confirmation que : o le compte fonctionne en webmail o le service Microsoft est accessible o le problème persiste malgré un changement de réseau (si testé)

Open 5 19

file type icon missing in attachment window

When composing an email and adding an attachment, the file type icon does not appear next to the file name of the attachment. I located this thread: https://support.mozil… (čitajće wjace)

When composing an email and adding an attachment, the file type icon does not appear next to the file name of the attachment. I located this thread: https://support.mozilla.org/en-US/questions/1547712 which seemed to address this and someone hit on the issue--file names that have a space in the name--test file.pdf for example generate the problem. When attaching a file with no spaces in the name, the icon appears. Any further info on this? Windows 11 personal. Thunderbird v. 149.0.2 (64-bit)

Thanks

Open 16

Duplicated emails in unified folder

New emails to some accounts appear as duplicates in the unified folder. I suspected it may be connected to the fact I use "All Mail" as the archive folder for a Gmail ac… (čitajće wjace)

New emails to some accounts appear as duplicates in the unified folder. I suspected it may be connected to the fact I use "All Mail" as the archive folder for a Gmail account, but now the problem is happening with a Proton account as well. When I restart Thunderbird, or deactivate and reactivate the Unified folders view, they no longer appear as duplicates.

I am using Thunderbird 149.0.2 on Windows 11. The issue started a few weeks ago. Any help would be much appreciated!

Open 32

Downloads old messages

Yesterday, downloading emails got stuck because it couldn't download an email. I tried this multiple times and then it said it couldn't connect to my email server. I trie… (čitajće wjace)

Yesterday, downloading emails got stuck because it couldn't download an email. I tried this multiple times and then it said it couldn't connect to my email server. I tried Repairing the individuals folders but the problem persisted. I looked the problem up, and one of the recommendations was to uninstall Thunderbird, the profile folder, and install it again. When I launched it again, it told me it couldn't find a profile, so I went to the app data folder and restored the folder containing my emails etc. I reconnected it to my Yahoo Mail server. I started TB this morning, and it does the same thing. It tries to download 205 emails, when I know I haven't got that many from yesterday. It still gets stuck on email 21, so I close it, open it, close it, open it, in which it checks again, and I go round and round in circles. It is now telling me that it has failed to connect to the Yahoo server. Checking mail through the Yahoo site works fine. I am using TB 149.0.1 on Wiindows 11.

Open 18

送受信するとメールボックスにメールを書き込めませんでした。ファイルシステムに書き込み権限があるか、ディスクに十分な空き容量があるか確認してくだとでてきてすべてのメール削除などしましたが解決しません。解決方法教えてください。

受信するとメールボックスにメールを書き込めませんでした。ファイルシステムに書き込み権限があるか、ディスクに十分な空き容量があるか確認してください。の表示がでてしまいます。すべてのメール削除したりしましたが解決できません。どうしたらよいでしょうか?

Open 1 26