From 69a57ba559e93e5d23bfb5f7c47edf00bb02d5ca Mon Sep 17 00:00:00 2001 From: Daniel Gray Date: Mon, 2 Mar 2020 14:40:13 +0000 Subject: [PATCH 1/2] Applies to all zero knowledge encryption --- _includes/sections/email-providers.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/sections/email-providers.html b/_includes/sections/email-providers.html index 6d488b34..241ddcdb 100644 --- a/_includes/sections/email-providers.html +++ b/_includes/sections/email-providers.html @@ -67,7 +67,7 @@

Mailbox.org supports two factor authentication for their webmail only. You can use either TOTP or a Yubikey via the Yubicloud. Web standards such as U2F and WebAuthn are not yet supported.

Data Security
-

Mailbox.org allows for encryption of incoming mail using their encrypted mailbox. New messages that you receive will then be immediately encrypted with your public key. This only protects message content while at rest so you should request that the sender encrypt the email message before sending in order to ensure confidentiality.

+

Mailbox.org allows for encryption of incoming mail using their encrypted mailbox. New messages that you receive will then be immediately encrypted with your public key.

However, Open-Exchange, the software platform used by Mailbox.org, does not support the encryption of your address book and calendar. A standalone option may be more appropriate for that information.

Email Encryption
-- 2.47.2 From ec3a1d7483261708d8a0c8f61c276c605915b011 Mon Sep 17 00:00:00 2001 From: Daniel Gray Date: Mon, 2 Mar 2020 14:43:05 +0000 Subject: [PATCH 2/2] Remove superfluous "E2EE" --- _includes/sections/email-providers.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/sections/email-providers.html b/_includes/sections/email-providers.html index 241ddcdb..a440790b 100644 --- a/_includes/sections/email-providers.html +++ b/_includes/sections/email-providers.html @@ -71,7 +71,7 @@

However, Open-Exchange, the software platform used by Mailbox.org, does not support the encryption of your address book and calendar. A standalone option may be more appropriate for that information.

Email Encryption
-

Mailbox.org has integrated E2EE encryption in their webmail, which simplifies sending messages to users with public OpenPGP keys. They also allow remote recipients to decrypt an email on Mailbox.org's servers. This feature is useful when the remote recipient does not have OpenPGP and cannot decrypt a copy of the email in their own mailbox.

+

Mailbox.org has integrated encryption in their webmail, which simplifies sending messages to users with public OpenPGP keys. They also allow remote recipients to decrypt an email on Mailbox.org's servers. This feature is useful when the remote recipient does not have OpenPGP and cannot decrypt a copy of the email in their own mailbox.

Mailbox.org also supports the discovery of public keys via HTTP from their Web Key Directory (WKD). This allows users outside of Mailbox.org to find the OpenPGP keys of Mailbox.org users easily, for cross-provider E2EE.

.onion Service
-- 2.47.2