Mozilla Thunderbird is a free, open-source email client known for reliability, privacy, and strong performance with large IMAP mailboxes. This guide explains why many people (especially anyone carrying a very large mailbox) switch to Thunderbird, how it compares with other popular clients, and gives you modular migration paths so you can either set up a clean IMAP account or import existing mailbox data safely. It works with your Noiz mailbox over standard IMAP and SMTP, so nothing about your Noiz hosting has to change.
Last reviewed: 27 July 2026, against Thunderbird 140 ESR (Extended Support Release; the monthly channel is on version 153 at time of writing). This guide is written for Noiz hosting and is kept current against Thunderbird. It complements, and does not replace, the official Thunderbird documentation linked below.
Official Documentation Reference
- Thunderbird Help (support.mozilla.org): the authoritative support knowledge base.
- Manual account configuration: for when auto-detect does not fill in your server settings.
- OpenPGP in Thunderbird: how-to and FAQ: the definitive guide to built-in encryption.
- ImportExportTools NG add-on: the standard tool for importing and exporting MBOX and EML.
Prerequisites
- Your full email address and mailbox password (from your Noiz welcome email or your hosting control panel).
- A desktop running Windows, macOS, or Linux with permission to install software.
- If you are migrating, a copy of your existing data (PST, MBOX, or EML files) and, ideally, a backup before you start.
Why Choose Thunderbird
- Open source and free: no licensing costs, and it is actively maintained by MZLA Technologies and a global community.
- Cross-platform: the same interface and features on Windows, macOS, and Linux, so switching machines does not mean relearning your email client.
- Large mailbox resilience: an optional "file per message" (Maildir) storage mode reduces the risk of one giant mailbox file becoming corrupted, which is exactly the failure mode that bites heavy mail users.
- Built-in PGP encryption: native OpenPGP support lets you create or import keys and send and receive encrypted and signed email without any third-party add-on.
- Customisable: a wide range of add-ons and interface tweaks to match how you actually work.
- Vendor-neutral: it speaks standards-based IMAP and SMTP, so it works with your Noiz mailbox and any other standards-compliant mail server.
Client Comparison: Thunderbird vs Other Popular Email Apps
All comparisons below reflect the current stable releases of each client at time of review. Feature sets move quickly, so treat the table as a snapshot rather than a permanent ruling.
| Capability | Thunderbird | Outlook (Microsoft 365/Desktop) | Apple Mail (macOS) | eM Client (Win/macOS) | Mailbird (Windows) | Mailspring (Win/macOS/Linux) |
|---|---|---|---|---|---|---|
| Cost | Free | Paid (licence or Microsoft 365) | Included with macOS | Free for personal use; paid Pro | Paid | Free tier + paid |
| Platforms | Win / macOS / Linux | Win / macOS | macOS only | Win / macOS | Windows only | Win / macOS / Linux |
| Mailbox size handling | Maildir (file per message) optional; robust with large IMAP stores | Single OST/PST files; can become unstable above roughly 20 GB to 30 GB of local cache | File-per-message (.emlx) store; generally fine, can grow large | Database-backed store; good performance | Database-backed store; good performance | Database-backed store; good performance |
| Built-in PGP | Yes (OpenPGP) | No (requires add-ons or enterprise features) | No (use GPGMail or plugins) | Yes (built-in PGP) | No (rely on external tools) | No (rely on external tools) |
| Exchange/EWS first-class | Native Exchange (EWS) email support added in recent versions (140 ESR); still maturing, calendar and contacts limited | Yes (native) | Limited (best with iCloud/Gmail/IMAP) | Yes (EWS support) | No | No |
| Customisation & add-ons | Extensive | Limited | Limited | Moderate | Moderate | Moderate |
| Privacy posture | Open source, vendor-neutral | Microsoft ecosystem integration/telemetry | Apple ecosystem integration | Proprietary | Proprietary | Proprietary (open-core) |
Note on Exchange: Thunderbird's native Exchange support is a genuine step forward, but at 140 ESR it focuses on email. If you depend on Exchange calendars, shared contacts, or shared mailboxes, test carefully before you commit, or keep a second client for those specific features.
Choose Your Path: Clean IMAP Setup vs Migration
Pick one of the options below based on your goals and current client.
Option A: Clean IMAP Setup (Fastest, Least Risk)
This is the right choice for most people. Because IMAP keeps your mail on the Noiz server, a fresh Thunderbird install simply syncs everything down. Nothing is at risk of being lost locally.
- Install Thunderbird: download the latest version for your operating system from the official Thunderbird website.
- Add your account: enter your name, full email address, and password. Thunderbird will try to auto-detect your IMAP and SMTP settings. Choose SSL/TLS where offered.
- If auto-detect does not find your Noiz settings, click Configure manually and enter them by hand. The usual pattern is incoming IMAP on port
993with SSL/TLS, outgoing SMTP on port465(SSL/TLS) or587(STARTTLS), with your username set to your full email address. Use the exact hostname shown in your Noiz welcome email or control panel (commonlymail.yourdomain.com, which you replace with your own domain).
- If auto-detect does not find your Noiz settings, click Configure manually and enter them by hand. The usual pattern is incoming IMAP on port
- (Optional) enable Maildir for large mailboxes:
- If the option is visible under account or server settings, choose File per message (Maildir).
- If it is not visible, open Settings → General → Config Editor, search for
store, and set the default message store to Maildir for new accounts, then create the account. Maildir support in Thunderbird is still considered experimental, so use it deliberately rather than as a default.
- Let it sync: Thunderbird downloads headers first, then message bodies as you read them. For very large accounts, leave the app open so the initial sync can finish.
- Organise: create yearly archive folders (for example Archive/2024, Archive/2025) and move old mail out of Inbox and Sent to keep your active folders lean.
Option B: Migrate Existing Data into Thunderbird (Modular)
Use the sub-option that matches your current client and data format. You can combine methods, for example importing old archives while also adding a live IMAP account for current mail.
B1. Outlook Data (PST) to Thunderbird
- Recommended (no third-party tools): add the same mailbox as IMAP in both Outlook and Thunderbird. In Outlook, drag folders from the local PST into the IMAP account so they upload to the server, and Thunderbird will sync them down. This keeps server-side copies but depends on your mailbox quota and bandwidth.
- Direct PST conversion: convert the PST to MBOX using a converter (for example
readpston Linux, or a reputable commercial tool), then import the resulting MBOX files (see B4).
B2. Apple Mail (MBOX) to Thunderbird
- In Apple Mail, use Mailbox → Export Mailbox to produce one MBOX file per folder.
- In Thunderbird, import those MBOX files (see B4).
B3. EML Files to Thunderbird
- Create or open a target folder in Thunderbird, then drag and drop the EML files from Finder or File Explorer straight into that folder. For large batches, use the ImportExportTools NG add-on instead.
B4. Importing MBOX into Thunderbird
Thunderbird's built-in importer handles profiles, address books, and settings from other apps, but it does not import arbitrary MBOX files on its own. For MBOX, install the free ImportExportTools NG add-on, which is the standard tool for this job.
- Install ImportExportTools NG from the Thunderbird add-ons site (linked above).
- Right-click the destination folder (or Local Folders) and choose ImportExportTools NG → Import mbox file.
- Select the exported MBOX file (or a whole directory of them) and confirm.
- Verify the messages appear in the chosen folder. You can then move or copy them into your IMAP account if you want them on the server.
B5. Contacts and Calendars
- Contacts: export as vCard (.vcf) or CSV from your old client. In Thunderbird, open the Address Book, then use its menu to Import the file.
- Calendars: export .ics files from your old client. In Thunderbird, use Events and Tasks → Import to bring them in, or connect directly to a CalDAV or Google calendar for live sync.
Set Up PGP Encryption in Thunderbird
Thunderbird's OpenPGP support is built in, so there is nothing extra to install for end-to-end encryption.
- Open Account Settings → End-To-End Encryption.
- Choose Add Key, then either Create a new key (recommended if you do not already have one) or Import an existing key (if you already use PGP).
- Share your public key with contacts, for example by attaching it to a message or publishing it where appropriate. Keep your private key secure and backed up, because losing it means losing access to your encrypted mail.
- When composing, use the Encryption options to Encrypt and/or Digitally Sign the message as needed.
Performance and Reliability Tips
- Keep active folders lean: move older mail into yearly archives. Very large single folders (Inbox and Sent especially) slow down every email client, not just Thunderbird.
- Use IMAP server-side folders: this keeps your mail consistent across every device and makes server-side backups straightforward.
- Consider Maildir for huge mailboxes: file-per-message storage reduces the chance that a single corrupted file takes out a whole folder.
- Back up your profile: periodically back up the Thunderbird profile folder, especially before large imports or restructuring.
Troubleshooting Common Migration Issues
- Quota errors during IMAP copy: clear space or ask Noiz support about your mailbox quota, and upload in batches by year rather than all at once.
- Missing subfolders after import: confirm each exported folder produced its own MBOX file, then re-import the ones that are missing.
- Incorrect message dates: some EML and MBOX exports lose the original timestamps, so test a small batch first before committing a full archive.
- Large imports freeze: break the import into smaller folders (by year or quarter) and give Thunderbird time to index each one.
- Auto-detect fails to find your settings: use Configure manually with the IMAP and SMTP details from your Noiz welcome email, as described in Option A.
Summary
Thunderbird gives you robust performance with large mailboxes, native PGP encryption, and the freedom to run on any major desktop platform, all while speaking the same standards-based IMAP and SMTP your Noiz mailbox already uses. Choose a clean IMAP setup for speed and simplicity, or follow the relevant migration module (PST, MBOX, or EML) to bring your historic mail across safely.
If you would rather not handle the migration yourself, or you hit a quota or connection issue you cannot clear, Noiz support can help you confirm your mailbox settings and plan the move. Open a ticket from your Noiz client area and the team will point you in the right direction.
