renew my thunderbird email
I never had a password for the past 18 years, so now it suddenly asks for one. What gives?
I never had a password for the past 18 years, so now it suddenly asks for one. What gives?
I want to block all ads on this devise
Hi, So I have been using Focus for a while and it has been working perfectly until now. But since the last few weeks I have been encountering this annoying bug. Whenever… (read more)
Hi,
So I have been using Focus for a while and it has been working perfectly until now. But since the last few weeks I have been encountering this annoying bug. Whenever I search something, the text of the search suggestions is black in color even if the app theme is set to dark. This is making it really tough to go through the suggestions since both, the text and the background are dark. I changed the theme to light and it worked as expected, dark text on light background. But I prefer having the dark mode and this issue did not exist until a few weeks ago.
I tried everything I could to the best of my knowledge, cleared cache, cleared data, re-installed the app, checked for updates but to no avail. I am attaching a screenshot for reference.
I tried browsing for any existing articles but couldn't find any. Any help would be greatly appreciated. Thanks!
Using TB 141.0 MS Word 11 Too many wrong videos, too many old explanations. It's August 2025. Please, I'm not a computer wiz. Just a home novice. OK with specific d… (read more)
Using TB 141.0 MS Word 11 Too many wrong videos, too many old explanations. It's August 2025. Please, I'm not a computer wiz. Just a home novice. OK with specific directions. How to export my Gmail contacts list and import it to my TB contacts. I have tried basic gmail export...but should it be "google .csv", " or what? I don't think I have Outlook loaded anymore on windows 11. If you could help by actually sending me instructions that I will follow direct. ie: Sign into Gmail>click on contact file to be exported>export contacts and click "google .csv" (or the correct choice there)..then what? I've been trying and it wants me to save to a file...but how? And which file? I know it's an effort on your part, but I will print and save going forward. Thanks so much. LS in AZ.
If there's one thing I can count on, it's that the next version of Thunderbird will be more buggy & unstable that the previous version, and v 140 certainly does not d… (read more)
If there's one thing I can count on, it's that the next version of Thunderbird will be more buggy & unstable that the previous version, and v 140 certainly does not disappoint in that category. It crashes & closes multiple times per day. Any time something else may be using a lot of resources, Thunderbird freezes up and if I click on it, the app crashes & closes. At least the previous just stayed greyed out until it was able to complete the task and didn't crash & close. Great job Mozilla.
Hi. Every time I send an email, the recipient's address is saved in my collected addresses folder. This means that each new email sent to a known recipient adds another c… (read more)
Hi. Every time I send an email, the recipient's address is saved in my collected addresses folder. This means that each new email sent to a known recipient adds another copy of the address (see screenshot). Some addresses have hundreds of copies. How can I get rid of this?
Thanks for any help.
Hello, I would like to clear all of my sync data from my firefox account. This includes browsing history, passwords, payment methods, extensions, bookmarks, favourites,… (read more)
Hello,
I would like to clear all of my sync data from my firefox account. This includes browsing history, passwords, payment methods, extensions, bookmarks, favourites, themes.
Thank you for your time.
Hello, I’m experiencing an issue where I cannot use ChatGPT-5 in Firefox. When I log in and try to select or use GPT-5, nothing loads or functions properly. Other models… (read more)
Hello,
I’m experiencing an issue where I cannot use ChatGPT-5 in Firefox. When I log in and try to select or use GPT-5, nothing loads or functions properly. Other models like GPT-3.5 work normally, but GPT-5 does not respond.
I’ve already tried refreshing the page, clearing cache and cookies, and even disabling extensions — but the problem persists. Could this be a compatibility issue with Firefox? Any advice or support would be appreciated.
Thank you in advance for your help!
How to use FIREFOX? To protect my personal information!
✍️❤️✍️Alan. Thank in advance
Firefox team, TOO MUCH!
无法同步,必须让手机扫描,手机用火狐浏览器扫描后却提示不是火狐浏览器的扫描。哪个大聪明相出的必须手机扫描却不做好基本功能的?
Microsoft Outlook Client emails are legally valid in a court of law, but Thunderbird emails are not. Can we start taking baby steps towards making Thunderbird emails a l… (read more)
Microsoft Outlook Client emails are legally valid in a court of law, but Thunderbird emails are not. Can we start taking baby steps towards making Thunderbird emails a little more viable in legal applications?
While I do not understand these things in the depth required, can we start taking baby steps towards achieving legal validity of emails downloaded from Thunderbird?
I am presenting below a conversation that I had with chat GPT regarding this matter for the help of anyone who wishes to take this up.
Chat GPT:
QUESTION 1: 1. As per my limited knowledge, Outlook client emails are legally valid because the header cannot be edited. This however, is not true of Thunderbird emails. Do I understand correctly? 2. What are the challenges in making Thunderbird header not user editable, so that Thunderbird emails also have the same benefit?
Chat GPT: Your question touches on email authenticity and legal validity—especially in regulated or evidence-sensitive contexts. Let's break it down:
Is it true that Outlook headers are immutable and Thunderbird’s are not?
Partially True — but needs clarification.
Email headers in both Outlook and Thunderbird
Can be viewed by recipients, but cannot be edited after the email has been sent. Only during composition can certain headers (like `From`, `Reply-To`) be changed, depending on the setup.
What you cannot change post-sending:
After an email is sent (from any client), the core SMTP headers (`Date`, `From`, `Message-ID`, etc.) are locked. These are generated by the sending server and cryptographically traceable via server logs or DKIM.
Outlook’s extra layer:
Outlook integrates closely with Microsoft Exchange, which stores server-side logs, message tracking, and non-editable audit trails (e.g., via journaling). That’s what gives Outlook/Exchange emails more evidentiary credibility, not just the client itself. In contrast, Thunderbird usually connects via standard IMAP/SMTP, without server-side logging, unless used with a corporate mail server like Postfix + Dovecot + journaling.
In Summary: Table Feature Outlook (w/ Exchange) Thunderbird Headers editable during composition Yes (some fields) Yes (same) Headers editable after sending No No Built-in server-side logging Yes (Exchange) No (unless configured) Strong evidentiary trail Common in enterprise Requires external setup
What are the challenges in making Thunderbird headers non-editable during composition?
The challenge lies not in technical impossibility, but in the design philosophy of Thunderbird:
a. Open Source & User Control
Thunderbird is open source, so users can customize or even extend the client to manipulate headers (via extensions or config changes). This is powerful for advanced users, but not ideal in regulated or high-trust environments.
b. Lack of Server-Side Enforcement
Thunderbird relies on whatever SMTP/IMAP servers it connects to. Unless the server enforces policies (like DKIM signing, DMARC, or header filtering), client settings are only soft limits.
c. Missing Native Audit Features
Outlook/Exchange logs metadata like when a message was sent, delivered, read, etc. Thunderbird lacks that unless paired with enterprise-grade backends. How Could Thunderbird Improve Legal Trustworthiness?
1. Header Locking During Composition
Disable or grey out fields like `From`, `Date`, `Message-ID`. Possible via extension, but not enforced by default.
2. Enforced Server-Side Signing (e.g., DKIM)
Ensure outgoing mail is cryptographically signed to verify integrity. Requires a properly configured mail server, not just Thunderbird.
3. Journaling or BCC Archiving
Auto-BCC all sent mail to a tamper-proof archival system. Thunderbird can do this via rules or server configuration.
4. Extension or Mode for “Forensic Compliance”
Custom Thunderbird modes that restrict editing headers, disable extensions, log actions, etc.
Final Thoughts
You're correct in understanding that Thunderbird offers less baked-in legal reliability than Outlook + Exchange. But this isn’t due to insecure design—rather, it's due to Thunderbird’s flexibility and lack of tight server integration. Thunderbird can be made trustworthy with the right server configuration (DKIM, archiving) and possibly some custom add-ons.
If you’re looking to build or propose a “forensic-grade” Thunderbird environment, I can help design one with proper technical constraints and audit trails. Let me know!
QUESTION 2: My legal Counsel has told me that emails downloaded from the Gmail server into the outlook client are legally valid. So even without Microsoft Exchange and all the other server side logging, Outlook emails are legally viable. Chat GPT
Yes — your legal counsel is broadly correct, and here’s the nuanced explanation:
Emails Downloaded via Outlook (from Gmail) Can Be Legally Valid
Even without Microsoft Exchange, emails downloaded into Outlook (say via IMAP or POP from Gmail) can still be legally viable evidence, because:
1. Outlook stores email in a tamper-evident format
Outlook saves emails in `.pst` or `.ost` files. These files have a structured, proprietary binary format that is hard to tamper with without detection. Courts often accept these files (with chain of custody) as original records.
2. Outlook preserves server headers
Even when connected to Gmail, Outlook does not modify or fake headers. It shows server-signed headers (like `Message-ID`, `Date`, etc.) exactly as received. These headers can be verified independently against:
Gmail’s “Show Original” → raw headers DKIM/DMARC authentication
3. Integrity from Gmail itself
Gmail assigns unique `Message-ID`s and signs outgoing mail with DKIM. DKIM proves the message has not been tampered with since it left Google’s servers. So even if Outlook is the client, the source of trust is Gmail + DKIM, not just the software.
In Legal Contexts
4. What courts typically require is:
A copy of the original message as received (headers intact) Some form of chain of custody (who had access, how was it stored) Optionally, confirmation from the mail server logs (if challenged) Outlook is often used in corporate/legal environments because:
It does not let users easily forge full headers The data format is harder to manipulate Legal teams and forensic experts are familiar with `.pst` files
So even without Exchange, emails received and stored in Outlook are trusted, provided:
The full headers are intact The `.pst` or `.ost` file has not been tampered with
5. How This Differs from Thunderbird
Thunderbird also preserves headers and stores messages locally — but: Table: Aspect Outlook Thunderbird Storage format `.pst`/`.ost` (proprietary) `.mbox` or plain text Header immutability Enforced by format Editable via text file (with effort) Forensic familiarity High (in legal circles) Moderate Tamper-evidence Strong (binary format) Weak (editable with text editors)
So Thunderbird messages can technically be altered more easily after download, especially if stored in `.mbox` or `.eml` formats. That’s why they are viewed with more caution in legal settings.
Conclusion
Yes — emails downloaded into Outlook, even from Gmail, are generally accepted as legally valid, provided the headers are intact and the file has not been manipulated. Outlook's storage format and market reputation contribute to its legal trustworthiness — even without Exchange.
If you want to achieve similar legal credibility with Thunderbird, the focus should be on:
Enforcing DKIM-signing (from Gmail, already done) Locking down `.eml` or `.mbox` file access Possibly archiving in tamper-evident formats
Let me know if you’d like a workflow to export Thunderbird emails into a legally robust format similar to `.pst`.
I have the same problem on iPhone 14 running iOS 18.5
For some reason Firefox remembered my phone number and is now trying to use it as a login when I attempt to login or register in any service. I've checked my saved passwo… (read more)
For some reason Firefox remembered my phone number and is now trying to use it as a login when I attempt to login or register in any service. I've checked my saved passwords and autofill data, but I cannot find it, there's only usernames and passwords, and I have no saved autofill data, no phone number. Where can I look for it to remove it?
Cannot find how to import bookmarks to Firefox iOS….no manage bookmarks…I,ve done it before but can,t remember how
i can not open you tube
Hi, I recently set a custom background image for the Firefox new tab page (and possibly the homepage), but now I’d like to remove or replace it. I’ve already tried: … (read more)
Hi,
I recently set a custom background image for the Firefox new tab page (and possibly the homepage), but now I’d like to remove or replace it.
I’ve already tried:
Going to about:config and enabling the following:
browser.newtabpage.activity-stream.newtabWallpapers.customWallpaper.enabled → true
browser.newtabpage.activity-stream.newtabWallpapers.ui.enabled → true
Searching for a gear icon or any UI options on the new tab or homepage – but nothing appears.
I also checked about:preferences#home but there are no visible options to manage background images.
How can I remove or change the custom background image? I’d appreciate instructions, config paths, or a file location where I can delete the image manually.
Thank you! p.s. I'm stuck with a background image that makes my shortcuts unreadable and it's driving me crazy. 😅
Although I have successfully logged in many times, I get an error message today: An error occurred during a connection to b2clogin.firstenergycorp.com. PR_CONNECT_RESET_E… (read more)
Although I have successfully logged in many times, I get an error message today: An error occurred during a connection to b2clogin.firstenergycorp.com. PR_CONNECT_RESET_ERROR Error code: PR_CONNECT_RESET_ERROR
I get an error message when I try to update (see screen shot below). Thunderbird is on a Windows 11 Pro PC with the latest Windows updates. This has been happening for a … (read more)
I get an error message when I try to update (see screen shot below). Thunderbird is on a Windows 11 Pro PC with the latest Windows updates. This has been happening for a couple of weeks now.
Thanks in advance for your assistance.
Rich
I've gone through the various troubleshooting options over the last month or so and Firefox is still crashing constantly for me, even in Troubleshooting mode. The tabs cr… (read more)
I've gone through the various troubleshooting options over the last month or so and Firefox is still crashing constantly for me, even in Troubleshooting mode. The tabs crash when I'm using a Google Doc, YouTube, Discord, doesn't matter the site; I've submitted about 20 crash reports this morning alone and failed to submit several more:
https://crash-stats.mozilla.org/report/index/ced7bd3d-a768-4ada-a473-127fb0250827 https://crash-stats.mozilla.org/report/index/3886acf3-500e-406b-ab03-77b390250827 https://crash-stats.mozilla.org/report/index/bf00f2f0-4d1a-4364-b369-945170250827 https://crash-stats.mozilla.org/report/index/8568b66f-2058-45bd-a5aa-904540250827 https://crash-stats.mozilla.org/report/index/b651d050-ff74-40bd-ae42-1d4230250827 https://crash-stats.mozilla.org/report/index/b5e446ea-ed00-44cd-b68e-61dd80250827 https://crash-stats.mozilla.org/report/index/7febd586-de43-421a-b3c4-87f230250827 https://crash-stats.mozilla.org/report/index/bcc5ba90-f508-4349-aba1-e0baf0250827
Any help on this would be greatly appreciated!
I converted to Thunderbird 128,11.1esr in May 2025. My address book did not migrate to the newer version and I don't have the old one. Also, I don't know how to return to… (read more)
I converted to Thunderbird 128,11.1esr in May 2025. My address book did not migrate to the newer version and I don't have the old one. Also, I don't know how to return to the previous version of Thunderbird.