Adding a new POP mail account

Hello. I have a strange problem. I have the latest Beta version with an IMAP account running fine. I need to add a second POP account. When I go through the motions o… (baca lebih lanjut)

Hello. I have a strange problem. I have the latest Beta version with an IMAP account running fine. I need to add a second POP account. When I go through the motions of New Account > Email, the 'Account Hub' box appears were I can enter the name of the account and the email address. When I click Continue, I get two green ticks and it says Looking Up Configuration then it changes to a spinning blue circle. This stays like this indefinitely. I click the escape key to close the window.

Then if I go back to the New Account > Email procedure, it takes me back to the same box with the spinning blue circle and I can't start the process again. I have to restart Thunderbird to try again, but it still won't work. I have tried starting in Troubleshooting mode and disabling add ons but like the blue circle I am going in circles.

I have two computers and on the other one I have the original Release version. This adds the second POP account with no problem.

I am on Windows 11. Can anyone suggest something to try?

Ditanyakan oleh Ambience Fires And Solar 3 jam yang lalu

Jawaban terakhir oleh Ambience Fires And Solar 3 jam yang lalu

I have a problem with receiving and sending emails through thunderbird and also have a pop up aol.com page that cannot be deleted or filled in

Good morning I have a problem with emails on thunderbird. Often they seem blocked in the system or fail to send. In addition all my emails are on the thunderbird and woul… (baca lebih lanjut)

Good morning I have a problem with emails on thunderbird. Often they seem blocked in the system or fail to send. In addition all my emails are on the thunderbird and would like to remove all the aol mails but cannot find out how to do this?

There is also an aol pop up that comes up on the screen that cannot be deleted or filled in and i have to keep restartingthe computer to get rid of it

Can you help please?

Ditanyakan oleh fieldps 3 jam yang lalu

استرجاع بياناتي

ارجو من جنابكم التفظل وارجاع معلوملتي الكامله في حسابmozilla لاني منذ مده طويله لم استطع الوصول لبياناتي علما اني طلبت متكم المساعده من قيل ولكن دون جواب منكم

Ditanyakan oleh salah Ali 3 jam yang lalu

Thunderbird email has stopped downloading emails from my server.

Hi, My Thunderbird email has stopped downloading emails from my server. I click to download emails, get a message saying "downloading 1 of 25" but no progression from her… (baca lebih lanjut)

Hi, My Thunderbird email has stopped downloading emails from my server. I click to download emails, get a message saying "downloading 1 of 25" but no progression from here onwards. No messages are downloaded. I have made no changes to the settings and it has been working well for many years. wifi is connected.

Thank you for help to restore this.

Melissa

Ditanyakan oleh Melissa Nicholls 4 hari yang lalu

Jawaban terakhir oleh Melissa Nicholls 3 jam yang lalu

.pdf downloading failed after updating the browser.

I have use the following type of code in the google appscript for downloading the html table as .pdf format but after update the Firefox browser the file unable to downlo… (baca lebih lanjut)

I have use the following type of code in the google appscript for downloading the html table as .pdf format but after update the Firefox browser the file unable to download but everything runs properly and the success message is appearing but the file is not downloading. Before, update the browser, the file was downloaded properly, please tell me how to resolve the problem. It's an URGENT. Please take necessary action at an earlier.

function exportToPDF() {

   try {
       const table = document.getElementById("dataTable");
       if (!table || table.classList.contains('hidden')) {
           showAlert("Nothing found to generate PDF!");
           return;
       }
       const originalScrollPosition = {
           body: document.body.scrollTop || document.documentElement.scrollTop
       };
       document.body.scrollTop = 0;
       document.documentElement.scrollTop = 0;
       const tableContainer = document.querySelector(".table-container");
       const cloneContainer = tableContainer.cloneNode(true);
       cloneContainer.style.overflow = "visible";
       cloneContainer.style.maxHeight = "unset";
       cloneContainer.classList.add("no-scrollbar");


       const clone = cloneContainer.querySelector("table");
       clone.style.fontSize = "12px";
       clone.style.borderCollapse = "collapse";
       clone.style.width = "100%";
       clone.querySelectorAll('th').forEach(th => {
           th.style.fontSize = "10.5px";
           th.style.padding = "1px";
           th.style.border = "1px solid black";
       });
       clone.querySelectorAll('td').forEach(td => {
           td.style.fontSize = "10.5px";
           td.style.padding = "1px";
           td.style.border = "1px solid black";
       });


       const now = new Date();
       const dateTime = now.toLocaleString("en-GB", {
           day: "2-digit", month: "2-digit", year: "numeric",
           hour: "2-digit", minute: "2-digit", second: "2-digit",
           hour12: true
       });
       const selectedYearValue = document.getElementById('yearSelect').value;


       const wrapper = document.createElement("div");
       wrapper.style.fontSize = "16px";
       wrapper.style.fontFamily = "Arial, sans-serif";
       wrapper.style.width = "100%";


       const header = document.createElement("div");
       header.style.textAlign = "center";
       header.innerHTML = `
Financial Year wise Report on BEUP || 17th Assembly (2021-2026)
Financial Year: ${selectedYearValue}
               Report as on: ${dateTime}
       `;
       wrapper.appendChild(header);
       wrapper.appendChild(cloneContainer);
       cloneContainer.style.marginTop = "2px";
       cloneContainer.style.paddingTop = "0px";


       const fileName = `MLA_wise_&_F-Y_wise_Report_as_on_${formatDateTimeForFilename()}.pdf`;


       document.body.style.overflow = 'hidden';
       const opt = {
           margin: [5, 5, 5, 5],
           filename: fileName,
           image: { type: 'jpeg', quality: 1 },
           html2canvas: {
               scale: 2,
               useCORS: true,
               scrollY: 0,
               windowHeight: document.documentElement.scrollHeight
           },
           jsPDF: {
               unit: 'mm',
               format: 'a4',
               orientation: 'landscape'
           }
       };
       html2pdf().set(opt).from(wrapper).save().then(() => {
           
           document.body.scrollTop = originalScrollPosition.body;
           document.documentElement.scrollTop = originalScrollPosition.body;
           document.body.style.overflow = ;

           showAlert("PDF file downloaded successfully!", 'success');
       });
   } catch (e) {
       console.error("Error generating PDF:", e);
       document.body.style.overflow = ;

       showAlert("PDF generation failed. Check console for details.", 'error');
   }

}

Ditanyakan oleh BEUP NADIA 3 jam yang lalu

Auto-fill URL like Chrome

In Chrome, for example, if you type "maps" in the address bar, it will autofill to "maps.google.com", which then redirects to the correct URL, "google.com/maps". Initiall… (baca lebih lanjut)

In Chrome, for example, if you type "maps" in the address bar, it will autofill to "maps.google.com", which then redirects to the correct URL, "google.com/maps". Initially, it doesn’t do this, but if you do it repeatedly, Chrome eventually learns and sends you directly to that URL when you type "maps". The same happens with "gmail" or even just "gm", which redirect to "gmail.com" or "mail.google.com". Does Firefox have this kind of feature?

I think I browsed a reddit thread from a few years ago asking this same problem having something to do with autofill frequency which doesn't work, because the actual url is not, in the example of maps, maps.google.com and the url I want to enter redirects to it.

Ditanyakan oleh Professional WYML 1 hari yang lalu

Jawaban terakhir oleh Professional WYML 5 jam yang lalu

The browser becomes unresponsive when browsing video websites, win10, ASUS

When navigating through video websites, the browser often becomes unresponsive and refreshes the interface. When accessing other websites, the browser tabs frequently exp… (baca lebih lanjut)

When navigating through video websites, the browser often becomes unresponsive and refreshes the interface. When accessing other websites, the browser tabs frequently experience crashes.

Details regarding the operating system, laptop model, and browser version are provided below, and the screenshot of unresponsive website has been attached with this, um email or message.


版本 Windows 10 专业工作站版 版本号 22H2 安装日期 ‎2023/‎5/‎25 OS 内部版本 19045.6036


设备名 - 处理器 13th Gen Intel(R) Core(TM) i9-13900H 2.60 GHz 机带 RAM 32.0 GB (31.6 GB 可用) 显卡 NVIDIA GeForce RTX 4060 Laptop GPU (8 GB), Intel(R) Iris(R) Xe Graphics (128 MB) 设备 ID - 产品 ID - 系统类型 64 位操作系统, 基于 x64 的处理器 笔和触控 为 10 触摸点提供笔和触控支持


Firefox版本: 139.0.4 (64 位)

Ditanyakan oleh CORE_denkou 6 jam yang lalu

How do I convert PST files to other formats?

You may need to convert PST files to other formats to access, share, back up, or migrate your Outlook data more flexibly and securely. PST files are only supported by Mic… (baca lebih lanjut)

You may need to convert PST files to other formats to access, share, back up, or migrate your Outlook data more flexibly and securely. PST files are only supported by Microsoft Outlook—so if you're switching to another email client (like Thunderbird or Apple Mail), moving to a cloud-based platform (like Gmail or Office 365), or simply want a portable, readable backup (like PDF), converting the PST file becomes essential.

Ditanyakan oleh Willams Welsh 7 jam yang lalu

[TB Lightning] Oudated tasks: different behavior between release and ESR

Hello, I have noticed a difference in behavior (for some time now, but I haven't noted exactly which version: first half of the year) in the alert for tasks that are “ou… (baca lebih lanjut)

Hello,

I have noticed a difference in behavior (for some time now, but I haven't noted exactly which version: first half of the year) in the alert for tasks that are “oudated” but not “completed.”

On ESR, an outdated task continues to sound at the launch or from time to time. On release, an outdated task no longer sounds (it remains green in the list, but that's all). And we are no longer notified if we don't go and check.

I don't know if this behavior is intentional or if it's a bug, but personally I switched to ESR because it's too problematic for me to no longer have alerts on overdue tasks.

Please let me know what you think...

[To reproduce: create a task with a start time 5 minutes before your test, no end date, and a reminder 0 minute before].

Ditanyakan oleh tonton phone 2 hari yang lalu

Jawaban terakhir oleh tonton phone 7 jam yang lalu

In Windows 10 how to I stop the Firefox Icon from showing recent downloads without having to delete everyone

In Windows 10 my Firefox Icon lists above the tasks all recent downloads which I do not want for security reasons. I have been deleting one at a time when shutting down.… (baca lebih lanjut)

In Windows 10 my Firefox Icon lists above the tasks all recent downloads which I do not want for security reasons. I have been deleting one at a time when shutting down. I don't want them there at all. Please help. Thanks

Ditanyakan oleh DocGuin Wayne 8 jam yang lalu

Something is wrong when trying to create a youtube channel using NVDA.

Hi, I was asked if I could contact you by google disability. I'm having a huge problem creating a channel on youtube with a live.co.uk account when using NVDA. I press … (baca lebih lanjut)

Hi, I was asked if I could contact you by google disability.

I'm having a huge problem creating a channel on youtube with a live.co.uk account when using NVDA.

I press b until I hear account menu button button submenu, pres enter or space, then arrow down to create channel and press enter. Nothing seams to happen.

Google disability has shown me a couple of video or audio files proving that it can be done, they've even said that they tried creating an account with an outlook account, what live.co.uk is called now from my understanding.

SO I'm really confused as to why they can do it and I can't.

I can't show you with OBS because it messes with my screen readers speech so if you have another way I can show you; please let me know.

I've already tried the following, suggested by disability support: 1. uninstalling and reinstalling firefox.

2. making sure addons are disabled, the only one I left enabled was a volume booster but I doubt that would be the issue.

3. Setting NVDA back to factory settings and disabling all addons.

This has been confusing me on and off for up to a year now.

Ditanyakan oleh brad22 8 jam yang lalu

No audio and video not playing in websites

Hi there, I am facing a strange issue in latest version of Firefox after Win10 Fresh Install. The Audio is not working. Audio Drivers are ok. Able to play audio in media … (baca lebih lanjut)

Hi there, I am facing a strange issue in latest version of Firefox after Win10 Fresh Install. The Audio is not working. Audio Drivers are ok. Able to play audio in media player and other browsers but not in firefox. Please help. Tried all settings like sound mixer , FF reinstall, audio drivers update. But same issue. Even video not started playing in youtube etc.

Ditanyakan oleh Rahul Chopra 9 jam yang lalu

How do I restore emails from an email backup?

How do I restore emails from an email backup (that is NOT a backed-up profile zip file) that has been saved using ImportExportToolsNG? I used ImportExportTools NG to crea… (baca lebih lanjut)

How do I restore emails from an email backup (that is NOT a backed-up profile zip file) that has been saved using ImportExportToolsNG? I used ImportExportTools NG to create an email backup. The backup is in the forms of files in a set of folders (calendar-data, crashes, datareporting, extensions etc.). It is not in the form of a zip file.

Ditanyakan oleh leon.arundell 3 hari yang lalu

Jawaban terakhir oleh leon.arundell 9 jam yang lalu