2022-04-01 15:29:18 -04:00
---
2022-04-13 20:19:13 -04:00
title: "Email Clients"
2022-04-01 15:29:18 -04:00
icon: material/email-open
---
2022-06-05 13:06:44 -04:00
Our recommendation list contains email clients that support both [OpenPGP ](encryption.md#openpgp ) and strong authentication such as [Open Authorization (OAuth) ](https://en.wikipedia.org/wiki/OAuth ). OAuth allows you to use [Multi-Factor Authentication ](basics/multi-factor-authentication.md ) and prevent account theft.
2022-04-01 15:29:18 -04:00
2022-04-02 05:28:16 -04:00
??? Attention "Email does not provide forward secrecy"
2022-04-24 10:56:23 -04:00
When using end-to-end encryption (E2EE) technology like OpenPGP, email will still have [some metadata ](email.md#email-metadata-overview ) that is not encrypted in the header of the email.
2022-04-01 15:29:18 -04:00
2022-06-26 11:28:44 -04:00
OpenPGP also does not support [forward secrecy ](https://en.wikipedia.org/wiki/Forward_secrecy ), which means if either your or the recipient's private key is ever stolen, all previous messages encrypted with it will be exposed: [How do I protect my private keys? ](basics/email-security.md ) Consider using a medium that provides forward secrecy:
2022-03-31 11:10:56 -04:00
2022-04-24 09:45:20 -04:00
[Real-time Communication ](real-time-communication.md ){ .md-button }
2022-04-01 15:29:18 -04:00
2022-06-01 23:35:46 -04:00
## Cross-Platform
### Thunderbird
2022-04-03 04:50:08 -04:00
2022-04-01 15:29:18 -04:00
!!! recommendation
2022-04-14 10:10:16 -04:00
![Thunderbird logo ](assets/img/email-clients/thunderbird.svg ){ align=right }
2022-04-01 15:29:18 -04:00
2022-06-26 11:28:44 -04:00
**Thunderbird** is a free, open-source, cross-platform email, newsgroup, news feed, and chat (XMPP, IRC, Twitter) client developed by the Thunderbird community, and previously by the Mozilla Foundation.
2022-04-01 15:29:18 -04:00
2022-05-28 00:51:26 -04:00
[:octicons-home-16: Homepage ](https://www.thunderbird.net ){ .md-button .md-button--primary }
[:octicons-eye-16: ](https://www.mozilla.org/privacy/thunderbird ){ .card-link title="Privacy Policy" }
[:octicons-info-16: ](https://support.mozilla.org/products/thunderbird ){ .card-link title=Documentation}
[:octicons-code-16: ](https://hg.mozilla.org/comm-central ){ .card-link title="Source Code" }
2022-04-01 15:29:18 -04:00
2022-04-22 21:12:10 -04:00
??? downloads
2022-06-01 18:50:39 -04:00
- [:fontawesome-brands-windows: Windows ](https://www.thunderbird.net )
- [:fontawesome-brands-apple: macOS ](https://www.thunderbird.net )
- [:fontawesome-brands-linux: Linux ](https://www.thunderbird.net )
- [:pg-flathub: Flatpak ](https://flathub.org/apps/details/org.mozilla.Thunderbird )
2022-04-01 15:29:18 -04:00
2022-06-01 23:35:46 -04:00
## Platform Specific
2022-04-24 09:45:20 -04:00
2022-06-01 23:35:46 -04:00
### Apple Mail (macOS)
2022-04-24 09:45:20 -04:00
2022-04-04 09:00:15 -04:00
!!! recommendation
2022-04-14 10:10:16 -04:00
![Apple Mail logo ](assets/img/email-clients/applemail.png ){ align=right }
2022-04-04 09:00:15 -04:00
2022-04-29 01:44:44 -04:00
**Apple Mail** is included in macOS and can be extended to have OpenPGP support with [GPG Suite ](/encryption/#gpg-suite ), which adds the ability to send encrypted email.
2022-04-04 09:00:15 -04:00
2022-05-28 00:51:26 -04:00
[:octicons-home-16: Homepage ](https://support.apple.com/guide/mail/welcome/mac ){ .md-button .md-button--primary }
[:octicons-eye-16: ](https://www.apple.com/legal/privacy/en-ww/ ){ .card-link title="Privacy Policy" }
[:octicons-info-16: ](https://support.apple.com/guide/mail/toc ){ .card-link title=Documentation}
2022-04-04 09:00:15 -04:00
2022-06-01 23:35:46 -04:00
### Canary Mail (iOS)
2022-04-03 04:50:08 -04:00
2022-04-01 15:29:18 -04:00
!!! recommendation
2022-06-01 23:35:46 -04:00
![Canary Mail logo ](assets/img/email-clients/canarymail.svg ){ align=right }
2022-04-01 15:29:18 -04:00
2022-06-01 23:35:46 -04:00
**Canary Mail** is a paid email client designed to make end-to-end encryption seamless with security features such as a biometric app lock.
2022-04-01 15:29:18 -04:00
2022-06-01 23:35:46 -04:00
[:octicons-home-16: Homepage ](https://canarymail.io ){ .md-button .md-button--primary }
[:octicons-eye-16: ](https://canarymail.io/privacy.html ){ .card-link title="Privacy Policy" }
[:octicons-info-16: ](https://canarymail.zendesk.com/ ){ .card-link title=Documentation}
2022-04-01 15:29:18 -04:00
2022-04-22 21:12:10 -04:00
??? downloads
2022-06-01 23:35:46 -04:00
- [:fontawesome-brands-app-store: Mac App Store ](https://apps.apple.com/app/id1236045954 )
- [:fontawesome-brands-app-store-ios: App Store ](https://apps.apple.com/app/id1236045954 )
- [:fontawesome-brands-windows: Windows ](https://canarymail.io/downloads.html )
- [:fontawesome-brands-google-play: Google Play ](https://play.google.com/store/apps/details?id=io.canarymail.android )
2022-04-01 15:29:18 -04:00
2022-06-01 23:35:46 -04:00
!!! attention
Canary Mail only recently released a Windows and Android client, though we don't believe they are as stable as their iOS and Mac counterparts.
2022-06-26 11:28:44 -04:00
Canary Mail is closed-source. We recommend it due to the few choices there are for email clients on iOS that support PGP E2EE.
2022-06-01 23:35:46 -04:00
### FairEmail (Android)
2022-04-03 04:50:08 -04:00
2022-04-01 15:29:18 -04:00
!!! recommendation
2022-06-01 23:35:46 -04:00
![FairEmail logo ](assets/img/email-clients/fairemail.svg ){ align=right }
2022-04-01 15:29:18 -04:00
2022-06-26 11:28:44 -04:00
**FairEmail** is a minimal, open-source email app, using open standards (IMAP, SMTP, OpenPGP) with a low data and battery usage.
2022-04-01 15:29:18 -04:00
2022-06-01 23:35:46 -04:00
[:octicons-home-16: Homepage ](https://email.faircode.eu ){ .md-button .md-button--primary }
[:octicons-eye-16: ](https://github.com/M66B/FairEmail/blob/master/PRIVACY.md ){ .card-link title="Privacy Policy" }
[:octicons-info-16: ](https://github.com/M66B/FairEmail/blob/master/FAQ.md ){ .card-link title=Documentation}
[:octicons-code-16: ](https://github.com/M66B/FairEmail ){ .card-link title="Source Code" }
[:octicons-heart-16: ](https://email.faircode.eu/donate/ ){ .card-link title=Contribute }
2022-04-01 15:29:18 -04:00
2022-04-22 21:12:10 -04:00
??? downloads
2022-06-01 23:35:46 -04:00
- [:fontawesome-brands-google-play: Google Play ](https://play.google.com/store/apps/details?id=eu.faircode.email )
- [:pg-f-droid: F-Droid ](https://f-droid.org/packages/eu.faircode.email/ )
2022-04-01 15:29:18 -04:00
2022-06-01 23:35:46 -04:00
### GNOME Evolution (GNOME)
2022-04-03 04:50:08 -04:00
2022-04-01 15:29:18 -04:00
!!! recommendation
2022-06-01 23:35:46 -04:00
![Evolution logo ](assets/img/email-clients/evolution.svg ){ align=right }
2022-04-01 15:29:18 -04:00
2022-06-01 23:35:46 -04:00
**Evolution** is a personal information management application that provides integrated mail, calendaring and address book functionality. Evolution has extensive [documentation ](https://help.gnome.org/users/evolution/stable/ ) to help you get started.
2022-04-01 15:29:18 -04:00
2022-06-01 23:35:46 -04:00
[:octicons-home-16: Homepage ](https://wiki.gnome.org/Apps/Evolution ){ .md-button .md-button--primary }
[:octicons-eye-16: ](https://wiki.gnome.org/Apps/Evolution/PrivacyPolicy ){ .card-link title="Privacy Policy" }
[:octicons-info-16: ](https://help.gnome.org/users/evolution/stable/ ){ .card-link title=Documentation}
[:octicons-code-16: ](https://gitlab.gnome.org/GNOME/evolution/ ){ .card-link title="Source Code" }
[:octicons-heart-16: ](https://www.gnome.org/donate/ ){ .card-link title=Contribute }
2022-04-01 15:29:18 -04:00
2022-04-22 21:12:10 -04:00
??? downloads
2022-06-01 23:35:46 -04:00
- [:pg-flathub: Flatpak ](https://flathub.org/apps/details/org.gnome.Evolution )
2022-04-01 15:29:18 -04:00
2022-06-01 23:35:46 -04:00
### K-9 Mail (Android)
2022-04-03 04:50:08 -04:00
2022-04-01 15:29:18 -04:00
!!! recommendation
2022-04-14 10:10:16 -04:00
![K-9 Mail logo ](assets/img/email-clients/k9mail.svg ){ align=right }
2022-04-01 15:29:18 -04:00
**K-9 Mail** is an independent mail application that supports both POP3 and IMAP mailboxes, but only supports push mail for IMAP.
2022-06-18 15:34:46 -04:00
In the future, K-9 Mail will be the [officially branded ](https://k9mail.app/2022/06/13/K-9-Mail-and-Thunderbird.html ) Thunderbird client for Android.
2022-05-28 00:51:26 -04:00
[:octicons-home-16: Homepage ](https://k9mail.app ){ .md-button .md-button--primary }
[:octicons-eye-16: ](https://k9mail.app/privacy ){ .card-link title="Privacy Policy" }
[:octicons-info-16: ](https://docs.k9mail.app/ ){ .card-link title=Documentation}
[:octicons-code-16: ](https://github.com/k9mail/k-9 ){ .card-link title="Source Code" }
[:octicons-heart-16: ](https://k9mail.app/contribute ){ .card-link title=Contribute }
2022-04-01 15:29:18 -04:00
2022-04-22 21:12:10 -04:00
??? downloads
2022-06-01 18:50:39 -04:00
- [:fontawesome-brands-google-play: Google Play ](https://play.google.com/store/apps/details?id=com.fsck.k9 )
- [:pg-f-droid: F-Droid ](https://f-droid.org/packages/com.fsck.k9 )
- [:fontawesome-brands-github: GitHub ](https://github.com/k9mail/k-9/releases )
2022-04-01 15:29:18 -04:00
2022-06-01 23:35:46 -04:00
### Kontact (KDE)
2022-05-25 01:52:59 -04:00
!!! recommendation
2022-06-01 23:35:46 -04:00
![Kontact logo ](assets/img/email-clients/kontact.svg ){ align=right }
2022-05-25 01:52:59 -04:00
2022-06-01 23:35:46 -04:00
**Kontact** is a personal information manager (PIM) application from the [KDE ](https://kde.org ) project. It provides a mail client, address book, organizer and RSS client.
2022-05-25 01:52:59 -04:00
2022-06-01 23:35:46 -04:00
[:octicons-home-16: Homepage ](https://kontact.kde.org ){ .md-button .md-button--primary }
[:octicons-eye-16: ](https://kde.org/privacypolicy-apps ){ .card-link title="Privacy Policy" }
[:octicons-info-16: ](https://kontact.kde.org/users/ ){ .card-link title=Documentation}
[:octicons-code-16: ](https://invent.kde.org/pim/kmail ){ .card-link title="Source Code" }
[:octicons-heart-16: ](https://kde.org/community/donations/ ){ .card-link title=Contribute }
2022-05-25 01:52:59 -04:00
??? downloads
2022-06-01 23:35:46 -04:00
- [:fontawesome-brands-linux: Linux ](https://kontact.kde.org/download )
- [:pg-flathub: Flatpak ](https://flathub.org/apps/details/org.kde.kontact )
2022-05-25 01:52:59 -04:00
2022-06-01 23:35:46 -04:00
### Mailvelope (Browser)
2022-04-03 04:50:08 -04:00
2022-04-01 15:29:18 -04:00
!!! recommendation
2022-06-01 23:35:46 -04:00
![Mailvelope logo ](assets/img/email-clients/mailvelope.svg ){ align=right }
2022-04-01 15:29:18 -04:00
2022-06-01 23:35:46 -04:00
**Mailvelope** is a browser extension that enables the exchange of encrypted emails following the OpenPGP encryption standard.
2022-04-01 15:29:18 -04:00
2022-06-01 23:35:46 -04:00
[:octicons-home-16: Homepage ](https://www.mailvelope.com ){ .md-button .md-button--primary }
[:octicons-eye-16: ](https://www.mailvelope.com/en/privacy-policy ){ .card-link title="Privacy Policy" }
[:octicons-info-16: ](https://mailvelope.com/faq ){ .card-link title=Documentation}
[:octicons-code-16: ](https://github.com/mailvelope/mailvelope ){ .card-link title="Source Code" }
2022-04-01 15:29:18 -04:00
2022-04-22 21:12:10 -04:00
??? downloads
2022-05-03 15:15:20 -04:00
2022-06-01 23:35:46 -04:00
- [:fontawesome-brands-firefox: Firefox ](https://addons.mozilla.org/firefox/addon/mailvelope )
- [:fontawesome-brands-chrome: Chrome ](https://chrome.google.com/webstore/detail/mailvelope/kajibbejlbohfaggdiogboambcijhkke )
- [:fontawesome-brands-edge: Edge ](https://microsoftedge.microsoft.com/addons/detail/mailvelope/dgcbddhdhjppfdfjpciagmmibadmoapc )
2022-04-05 11:49:24 -04:00
2022-06-01 23:35:46 -04:00
### NeoMutt (CLI)
2022-04-03 04:50:08 -04:00
2022-04-01 15:29:18 -04:00
!!! recommendation
2022-04-21 00:16:23 -04:00
![NeoMutt logo ](assets/img/email-clients/mutt.svg ){ align=right }
2022-04-01 15:29:18 -04:00
NeoMutt is an open-source command line mail reader (or MUA) for Linux and BSD. It's a fork of [Mutt ](https://en.wikipedia.org/wiki/Mutt_(email_client )) with added features.
2022-04-21 00:16:23 -04:00
NeoMutt is a text-based client that has a steep learning curve. It is however, very customizable.
2022-04-01 15:29:18 -04:00
2022-05-28 00:51:26 -04:00
[:octicons-home-16: Homepage ](https://neomutt.org ){ .md-button .md-button--primary }
[:octicons-info-16: ](https://neomutt.org/guide/ ){ .card-link title=Documentation}
[:octicons-code-16: ](https://github.com/neomutt/neomutt ){ .card-link title="Source Code" }
[:octicons-heart-16: ](https://www.paypal.com/paypalme/russon/ ){ .card-link title=Contribute }
2022-04-01 15:29:18 -04:00
2022-04-22 21:12:10 -04:00
??? downloads
2022-06-01 18:50:39 -04:00
- [:fontawesome-brands-linux: Linux ](https://neomutt.org/distro )
- [:fontawesome-brands-apple: macOS ](https://neomutt.org/distro )