mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-01 04:35:57 +00:00
Merge branch 'master' into dev
This commit is contained in:
commit
3c9681e15a
4 changed files with 5 additions and 2 deletions
2
FAQ.md
2
FAQ.md
|
@ -5683,6 +5683,8 @@ You can enable enforcing DANA in the (advanced) account and identity settings (s
|
|||
|
||||
Note that only some email servers support DANE and that only a limited number of DNS servers support DNSSEC, which is required for DANE.
|
||||
|
||||
Except for DANE, FairEmail won't enforce DNSSEC because adoption of DNSSEC is still limited (~30% at the start of 2024).
|
||||
|
||||
<br>
|
||||
|
||||
<h2><a name="get-support"></a>Get support</h2>
|
||||
|
|
|
@ -98,7 +98,7 @@ This table provides a complete overview of all shared data and the conditions un
|
|||
| OpenAI | Received and entered message texts | Upen pressing a button in a navigation bar (*) |
|
||||
| Gravatar | [MD5 hash](https://en.wikipedia.org/wiki/MD5) of email addresses | If Gravatars are enabled, upon receiving a message (*) |
|
||||
| Libravatar | [MD5 hash](https://en.wikipedia.org/wiki/MD5) of email addresses | If Libravatars are enabled, upon receiving a message (*) |
|
||||
| GitHub | None, but see the remarks below | Upon downloading Adguard tracking parameter list |
|
||||
| GitHub | None, but see the remarks below | Upon downloading AdGuard tracking parameter list |
|
||||
| | | Upon downloading Disconnect's Tracker Protection lists |
|
||||
| | | Upon checking for updates (*) |
|
||||
| BIMI | Domain name of email addresses | If BIMI is enabled, upon receiving a message (*) |
|
||||
|
|
|
@ -2779,6 +2779,7 @@ adb install /path/to/FairEmail-xxx.apk</code></pre>
|
|||
<p>You can use <a href="https://ssl-tools.net/tlsa-generator">this tool</a> to generate TSLA DNS records.</p>
|
||||
<p>You can enable enforcing DANA in the (advanced) account and identity settings (since version 1.2148).</p>
|
||||
<p>Note that only some email servers support DANE and that only a limited number of DNS servers support DNSSEC, which is required for DANE.</p>
|
||||
<p>Except for DANE, FairEmail won’t enforce DNSSEC because adoption of DNSSEC is still limited (~30% at the start of 2024).</p>
|
||||
<p><br></p>
|
||||
<h2>
|
||||
<a name="get-support"></a>Get support
|
||||
|
|
|
@ -145,7 +145,7 @@
|
|||
<tr class="even">
|
||||
<td>GitHub</td>
|
||||
<td>None, but see the remarks below</td>
|
||||
<td>Upon downloading Adguard tracking parameter list</td>
|
||||
<td>Upon downloading AdGuard tracking parameter list</td>
|
||||
</tr>
|
||||
<tr class="odd">
|
||||
<td></td>
|
||||
|
|
Loading…
Reference in a new issue