Updated FAQ

This commit is contained in:
M66B 2023-12-02 12:47:28 +01:00
parent 47ec1ade23
commit 8ab4090587
2 changed files with 17 additions and 0 deletions

12
FAQ.md
View File

@ -408,6 +408,7 @@ Anything on this list is in random order and *might* be added in the near future
* [(196) Can you add empty trash on leaving the app?](#faq196)
* [(197) How can I print a message?](#faq197)
* [(198) Can you add spell checking?](#faq198)
* [(199) Can you add proxy support?](#faq199)
[I have another question.](#get-support)
@ -5597,6 +5598,17 @@ That said, LanguageTool, which can be enabled in the integration settings, is an
<br>
<a name="faq199"></a>
**(199) Can you add proxy support?**
In fact, (HTTP, HTTPS, SOCKS) proxy support was removed because it is not possible to let an app proxy DNS requests,
or in other words, an in-app proxy will always leak host names and therefore give a false sense of security.
If you want to proxy traffic, for example to use Tor,
you should use an Android VPN-service based app, which is the only way to reliably proxy traffic.
<br>
<h2><a name="get-support"></a>Get support</h2>
&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https%3A%2F%2Fm66b.github.io%2FFairEmail%2F%23get-support)

View File

@ -381,6 +381,7 @@
<li><a href="#faq196">(196) Can you add empty trash on leaving the app?</a></li>
<li><a href="#faq197">(197) How can I print a message?</a></li>
<li><a href="#faq198">(198) Can you add spell checking?</a></li>
<li><a href="#faq199">(199) Can you add proxy support?</a></li>
</ul>
<p><a href="#get-support">I have another question.</a></p>
<p><a name="faq1"></a> <strong>(1) Which permissions are needed and why?</strong></p>
@ -2761,6 +2762,10 @@ adb install /path/to/FairEmail-xxx.apk</code></pre>
<p>Spell checking should be provided by the keyboard app for all other apps. Sometimes, particularly on ChromeOS, spell checking needs to be enabled in the settings.</p>
<p>That said, LanguageTool, which can be enabled in the integration settings, is an excellent style and spell checker.</p>
<p><br></p>
<p><a name="faq199"></a> <strong>(199) Can you add proxy support?</strong></p>
<p>In fact, (HTTP, HTTPS, SOCKS) proxy support was removed because it is not possible to let an app proxy DNS requests, or in other words, an in-app proxy will always leak host names and therefore give a false sense of security.</p>
<p>If you want to proxy traffic, for example to use Tor, you should use an Android VPN-service based app, which is the only way to reliably proxy traffic.</p>
<p><br></p>
<h2>
<a name="get-support"></a>Get support
</h2>