# Email Encryption

<https://www.openpgp.org/software/>

All email applications on this page support the OpenPGP standard either directly or with additional software. The authors of this webpage are not actively participating in the development of each of these third-party apps. No security audits have been done by us and, thus, we cannot provide any security guarantees.

## Windows

* [Claws Mail](https://www.openpgp.org/software/claws/)
* [eM Client](https://www.openpgp.org/software/emclient/)
* [EverDesk](https://www.openpgp.org/software/everdesk/)
* [The Bat!](https://www.openpgp.org/software/thebat/)
* Outlook:
  * [gpg4o](https://www.openpgp.org/software/gpg4o/)
  * [Gpg4win](https://www.openpgp.org/software/gpg4win/)
  * [p≡p](https://www.openpgp.org/software/pep/)
* [Postbox](https://www.openpgp.org/software/postbox/) using [Enigmail](https://www.openpgp.org/software/enigmail/)
* [Thunderbird](https://www.openpgp.org/software/thunderbird):
  * [Autocrypt](https://www.openpgp.org/software/autocrypt/) for versions <78
  * [Enigmail](https://www.openpgp.org/software/enigmail/) for versions <78

## Mac OS

* [Apple Mail: GPGTools](https://www.openpgp.org/software/gpgtools/)
* [Canary Mail](https://www.openpgp.org/software/canary-mail/)
* [Mutt](https://www.openpgp.org/software/mutt/)
* [Postbox](https://www.openpgp.org/software/postbox/) using [Enigmail](https://www.openpgp.org/software/enigmail/)
* [Thunderbird](https://www.openpgp.org/software/thunderbird):
  * [Autocrypt](https://www.openpgp.org/software/autocrypt/) for versions <78
  * [Enigmail](https://www.openpgp.org/software/enigmail/) for versions <78

## Android

* [FairEmail](https://www.openpgp.org/software/fairemail/)
* [FlowCrypt](https://www.openpgp.org/software/flowcrypt/)
* [K-9 Mail: OpenKeychain](https://www.openpgp.org/software/openkeychain/)
* [p≡p](https://www.openpgp.org/software/pep/)
* [R2Mail2](https://www.openpgp.org/software/r2mail2/)

## iOS

* [Canary Mail](https://www.openpgp.org/software/canary-mail/)
* [FlowCrypt](https://www.openpgp.org/software/flowcrypt/)
* [iPGMail](https://www.openpgp.org/software/ipgmail/)
* [PGPro](https://www.openpgp.org/software/pgpro/)
* [Safe Easy Privacy](https://www.openpgp.org/software/safe/)

## Linux

* [Claws Mail](https://www.openpgp.org/software/claws/)
* [Evolution: Seahorse](https://www.openpgp.org/software/seahorse/)
* [KMail: Kleopatra](https://www.openpgp.org/software/kleopatra/)
* [Mutt](https://www.openpgp.org/software/mutt/)
* [Thunderbird](https://www.openpgp.org/software/thunderbird):
  * [Autocrypt](https://www.openpgp.org/software/autocrypt/) for versions <78
  * [Enigmail](https://www.openpgp.org/software/enigmail/) for versions <78

## Browser Plugins

* [FlowCrypt (Gmail)](https://www.openpgp.org/software/flowcrypt/)
* [Mailvelope](https://www.openpgp.org/software/mailvelope/)
* [Psono](https://www.openpgp.org/software/psono/)

## Webmail Provider with Browser Plugins

A lot of webmail providers support email encryption via the OpenPGP standard using [Mailvelope](https://www.openpgp.org/software/mailvelope/). The Mailvelope website provides a list of [supported webmail providers](https://www.mailvelope.com/en/faq#mailer_list).

Providers with help pages:

* [GMX](https://hilfe.gmx.net/sicherheit/pgp/mailvelope-installieren.html)
* [Posteo](https://posteo.de/hilfe/wie-installiere-ich-eine-ende-zu-ende-verschluesselung-pgp-im-browser)
* [WEB.DE](https://hilfe.web.de/sicherheit/pgp/index.html)

Pre-configured (authorized) providers:

* [Gmail](https://mail.google.com/)
* [mail.ru](https://mail.ru/)
* [Outlook.com](https://outlook.live.com/owa/)
* [volny.cz](https://volny.cz/)
* [Yahoo](https://login.yahoo.com/)
* [Zoho Mail](https://www.zoho.eu/mail/)

Other authorized providers with API support:

* [mailbox.org](https://mailbox.org/)
* [riseup.net](https://mail.riseup.net/)
* [Roundcube](https://roundcube.net/)

## Webmail Provider with In-Browser Cryptography

In contrast to the previous section, the following webmail providers do not require the installation of additional browser plugins, instead OpenPGP is implemented in JavaScript provided directly by the website. While these are easier to set up and provide basic security guarantees with OpenPGP, [some people don’t consider these “end-to-end secure”](https://tonyarcieri.com/whats-wrong-with-webcrypto).

* [Hushmail](https://www.hushmail.com/) (limited OpenPGP support)
* [Mailfence](https://www.mailfence.com/)
* [postale.io](https://postale.io/)
* [ProtonMail](https://protonmail.com/)

## Project Missing?

If a project is missing and you would like it included, please open a pull request at [github.com/OpenPGP/openpgp.org](https://github.com/OpenPGP/openpgp.org). Please note that we only include published, working software, which implements the standard. The software is ordered alphabetically within the sections.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://book.konstantinsecurity.com/readme/architect/cryptography/openpgp/email-encryption.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
