Skip to content
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.

Commit

Permalink
New email section
Browse files Browse the repository at this point in the history
  • Loading branch information
dngray committed Mar 1, 2020
1 parent 61348b2 commit b8781e4
Show file tree
Hide file tree
Showing 6 changed files with 497 additions and 340 deletions.
546 changes: 230 additions & 316 deletions _includes/sections/email-providers.html

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions _includes/sections/email-warning.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@

<div class="card border-danger">
<div class="card-header text-danger"><i class="fas fa-exclamation-circle fa-fw"></i> Warning</div>
<div class="card-body">
<p class="card-text text-danger">When using end-to-end encryption (E2EE) technology like <a href="https://en.wikipedia.org/wiki/Pretty_Good_Privacy">OpenPGP</a>, email will still have some metadata that is not encrypted in the header of the email. <a href="/providers/email/#metadata">Read more about email metadata.</a></p>
<p class="card-text text-danger">OpenPGP also does not support <a href="https://en.wikipedia.org/wiki/Forward_secrecy">Forward secrecy</a>, which means if either your or the recipient's private key is ever stolen, <strong>all</strong> previous messages encrypted with it will be exposed. <a href="/providers/email/#email-encryption">How do I protect my private keys?</a></p>
<p class="card-text text-secondary">Rather than use email for prolonged conversations, consider using a medium that does support Forward secrecy.</p>
<a href="/software/real-time-communication/" class="btn btn-outline-secondary">Recommended Instant Messengers</a>
</div>
</div>
2 changes: 2 additions & 0 deletions assets/img/svg/3rd-party/anonaddy-dark.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions assets/img/svg/3rd-party/anonaddy.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b8781e4

Please sign in to comment.