Showing questions tagged: Show all questions

Entries in datareporting/archived despite telemetry being disabled

I have telemetry (every checkbox under "Firefox Data Collection and Use") disabled, but noticed that the datareporting/archived directory contains telemetry files. Is thi… (read more)

I have telemetry (every checkbox under "Firefox Data Collection and Use") disabled, but noticed that the datareporting/archived directory contains telemetry files. Is this expected, or does this indicate a bug that shows that telemetry is being sent?

The file paths have the format:

<profile dir>/datareporting/archived/2025-09/<unixtimestamp>.<uuid>.main.jsonlz4 <profile dir>/datareporting/archived/2025-09/<unixtimestamp>.<uuid>.events.jsonlz4

Asked by janspambox 2 months ago

Last reply by jonzn4SUSE 2 months ago

Cannot add saved Credit Cards

I have all options enabled to save addresses and credit cards. When I try to manually add a credit card, hitting the Save button does nothing. When I use a credit card … (read more)

I have all options enabled to save addresses and credit cards.

When I try to manually add a credit card, hitting the Save button does nothing.

When I use a credit card on a site, Firefox prompts me to save the card, I confirm that I want to save it, yet it isn't saved.

Asked by richard28 5 months ago

Last reply by jonzn4SUSE 5 months ago

Stolen Laptop ,Thunderbird saved accounts passwords

Stolen laptop .Thunderbird had saved all my accounts passwords . I had no master password. Accounts were synced with my desktop .Now I installed Primary Password and,… (read more)

Stolen laptop .Thunderbird had saved all my accounts passwords . I had no master password. Accounts were synced with my desktop .Now I installed Primary Password and, changed all my accounts passwords . Can the thief still access my accounts on stolen laptop. I backed up my profiles. Can messages on laptop be deleted . If I delete all messages from my desktop, will all messages also be deleted from stolen laptop if thief access thunderbird

Asked by felixfreewayflier 5 months ago

Last reply by david 5 months ago

Legal Viability of emails downloaded from GMail into Thunderbird Mail Client

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`.

Asked by Tapan Singhal 5 months ago

Last reply by Zeeshan Lala 4 months ago

infection alerts

I keep getting notifications, supposedly from Mozilla and/or Microsoft on lower right of my screen, telling me the system is infected. How do i determine if these message… (read more)

I keep getting notifications, supposedly from Mozilla and/or Microsoft on lower right of my screen, telling me the system is infected. How do i determine if these messages are valid, or a scam ? Turned computer off and back on--messages keep popping up.

Asked by nealsun 5 months ago

Last reply by Denys 4 days ago

yahoo search suspicious

Yahho search is on my home screen but not on my app list. I suspect malware. I use Bitdefender free for antivirus and scans sho no problem. I read that yahoo search ca… (read more)

Yahho search is on my home screen but not on my app list. I suspect malware. I use Bitdefender free for antivirus and scans sho no problem. I read that yahoo search can be hacked.What can I do

Asked by prodad5 4 months ago

Last reply by Konstantina Papadea 3 months ago

Thunderbird message - the certificate 127.0.0.1 does not come from trusted source

Trying to use Thunderbird after break of some years and want to use Proton Mail. Every time I try to set it up I get message 'the certificate 127.0.0.1does not come fro… (read more)

Trying to use Thunderbird after break of some years and want to use Proton Mail. Every time I try to set it up I get message 'the certificate 127.0.0.1does not come from trusted source'. Previous experience of Thunderbird was that there were frequent issues like this arising.

Asked by mfgraeme 5 months ago

Last reply by Bob.Monahon 3 weeks ago

getting "SYSTEM WARNING" , " McAfee license expired " , " Trojan Detected " popup notifications

getting "SYSTEM WARNING" , " McAfee license expired " , " Trojan Detected " popup notifications continually after following a link on Linked In . Windows finds no threa… (read more)

getting "SYSTEM WARNING" , " McAfee license expired " , " Trojan Detected " popup notifications continually after following a link on Linked In . Windows finds no threat in its quick scan . Popups occur even when Mozilla closed .

Asked by Bob Armstrong 2 months ago

Last reply by Paul 2 months ago

Can a Microsoft Teams organizer see a full screen share secretly with "manage what attendees see"

I joined a Microsoft Teams meeting through Firefox on the web on a Linux machine. When I tried to share my entire screen, I was asked if I wanted to share the entire scre… (read more)

I joined a Microsoft Teams meeting through Firefox on the web on a Linux machine. When I tried to share my entire screen, I was asked if I wanted to share the entire screen in a Firefox pop up which I said yes. Then the "you are sharing your entire screen" came up, the sharing icon was red and the "stop sharing" button was red. See attached image. This all disappeared and reverted to the default state almost instantly.

Teams has a feature to "manage what attendees see manage what attendees see" where the meeting host can preview shared content before making it live.

I am concerned that the meeting owner was able to see my entire shared screen without me even knowing it through this preview.

Can someone help? Microsoft just sends you around in circles and I can't contact Mozilla.

Asked by Somebody 2 months ago

Last reply by Kiki 2 months ago

"Permanent" Container behavior

I would be grateful for some information on container behavior, i.e. I created "permanent" (as opposed to temporary) containers for sites where I want that site's cookies… (read more)

I would be grateful for some information on container behavior, i.e. I created "permanent" (as opposed to temporary) containers for sites where I want that site's cookies & site data preserved in a container, so I can click "Clear Cookies/History" (or "Clear... when Firefox closes) and the items stored in PERMANENT containers are left alone, while all else is deleted. "Clear ...." doesn't appear to be respecting the permanent containers I have set up precisely to preserve these sites' cookies & data.

I'm not sure what the point of Permanent Containers is, if not to preserve those sites' data, for the sites' later use when you set Firefox to Clear Cookies and Site Data whenever Firefox Closes (or Clear Cookies & Site Data with one click). I expected it to respect data in Permanent containers, as exceptions. Else why not just use separate Temporary Containers for everything? Why bother with Permanent Containers if everything is going to be deleted when Firefox closes, whether it's marked "Permanent" or not? Is there a solution for this? Thanks, -AnneF

Asked by Anne 5 months ago

Last reply by Denys 5 months ago

Hacked Gmail/Thunderbird account

Hello! i havent used Thunderbird or anything like it ever before and have a huge issue at hand! somebody hacked my google account and linked a thunderbird/POP/IMAP or wha… (read more)

Hello! i havent used Thunderbird or anything like it ever before and have a huge issue at hand! somebody hacked my google account and linked a thunderbird/POP/IMAP or whatever it is called. in my google/ Gmail account i have disabled all POP/IMAP, or other devices that are not mine yet the hacker keeps receiving the emails from the email i have resecured and can look at them. One of them is a EA account which he has used to recover everything on it. Now my actual question, is it possible to remove a Thunderbird IMAP/POP link through google itself or is that not doable? best regards and in hopes of someone quickly finding this, as a lot of money was spent.

Thanks in advance

Asked by Verstehen 5 months ago

Last reply by christ1 5 months ago

I've been using Thunderbird for earlink.net accounts for years. Now I'm getting a Error that "Peer's Certificate is not recognized" What's going on?

I've been using Thunderbird for my earthlink.net accounts for years. Now I'm getting an Error that "Peer's Certificate issuer is not recognized. My earthlink.net settings… (read more)

I've been using Thunderbird for my earthlink.net accounts for years. Now I'm getting an Error that "Peer's Certificate issuer is not recognized. My earthlink.net settings have not changed. Help.

Asked by Al Dandrea 5 months ago

Last reply by Catbus 5 months ago

Fire Button What and where is it????????????????

From: [ or ] To: "Conrad Szablewski" <etcetcetc73@earthlink.net> Subject: [ DuckDuckGo Privacy Weekly ] For Aug 28, 2025 Date: Aug 28, 2025 8:43 AM DuckDuckGo Priv… (read more)

From: [ or ] To: "Conrad Szablewski" <etcetcetc73@earthlink.net> Subject: [ DuckDuckGo Privacy Weekly ] For Aug 28, 2025 Date: Aug 28, 2025 8:43 AM

DuckDuckGo Privacy Weekly

   DuckDuckGo Privacy Features: The Fire Button [duckduckgo.com]
   Ever wish you could wipe the slate clean online? Our Fire Button burns away traces of websites that you’ve visited (like cookies and website caches), browsing session information (like open tabs and URL history), and permissions you’ve granted to websites (like geolocation, camera, and microphone settings).

Asked by etcetcetc73 3 months ago

Last reply by Agent virtuel 3 months ago

Mozilla Monitor problem

I signed up & paid for Mozilla Monitoring Premium. I get monthly reports from then, but when I click on "automatically delete data from brokers," I'm asked to sign u… (read more)

I signed up & paid for Mozilla Monitoring Premium. I get monthly reports from then, but when I click on "automatically delete data from brokers," I'm asked to sign up for Premium again. Please help.

Asked by Sandra 4 months ago

Last reply by brian.grapilon 4 months ago