Why Blocking Tracking Pixels Isn't Enough: The New Wave of Zero-Click Email Surveillance

Disabling remote images in email no longer guarantees privacy protection. Modern email tracking has evolved beyond simple pixels into sophisticated surveillance technologies including CSS-based exfiltration, AI assistant vulnerabilities, and zero-click monitoring that can profile your activities without any interaction, making traditional privacy measures insufficient in 2026.

Published on
Last updated on
+15 min read
Michael Bodekaer

Founder, Board Member

Oliver Jackson

Email Marketing Specialist

Jose Lopez

Head of Growth Engineering

Authored By Michael Bodekaer Founder, Board Member

Michael Bodekaer is a recognized authority in email management and productivity solutions, with over a decade of experience in simplifying communication workflows for individuals and businesses. As the co-founder of Mailbird and a TED speaker, Michael has been at the forefront of developing tools that revolutionize how users manage multiple email accounts. His insights have been featured in leading publications like TechRadar, and he is passionate about helping professionals adopt innovative solutions like unified inboxes, app integrations, and productivity-enhancing features to optimize their daily routines.

Reviewed By Oliver Jackson Email Marketing Specialist

Oliver is an accomplished email marketing specialist with more than a decade's worth of experience. His strategic and creative approach to email campaigns has driven significant growth and engagement for businesses across diverse industries. A thought leader in his field, Oliver is known for his insightful webinars and guest posts, where he shares his expert knowledge. His unique blend of skill, creativity, and understanding of audience dynamics make him a standout in the realm of email marketing.

Tested By Jose Lopez Head of Growth Engineering

José López is a Web Consultant & Developer with over 25 years of experience in the field. He is a full-stack developer who specializes in leading teams, managing operations, and developing complex cloud architectures. With expertise in areas such as Project Management, HTML, CSS, JS, PHP, and SQL, José enjoys mentoring fellow engineers and teaching them how to build and scale web applications.

Why Blocking Tracking Pixels Isn't Enough: The New Wave of Zero-Click Email Surveillance
Why Blocking Tracking Pixels Isn't Enough: The New Wave of Zero-Click Email Surveillance

If you've disabled remote images in your email client thinking you've protected your privacy, you're not alone—millions of users believe this single setting shields them from email tracking. Unfortunately, the reality is far more complex and concerning. While blocking tracking pixels remains an important first step, the email surveillance landscape has evolved dramatically beyond simple image-based beacons into a sophisticated ecosystem of zero-click monitoring technologies that can observe your behavior, profile your activities, and even exfiltrate sensitive data without requiring any action on your part.

Modern email has become a surveillance surface where CSS-based exfiltration, AI assistant vulnerabilities, authentication bypasses, and metadata analytics can all be triggered the moment a message is retrieved or rendered. According to TitanHQ's 2025 State of Email Security report, email remains the dominant attack vector for cyber threats, with attackers constantly evolving their techniques to bypass traditional defenses. This evolution affects everyone—from individual users concerned about privacy to professionals managing sensitive communications.

The frustration is understandable: you've taken steps to protect yourself, configured privacy settings, and disabled automatic content loading, yet sophisticated tracking mechanisms continue to operate beneath the surface. This article examines why pixel-blocking alone falls short, explores the emerging threats that bypass conventional defenses, and provides practical guidance for achieving meaningful email privacy in 2026.

Understanding the Evolution of Email Tracking Beyond Pixels

Understanding the Evolution of Email Tracking Beyond Pixels
Understanding the Evolution of Email Tracking Beyond Pixels

The classic email tracking pixel—that invisible 1×1 transparent image embedded in HTML emails—has become the poster child for email surveillance. When your email client loads remote images, it sends an HTTP request to the sender's server, revealing that you opened the message along with your IP address, device information, and approximate location. Inbox Monster's comprehensive guide to email tracking pixels explains that this mechanism has been the backbone of email marketing analytics for years, allowing senders to measure open rates and engagement.

However, this familiar tracking method represents only a fraction of the surveillance ecosystem that has developed around email communications. Security researchers have documented that web beacons can take many forms beyond simple image tags, including linked CSS files, imported fonts, and other external resources that load automatically when messages are rendered. According to Kaspersky's analysis of web beacons, these tracking elements may be embedded in email code in ways that are not obvious to users, and their primary purpose extends beyond simple open tracking to comprehensive behavioral profiling.

How Platform Changes Have Complicated Privacy Protection

The situation became more complex when major email providers implemented their own privacy features. Gmail's shift to displaying images by default in late 2013 fundamentally changed the tracking landscape. As detailed in Newfangled's analysis of Gmail image caching, Google now loads images through proxy servers that cache copies, meaning tracking pixels still fire but with Google's infrastructure information rather than the recipient's direct details. This protects some user data while still providing senders with open confirmation.

Apple's Mail Privacy Protection (MPP) took a different approach by hiding users' IP addresses and pre-fetching email content through Apple-operated proxies. According to Apple's official documentation, this feature prevents senders from determining users' exact locations or linking their activity across services. However, this protection can actually cause tracking pixels to fire from Apple's servers regardless of whether the human recipient actually reads the message, creating a new category of "noise" in tracking data.

These platform-level interventions demonstrate a critical reality: even major technology companies struggle to completely eliminate email tracking while maintaining email functionality. The tension between rich HTML email experiences and privacy protection creates gaps that sophisticated trackers continue to exploit.

CSS-Based Surveillance: The Hidden Threat That Pixel Blocking Misses

CSS-Based Surveillance: The Hidden Threat That Pixel Blocking Misses
CSS-Based Surveillance: The Hidden Threat That Pixel Blocking Misses

While most users understand that blocking images prevents tracking pixels, few realize that Cascading Style Sheets (CSS)—the language used to style and format email content—can be weaponized for surveillance and data exfiltration. This represents one of the most concerning gaps in traditional privacy defenses because CSS operates independently of image loading settings and can function even when JavaScript is completely disabled.

Security researcher Mike Gualtieri's groundbreaking work on CSS Exfil techniques demonstrates how CSS can be used to steal sensitive data without executing any scripts. The technique exploits the fact that CSS selectors can target specific input patterns and CSS properties can embed external URLs. An attacker who can inject CSS into a page can craft rules that match particular characters or strings in form fields, then apply styles that set background images pointing to attacker-controlled URLs. Each URL request can encode partial information from the targeted data, allowing the attacker to reconstruct credentials and personal information by analyzing the series of HTTP requests.

Real-World CSS Injection Vulnerabilities in Email Systems

The theoretical risk became a practical reality with CVE-2026-26079, a critical vulnerability in Roundcube Webmail. According to SentinelOne's security advisory, this flaw in Roundcube's CSS sanitization allowed attackers to inject arbitrary CSS into email content. When rendered, this malicious CSS could exfiltrate sensitive information, manipulate the visual appearance of emails, or conduct phishing attacks by modifying the user interface—all without requiring any click from the victim.

The root cause was improper handling of CSS comments within Roundcube's sanitization function, enabling malicious CSS to bypass filters and be preserved in rendered HTML. An attacker could exploit this simply by sending a specially crafted email ; as soon as the recipient opened or previewed the message, the browser would render the CSS, potentially triggering data exfiltration via url() functions or altering the UI to harvest credentials. This zero-click attack vector operates completely independently of traditional tracking pixel defenses.

Even legitimate email features can create CSS-based tracking channels. Microsoft's documentation on custom web fonts in Dynamics 365 shows how marketers load fonts via @font-face declarations that fetch font files from remote URLs. While the primary purpose is aesthetic, these external resource accesses can be logged by font-hosting services, creating an alternative beacon channel that functions regardless of image-blocking settings.

AI-Driven Zero-Click Exfiltration: The EchoLeak Wake-Up Call

AI-Driven Zero-Click Exfiltration: The EchoLeak Wake-Up Call
AI-Driven Zero-Click Exfiltration: The EchoLeak Wake-Up Call

The integration of AI assistants into email workflows has created an entirely new category of zero-click surveillance threats that traditional defenses were never designed to address. The 2025 discovery of EchoLeak (CVE-2025-32711) in Microsoft 365 Copilot represents a watershed moment, demonstrating how AI features can be weaponized to exfiltrate sensitive data without any user interaction beyond opening an email.

According to the research paper describing EchoLeak, Aim Security discovered that a prompt-injection vulnerability in Microsoft 365 Copilot allowed remote, unauthenticated attackers to exfiltrate confidential data via a single crafted email. The attack worked by sending an email containing hidden instructions that, when ingested by Copilot as part of its normal email processing, coerced the AI model into accessing internal files and inserting their sensitive contents into a specially crafted Markdown image or link in its response.

How Zero-Click AI Exploitation Works

The elegance and danger of EchoLeak lies in its exploitation of normal AI assistant behavior. When Copilot presented its response in Outlook or Teams, the client interface automatically attempted to fetch the external image URL included in the response. This HTTP request, which encoded the sensitive data, was routed through a Microsoft Teams asynchronous preview API to an attacker-controlled server. Because the image fetching occurred automatically as part of rendering Copilot's response, no user click was required to complete the exfiltration—hence the characterization as a zero-click exploit.

This vulnerability successfully bypassed multiple layers of defense, including Microsoft's XPIA prompt-injection filters and link redaction mechanisms, by using obfuscated instructions and leveraging a CSP-approved Microsoft domain to proxy outgoing requests. The implications extend far beyond Microsoft's ecosystem: as email clients increasingly integrate AI summarization, categorization, and drafting features, this class of attack becomes broadly relevant across the market.

For users who have carefully configured their email clients to block tracking pixels and remote content, AI-driven exfiltration represents a completely different threat vector. The exfiltration channel in EchoLeak was an AI-generated Markdown image whose URL encoded sensitive data—not a traditional tracking pixel at all. Even users with strict image-blocking settings might enable images for productivity features or trust content that appears to come from their own AI assistant, making this exploitation path particularly insidious.

Authentication Bypass and Trusted Sender Abuse

Email authentication bypass allowing surveillance messages through trusted sender verification systems
Email authentication bypass allowing surveillance messages through trusted sender verification systems

One of the most frustrating aspects of modern email threats is that attackers can send surveillance-laden messages that pass all standard authentication checks, appearing to come from legitimate, trusted sources. Many users assume that if an email passes SPF, DKIM, and DMARC verification, it must be safe and its embedded resources are benign. Unfortunately, this assumption creates a dangerous blind spot that sophisticated attackers actively exploit.

According to Sendmarc's comprehensive analysis of DMARC bypass techniques, attackers can send spoofed or malicious emails that pass DMARC checks through several methods. One of the easiest approaches is to send from infrastructure already trusted by the target domain, such as IP ranges that were added to SPF records and never removed, third-party platforms once used but no longer monitored, or servers explicitly authorized via DKIM. If a malicious actor can send from an authorized IP address or server, they can align SPF or DKIM and pass DMARC, making their messages appear fully authenticated even though the sender is hostile.

The Account Takeover Surveillance Channel

Perhaps the most powerful DMARC bypass vector is account takeover. Once attackers compromise a legitimate user mailbox or a system configured to send email on behalf of an organization, every message they send will pass SPF, DKIM, and DMARC as if it were legitimate. Such messages can easily carry tracking pixels, malicious HTML, or CSS-based beacons that recipients and security systems are more likely to trust because the sender appears authentic and familiar.

The research also reveals that Microsoft's email infrastructure sometimes allows DMARC-failing messages into inboxes due to misconfigured connectors or overly permissive allow lists, assigning them a special Spam Confidence Level (SCL:-1) that bypasses spam filtering. Additionally, the use of Sender Rewriting Scheme (SRS) on forwarded messages can result in spoofed messages that appear to pass SPF and DMARC at downstream hops even though they began as spoofs.

As explained in Cloudflare's overview of email spoofing, attackers commonly tamper with email headers, including the "from" and "reply-to" fields, to impersonate legitimate senders. They may also register lookalike domains or manipulate display names to trick recipients. When these authenticated-appearing emails carry tracking pixels or more advanced beacons, they leverage the implicit trust users place in familiar branding and authentication indicators to maximize the effectiveness of zero-click surveillance.

Metadata: The Intrinsic Surveillance Channel That Pixel Blocking Can't Touch

Metadata: The Intrinsic Surveillance Channel That Pixel Blocking Can't Touch
Metadata: The Intrinsic Surveillance Channel That Pixel Blocking Can't Touch

Even in the hypothetical scenario where an email client rendered all messages as plain text with no external resources, no DNS prefetching, and perfect CSS sanitization, significant privacy exposure would remain through email metadata. This represents perhaps the most fundamental limitation of focusing exclusively on tracking pixel defenses: metadata surveillance operates at a completely different layer that client-side content blocking cannot address.

According to Mailbird's analysis of how email metadata undermines privacy, metadata includes sender and recipient addresses, timestamps, subject lines, message-IDs, routing headers, and sometimes IP addresses—all of which can be aggregated to create detailed profiles of communication patterns. Once an attacker compromises an email account, they can mine historical metadata to map the victim's relationships, identify key colleagues and decision-makers, infer ongoing projects, and time future attacks to coincide with expected communications, even if the content is encrypted.

The Profiling Power of Communication Patterns

The research emphasizes that attackers use metadata to craft highly targeted spear-phishing messages that reference real colleagues and projects, making them far more convincing than generic phishing attempts. This metadata-driven profiling doesn't depend on loading images or external resources—it operates at the protocol and infrastructure level, where intermediate nodes such as email providers, security gateways, and network observers can often see sender, recipient, and timing information.

According to Barracuda's 2025 Email Threats Report, email remains the most common attack vector for cyber threats, with malicious attachments and links used to distribute malware and launch phishing campaigns. However, these operations are often guided by insights gleaned from analyzing metadata and historical correspondence, demonstrating that the surveillance value of metadata extends far beyond simple tracking pixels.

For users concerned about privacy, this reality underscores that blocking tracking pixels addresses only one dimension of email surveillance. Meaningful protection requires end-to-end encryption of message content where possible, minimization of sensitive information in subject lines, careful provider selection, and strong authentication to prevent account takeover—none of which are solved by disabling remote image loading.

As email surveillance technologies have evolved, so too has regulatory scrutiny, particularly in jurisdictions with robust data protection regimes. Understanding these legal frameworks is essential because compliance requirements increasingly extend beyond simple tracking pixel disclosure to encompass the full spectrum of email-based data collection and processing activities.

According to JD Supra's analysis of email-tracking technology compliance, email tracking has become a growing target of litigation, with plaintiffs alleging violations of wiretap statutes, privacy laws, and consumer protection provisions when companies use pixels or similar tools without adequate disclosure or consent. The article notes that regulators and courts are developing emerging compliance expectations, including transparent privacy policies that explicitly mention email tracking and clear mechanisms for users to opt out.

European data protection authorities have started to articulate particularly granular expectations for email tracking. As detailed in Mailbird's guide to EU digital consent requirements, the French CNIL proposes that users must provide two independent consents: one for receiving marketing emails and a separate, distinct consent for tracking technologies such as open and click tracking pixels. This means that bundling consent for communication and surveillance is increasingly frowned upon, and senders must allow recipients to receive emails without being tracked.

Under GDPR, non-compliance can result in fines up to €20 million or 4 percent of global annual turnover, making privacy governance around email tracking an enterprise-level risk. According to Mailbird's comprehensive guide to email privacy laws, regulators often treat pixel-based tracking in emails as analogous to cookies, requiring informed consent under the ePrivacy Directive and GDPR.

These evolving legal standards create additional pressure on email users and organizations to implement comprehensive privacy protections. Simply blocking tracking pixels at the client level may not satisfy regulatory requirements if other forms of surveillance and data collection continue unchecked. Organizations must consider the full lifecycle of email data, from collection and processing to storage and third-party sharing, ensuring that all activities align with applicable privacy regulations.

Mailbird's Privacy Architecture: A Foundation for Comprehensive Protection

Understanding the limitations of pixel-blocking alone makes it clear that effective email privacy requires a more holistic approach. Mailbird's architecture provides a strong foundation for addressing many of the zero-click surveillance threats discussed above, though users must still understand the broader ecosystem context in which any email client operates.

According to Mailbird's security documentation, the client operates exclusively as a local application on the user's computer, storing all email content only on that device rather than on Mailbird's servers. This architectural choice significantly reduces exposure to server-side vulnerabilities like the Roundcube CSS injection issue and limits the attack surface for centralized breaches. An independent analysis confirmed that message content remains on the local machine with no server-side storage by Mailbird's systems.

Minimal Data Collection and User Control

Mailbird's privacy policy emphasizes that the company collects only minimal, anonymized usage data—such as feature usage metrics—for product improvement, and users have the option to opt out of usage reporting altogether. An important update clarified that Mailbird no longer sends names and email addresses to its license management system and that any data collected has never been and will never be used for commercial purposes outside of improving the product.

This design philosophy aligns with privacy-by-design principles and addresses several categories of surveillance risk that affect web-based email services. Because Mailbird doesn't operate as a webmail platform and doesn't host email content on its servers, it avoids certain classes of vulnerabilities and reduces exposure to government data requests targeting provider servers.

However, it's important to understand that this architecture doesn't automatically solve all problems. Because Mailbird connects to external email providers via standard protocols, message content and metadata still traverse provider infrastructure, and provider-specific behaviors like Gmail image caching or Apple Mail Privacy Protection operate independently of the client. Additionally, Mailbird must render HTML emails using some rendering engine, and depending on the specifics of that engine and its configuration, it may process HTML and CSS in ways that could theoretically expose users to tracking pixels, CSS-based beacons, and other external content loading if not properly controlled.

Addressing Smart Features and AI Integration

Mailbird has demonstrated awareness of the privacy implications of modern email features. In its blog on smart sorting privacy risks, the company warns that features that automatically categorize and prioritize emails may require sending email data to external servers for processing, potentially exposing sensitive information if not properly secured and governed. The article advises users to carefully review the privacy policies of services that offer smart sorting or AI-based features.

This transparency about the trade-offs between convenience features and privacy is valuable, especially as email clients increasingly integrate AI capabilities. While Mailbird lists a ChatGPT integration in its Premium tier as a value-add, the specifics of how this integration handles data—what is sent to OpenAI, how long it is retained, and how user consent is obtained—are critical to evaluating its privacy posture in the context of zero-click surveillance threats like EchoLeak.

Building a Comprehensive Defense Strategy Beyond Pixel Blocking

Given the multifaceted nature of modern email surveillance, effective protection requires a layered strategy that addresses multiple threat vectors simultaneously. While no single solution can eliminate all risks, combining technical controls, informed decision-making, and strategic tool selection can significantly reduce exposure to zero-click surveillance.

Technical Controls and Configuration

Start with the basics but don't stop there. Disable automatic remote content loading in your email client, which prevents simple tracking pixels from firing. However, recognize that this setting alone doesn't address CSS-based beacons, DNS prefetching, or metadata exposure. Look for email clients that offer granular control over HTML rendering, external resource loading, and CSS processing.

Consider using email clients with local storage architectures rather than web-based interfaces, as this reduces exposure to certain classes of vulnerabilities and limits the number of parties with access to your email content. Desktop clients like Mailbird that store content locally and collect minimal telemetry provide better privacy baselines than webmail services that must process all your messages on their servers.

For sensitive communications, implement end-to-end encryption using PGP or S/MIME. While encryption doesn't prevent tracking pixels or CSS beacons from firing once messages are decrypted and rendered, it protects content confidentiality against provider surveillance and network eavesdropping. Be aware, however, that encryption alone doesn't solve metadata exposure or prevent AI assistants from processing decrypted content.

Account Security and Authentication

Strong authentication is essential because account takeover enables attackers to bypass all content-level protections and send authenticated surveillance messages. Enable two-factor authentication on all email accounts, and where possible, use phishing-resistant methods like FIDO2 security keys. According to Obsidian Security's guidance on identity threat prevention, modern phishing attacks increasingly bypass email-based defenses by delivering malicious content via collaboration platforms and personal accounts, making comprehensive identity protection essential.

Monitor your account activity for unusual patterns, such as logins from unfamiliar locations or unexpected changes to forwarding rules. These could indicate compromise that enables metadata mining and surveillance even if you've blocked all tracking pixels. Review and revoke OAuth permissions regularly, as attackers often maintain persistent access through authorized applications.

AI and Smart Feature Governance

Be deliberate about which AI features and smart email capabilities you enable. Each AI integration that processes your email content creates a potential pathway for data exposure, whether through prompt injection attacks like EchoLeak or through routine data sharing with third-party AI providers. When evaluating email clients with AI features, ask:

  • What data is sent to AI services, and how long is it retained?
  • Can AI processing be done locally or within your controlled environment?
  • What consent mechanisms and opt-out options are provided?
  • How does the client filter AI-generated output to prevent exfiltration?

For maximum privacy, consider disabling AI assistants entirely for sensitive accounts, or use them only with explicit awareness of the trade-offs involved. The convenience of AI summarization and smart categorization must be weighed against the expanded attack surface and data sharing these features create.

Provider Selection and Ecosystem Awareness

Recognize that your email client is only one component of a larger ecosystem. Provider-level behaviors like Gmail's image caching and Apple's Mail Privacy Protection operate independently of client settings, affecting what senders can learn about you regardless of your local configuration. Choose email providers with strong privacy commitments and transparent data handling practices.

Understand that some surveillance vectors—particularly metadata exposure and provider-side analytics—cannot be eliminated through client-side settings alone. For truly sensitive communications, consider using privacy-focused email services that offer end-to-end encryption and minimal metadata logging, and be aware that even these services cannot prevent all forms of surveillance if recipients use less secure platforms.

Frequently Asked Questions

Does blocking remote images in my email client completely prevent tracking?

No, blocking remote images prevents only traditional tracking pixels that rely on image loading. According to the research findings, modern email surveillance encompasses CSS-based beacons, DNS prefetching, AI assistant processing, and metadata analytics—all of which can operate independently of image loading settings. While disabling remote images remains an important first step, comprehensive protection requires addressing these additional surveillance channels through secure HTML rendering, controlled external resource loading, and strong authentication practices.

What makes CSS-based tracking more dangerous than traditional tracking pixels?

CSS-based tracking is particularly dangerous because it operates even when JavaScript is disabled and images are blocked. The research on CSS Exfil techniques and the Roundcube CVE-2026-26079 vulnerability demonstrates that malicious CSS can exfiltrate sensitive data, manipulate user interfaces, and create alternative beacon channels through properties like background-image and @font-face that accept external URLs. Unlike simple tracking pixels, CSS-based attacks can actively steal data from forms and page content, not just confirm that a message was opened.

How does the EchoLeak vulnerability affect email privacy for users of AI-powered email clients?

EchoLeak represents a new category of zero-click threat where AI assistants integrated into email workflows can be manipulated through prompt injection to exfiltrate sensitive data. The research shows that attackers can send emails containing hidden instructions that cause AI assistants like Microsoft 365 Copilot to access internal files and encode their contents into external image URLs that are automatically fetched when the AI response is rendered. This affects any email client that integrates AI processing of message content, creating exfiltration channels that traditional pixel blocking cannot prevent. Users should carefully evaluate what data AI features access and consider disabling AI assistants for sensitive accounts.

Can emails that pass DMARC authentication still contain tracking and surveillance mechanisms?

Yes, absolutely. The research on DMARC bypass techniques reveals that attackers can send authenticated emails through compromised accounts, authorized infrastructure, or misconfigured systems that pass SPF, DKIM, and DMARC checks while still containing tracking pixels, CSS beacons, and other surveillance mechanisms. Authentication verifies the sender's identity but does not evaluate the content or privacy implications of embedded resources. Users should not assume that authenticated emails are free from tracking—comprehensive privacy protection requires content-level controls regardless of authentication status.

Why is email metadata considered a surveillance channel that pixel blocking can't address?

Email metadata—including sender and recipient addresses, timestamps, subject lines, message-IDs, and routing headers—exists at the protocol and infrastructure level, completely independent of message content and rendering. The research emphasizes that once attackers compromise an account, they can mine metadata to map relationships, identify key colleagues, infer projects, and time targeted attacks, even if all message content is encrypted and all tracking pixels are blocked. Protecting against metadata surveillance requires strong authentication to prevent account takeover, end-to-end encryption, subject line minimization, and careful provider selection—none of which are addressed by simply blocking remote images.

What privacy advantages does a local email client like Mailbird offer over webmail services?

According to Mailbird's security documentation, local email clients that store content exclusively on the user's device rather than on vendor servers reduce exposure to server-side vulnerabilities, centralized breaches, and provider-side analytics. The research indicates that this architecture limits the number of parties with access to email content and reduces certain categories of surveillance risk. However, users should understand that local clients still connect to email providers via standard protocols, meaning provider-level behaviors like image caching and metadata logging occur independently of the client. Comprehensive privacy requires both a privacy-respecting client architecture and careful provider selection, along with strong authentication and content-level controls.

What should I look for in an email client to protect against zero-click surveillance?

Based on the research findings, look for email clients that offer: local content storage rather than cloud-based processing; granular controls over external resource loading including images, CSS, and fonts; minimal data collection with clear opt-out options; robust HTML and CSS sanitization to prevent injection attacks; transparent handling of AI features with user control over data sharing; and strong authentication support including two-factor authentication. The client should also provide clear documentation about its security architecture and privacy practices. Mailbird's approach of local storage, minimal anonymized telemetry, and user control over features provides a strong foundation, though users must still configure appropriate settings and understand ecosystem-level limitations.