mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-03 05:34:51 +00:00
Updated FAQ
This commit is contained in:
parent
3b246fde43
commit
c8c74e9e0a
2 changed files with 4 additions and 0 deletions
3
FAQ.md
3
FAQ.md
|
@ -4800,6 +4800,9 @@ Yes, favicons can be enabled in the display-settings tab page.
|
||||||
To reduce privacy concerns, the app fetches favicons directly from the internet using the domain name of email addresses.
|
To reduce privacy concerns, the app fetches favicons directly from the internet using the domain name of email addresses.
|
||||||
In other words, no third-party service is used.
|
In other words, no third-party service is used.
|
||||||
|
|
||||||
|
If no favicon is shown for an email address, please check for favicons via [this service](https://realfavicongenerator.net/),
|
||||||
|
and if there are any, please [contact me](https://contact.faircode.eu/?product=fairemailsupport).
|
||||||
|
|
||||||
Since version 1.2210 it is also possible to use DuckDuckGo's icon service (GitHub version only).
|
Since version 1.2210 it is also possible to use DuckDuckGo's icon service (GitHub version only).
|
||||||
There are concerns about [privacy](https://github.com/duckduckgo/Android/issues/527).
|
There are concerns about [privacy](https://github.com/duckduckgo/Android/issues/527).
|
||||||
|
|
||||||
|
|
|
@ -2443,6 +2443,7 @@ $NotDisplayed</code></pre>
|
||||||
<p>🌎 <a href="https://translate.google.com/translate?sl=en&u=https%3A%2F%2Fm66b.github.io%2FFairEmail%2F%23faq154">Google Translate</a></p>
|
<p>🌎 <a href="https://translate.google.com/translate?sl=en&u=https%3A%2F%2Fm66b.github.io%2FFairEmail%2F%23faq154">Google Translate</a></p>
|
||||||
<p>Yes, favicons can be enabled in the display-settings tab page.</p>
|
<p>Yes, favicons can be enabled in the display-settings tab page.</p>
|
||||||
<p>To reduce privacy concerns, the app fetches favicons directly from the internet using the domain name of email addresses. In other words, no third-party service is used.</p>
|
<p>To reduce privacy concerns, the app fetches favicons directly from the internet using the domain name of email addresses. In other words, no third-party service is used.</p>
|
||||||
|
<p>If no favicon is shown for an email address, please check for favicons via <a href="https://realfavicongenerator.net/">this service</a>, and if there are any, please <a href="https://contact.faircode.eu/?product=fairemailsupport">contact me</a>.</p>
|
||||||
<p>Since version 1.2210 it is also possible to use DuckDuckGo’s icon service (GitHub version only). There are concerns about <a href="https://github.com/duckduckgo/Android/issues/527">privacy</a>.</p>
|
<p>Since version 1.2210 it is also possible to use DuckDuckGo’s icon service (GitHub version only). There are concerns about <a href="https://github.com/duckduckgo/Android/issues/527">privacy</a>.</p>
|
||||||
<p>Since version 1.2213 it is possible to configure an alternative URI to fetch favicons in the debug options by temporarily enabling debug mode in the miscellaneous-settings tab page. For example:</p>
|
<p>Since version 1.2213 it is possible to configure an alternative URI to fetch favicons in the debug options by temporarily enabling debug mode in the miscellaneous-settings tab page. For example:</p>
|
||||||
<pre><code>https://icons.duckduckgo.com/ip3/{domain}.ico
|
<pre><code>https://icons.duckduckgo.com/ip3/{domain}.ico
|
||||||
|
|
Loading…
Reference in a new issue