Updated FAQ

This commit is contained in:
M66B 2024-02-01 07:41:08 +01:00
parent f92c5bc43a
commit 8314457de5
2 changed files with 8 additions and 6 deletions

7
FAQ.md
View File

@ -5760,9 +5760,10 @@ Changes in the past resulted too often in lots of complaints of other people.
Requested features should:
* be useful to most people
* not complicate the usage of FairEmail
* fit within the philosophy of FairEmail (privacy-oriented, security-minded)
* within the scope of the app
* be useful to more than a few people
* fit logically and consistently within the app
* fit within the philosophy of the app (privacy-oriented, security-minded)
* comply with common standards (IMAP, SMTP, etc.)
* comply with the [Core app quality guidelines](https://developer.android.com/docs/quality-guidelines/core-app-quality)

View File

@ -2817,9 +2817,10 @@ adb install /path/to/FairEmail-xxx.apk</code></pre>
<p>A change will be considered only if more than a few people ask for it. Changes in the past resulted too often in lots of complaints of other people.</p>
<p>Requested features should:</p>
<ul>
<li>be useful to most people</li>
<li>not complicate the usage of FairEmail</li>
<li>fit within the philosophy of FairEmail (privacy-oriented, security-minded)</li>
<li>within the scope of the app</li>
<li>be useful to more than a few people</li>
<li>fit logically and consistently within the app</li>
<li>fit within the philosophy of the app (privacy-oriented, security-minded)</li>
<li>comply with common standards (IMAP, SMTP, etc.)</li>
<li>comply with the <a href="https://developer.android.com/docs/quality-guidelines/core-app-quality">Core app quality guidelines</a></li>
</ul>