Updated FAQ

This commit is contained in:
M66B 2024-07-19 17:26:03 +02:00
parent 5995d79d35
commit 6c2b0dd14f
2 changed files with 16 additions and 7 deletions

4
FAQ.md
View File

@ -1134,9 +1134,9 @@ You can decode S/MIME signatures, etc, [here](https://lapo.it/asn1js/).
<br /> <br />
*pretty Easy privacy* *Planck Security* (formerly: *pretty Easy privacy* or p≡p)
There is still [no approved standard](https://tools.ietf.org/id/draft-birk-pep-00.html) for pretty Easy privacy (p≡p) and not many people are using it. There is still no approved standard for p≡p and not many people are using it.
However, FairEmail can send and receive PGP encrypted messages, which are compatible with p≡p. However, FairEmail can send and receive PGP encrypted messages, which are compatible with p≡p.
Also, FairEmail understands incoming p≡p messages since version 1.1519, Also, FairEmail understands incoming p≡p messages since version 1.1519,

View File

@ -8,10 +8,19 @@
<style> <style>
code{white-space: pre-wrap;} code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;} span.smallcaps{font-variant: small-caps;}
span.underline{text-decoration: underline;} div.columns{display: flex; gap: min(4vw, 1.5em);}
div.column{display: inline-block; vertical-align: top; width: 50%;} div.column{flex: auto; overflow-x: auto;}
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;} div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
ul.task-list{list-style: none;} /* The extra [class] is a hack that increases specificity enough to
override a similar rule in reveal.js */
ul.task-list[class]{list-style: none;}
ul.task-list li input[type="checkbox"] {
font-size: inherit;
width: 0.8em;
margin: 0 0.8em 0.2em -1.6em;
vertical-align: middle;
}
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
</style> </style>
<link rel="shortcut icon" href="https://raw.githubusercontent.com/M66B/FairEmail/master/app/src/main/ic_launcher-web.png"> <link rel="shortcut icon" href="https://raw.githubusercontent.com/M66B/FairEmail/master/app/src/main/ic_launcher-web.png">
<meta name="theme-color" content="#006db3"> <meta name="theme-color" content="#006db3">
@ -778,8 +787,8 @@ openssl pkcs12 -export -legacy -in certbag.pem &gt;legacy.p12</code></pre>
<pre><code>openssl smime -verify &lt;xxx.eml</code></pre> <pre><code>openssl smime -verify &lt;xxx.eml</code></pre>
<p>You can decode S/MIME signatures, etc, <a href="https://lapo.it/asn1js/">here</a>.</p> <p>You can decode S/MIME signatures, etc, <a href="https://lapo.it/asn1js/">here</a>.</p>
<p><br /></p> <p><br /></p>
<p><em>pretty Easy privacy</em></p> <p><em>Planck Security</em> (formerly: <em>pretty Easy privacy</em> or p≡p)</p>
<p>There is still <a href="https://tools.ietf.org/id/draft-birk-pep-00.html">no approved standard</a> for pretty Easy privacy (p≡p) and not many people are using it.</p> <p>There is still no approved standard for p≡p and not many people are using it.</p>
<p>However, FairEmail can send and receive PGP encrypted messages, which are compatible with p≡p. Also, FairEmail understands incoming p≡p messages since version 1.1519, so the encrypted subject will be shown and the embedded message text will be shown more nicely.</p> <p>However, FairEmail can send and receive PGP encrypted messages, which are compatible with p≡p. Also, FairEmail understands incoming p≡p messages since version 1.1519, so the encrypted subject will be shown and the embedded message text will be shown more nicely.</p>
<p><br /></p> <p><br /></p>
<p>S/MIME sign/encrypt is a pro feature, but all other PGP and S/MIME operations are free to use.</p> <p>S/MIME sign/encrypt is a pro feature, but all other PGP and S/MIME operations are free to use.</p>