Updated FAQ

master
M66B 1 month ago
parent c849ffed23
commit cbd1f7f36b

@ -206,42 +206,42 @@ Most apps store their data in the cloud instead of on the device, which is why t
🌎 [Google Translate](https://translate.google.com/translate?sl=en&u=https%3A%2F%2Fm66b.github.io%2FFairEmail%2F%23planned-features)
* ✔ ~~Synchronize on demand (manual)~~
* ✔ ~~Semi-automatic encryption~~
* ✔ ~~Copy message~~
* ✔ ~~Colored stars~~
* ✔ ~~Notification settings per folder~~
* ✔ ~~Select local images for signatures~~
* ✔ ~~Show messages matched by a rule~~
* ✅ ~~Synchronize on demand (manual)~~
* ✅ ~~Semi-automatic encryption~~
* ✅ ~~Copy message~~
* ✅ ~~Colored stars~~
* ✅ ~~Notification settings per folder~~
* ✅ ~~Select local images for signatures~~
* ✅ ~~Show messages matched by a rule~~
* ❌ ~~[ManageSieve](https://tools.ietf.org/html/rfc5804)~~ (there are no maintained Java libraries with a suitable license and without dependencies and besides that, FairEmail has its own rules)
* ✔ ~~Search for messages with/without attachments~~ (on-device only because IMAP doesn't support searching for attachments)
* ✔ ~~Search for a folder~~
* ✔ ~~Search suggestions~~
* ✅ ~~Search for messages with/without attachments~~ (on-device only because IMAP doesn't support searching for attachments)
* ✅ ~~Search for a folder~~
* ✅ ~~Search suggestions~~
* ❌ ~~[Autocrypt Setup Message](https://autocrypt.org/autocrypt-spec-1.0.0.pdf) (section 4.4)~~ (IMO it is not a good idea to let an email client handle sensitive encryption keys for an exceptional use case while OpenKeychain can export keys, too)
* ✔ ~~Generic unified folders~~
* ✔ ~~New per-account message notification schedules~~ (implemented by adding a time condition to rules, so that messages can be snoozed during selected periods)
* ✔ ~~Copy accounts and identities~~
* ✔ ~~Pinch to zoom~~
* ✔ ~~More compact folder view~~
* ✔ ~~Compose lists~~
* ✅ ~~Generic unified folders~~
* ✅ ~~New per-account message notification schedules~~ (implemented by adding a time condition to rules, so that messages can be snoozed during selected periods)
* ✅ ~~Copy accounts and identities~~
* ✅ ~~Pinch to zoom~~
* ✅ ~~More compact folder view~~
* ✅ ~~Compose lists~~
* ❌ ~~Compose tables~~ (the Android editor doesn't support tables)
* ✔ ~~Pinch to zoom text size~~
* ✔ ~~Display GIFs~~
* ✔ ~~Themes~~
* ❌ ~~Any day time condition~~ (any day doesn't really fit into the from/to date/time condition)
* ✔ ~~Send as attachment~~
* ✔ ~~Widget for selected account~~
* ✔ ~~Remind to attach files~~
* ✔ ~~Select domains to show images for~~
* ✔ ~~Unified starred messages view~~ (implemented as saved search)
* ✔ ~~Move notification action~~
* ✔ ~~S/MIME support~~
* ✔ ~~Search for settings~~
* ✅ ~~Pinch to zoom text size~~
* ✅ ~~Display GIFs~~
* ✅ ~~Themes~~
* ✅ ~~Any day time condition~~
* ✅ ~~Send as attachment~~
* ✅ ~~Widget for selected account~~
* ✅ ~~Remind to attach files~~
* ✅ ~~Select domains to show images for~~
* ✅ ~~Unified starred messages view~~ (implemented as saved search)
* ✅ ~~Move notification action~~
* ✅ ~~S/MIME support~~
* ✅ ~~Search for settings~~
* ❌ ~~POP3 folders~~
* ✔ ~~Bottom action bar~~
* [SMTP Require TLS Option](https://datatracker.ietf.org/doc/html/rfc8689)
* [Unobtrusive End-to-End Email Signatures](https://datatracker.ietf.org/doc/draft-ietf-mailmaint-unobtrusive-signatures/)
* [OAuth for Thundermail](https://github.com/thunderbird/thunderbird-accounts/issues/1124)
* ✅ ~~Bottom action bar~~
* ❓ [SMTP Require TLS Option](https://datatracker.ietf.org/doc/html/rfc8689)
* ❓ [Unobtrusive End-to-End Email Signatures](https://datatracker.ietf.org/doc/draft-ietf-mailmaint-unobtrusive-signatures/)
* ❓ [OAuth for Thundermail](https://github.com/thunderbird/thunderbird-accounts/issues/1124)
Anything on this list is in random order and *might* be added in the near future.

@ -195,42 +195,42 @@
</h2>
<p>🌎 <a href="https://translate.google.com/translate?sl=en&amp;u=https%3A%2F%2Fm66b.github.io%2FFairEmail%2F%23planned-features">Google Translate</a></p>
<ul>
<li> <del>Synchronize on demand (manual)</del></li>
<li> <del>Semi-automatic encryption</del></li>
<li> <del>Copy message</del></li>
<li> <del>Colored stars</del></li>
<li> <del>Notification settings per folder</del></li>
<li> <del>Select local images for signatures</del></li>
<li> <del>Show messages matched by a rule</del></li>
<li> <del>Synchronize on demand (manual)</del></li>
<li> <del>Semi-automatic encryption</del></li>
<li> <del>Copy message</del></li>
<li> <del>Colored stars</del></li>
<li> <del>Notification settings per folder</del></li>
<li> <del>Select local images for signatures</del></li>
<li> <del>Show messages matched by a rule</del></li>
<li><del><a href="https://tools.ietf.org/html/rfc5804">ManageSieve</a></del> (there are no maintained Java libraries with a suitable license and without dependencies and besides that, FairEmail has its own rules)</li>
<li> <del>Search for messages with/without attachments</del> (on-device only because IMAP doesnt support searching for attachments)</li>
<li> <del>Search for a folder</del></li>
<li> <del>Search suggestions</del></li>
<li> <del>Search for messages with/without attachments</del> (on-device only because IMAP doesnt support searching for attachments)</li>
<li> <del>Search for a folder</del></li>
<li> <del>Search suggestions</del></li>
<li><del><a href="https://autocrypt.org/autocrypt-spec-1.0.0.pdf">Autocrypt Setup Message</a> (section 4.4)</del> (IMO it is not a good idea to let an email client handle sensitive encryption keys for an exceptional use case while OpenKeychain can export keys, too)</li>
<li> <del>Generic unified folders</del></li>
<li> <del>New per-account message notification schedules</del> (implemented by adding a time condition to rules, so that messages can be snoozed during selected periods)</li>
<li> <del>Copy accounts and identities</del></li>
<li> <del>Pinch to zoom</del></li>
<li> <del>More compact folder view</del></li>
<li> <del>Compose lists</del></li>
<li> <del>Generic unified folders</del></li>
<li> <del>New per-account message notification schedules</del> (implemented by adding a time condition to rules, so that messages can be snoozed during selected periods)</li>
<li> <del>Copy accounts and identities</del></li>
<li> <del>Pinch to zoom</del></li>
<li> <del>More compact folder view</del></li>
<li> <del>Compose lists</del></li>
<li><del>Compose tables</del> (the Android editor doesnt support tables)</li>
<li> <del>Pinch to zoom text size</del></li>
<li> <del>Display GIFs</del></li>
<li> <del>Themes</del></li>
<li> <del>Any day time condition</del> (any day doesnt really fit into the from/to date/time condition)</li>
<li> <del>Send as attachment</del></li>
<li> <del>Widget for selected account</del></li>
<li> <del>Remind to attach files</del></li>
<li> <del>Select domains to show images for</del></li>
<li> <del>Unified starred messages view</del> (implemented as saved search)</li>
<li> <del>Move notification action</del></li>
<li> <del>S/MIME support</del></li>
<li> <del>Search for settings</del></li>
<li> <del>Pinch to zoom text size</del></li>
<li> <del>Display GIFs</del></li>
<li> <del>Themes</del></li>
<li> <del>Any day time condition</del></li>
<li> <del>Send as attachment</del></li>
<li> <del>Widget for selected account</del></li>
<li> <del>Remind to attach files</del></li>
<li> <del>Select domains to show images for</del></li>
<li> <del>Unified starred messages view</del> (implemented as saved search)</li>
<li> <del>Move notification action</del></li>
<li> <del>S/MIME support</del></li>
<li> <del>Search for settings</del></li>
<li><del>POP3 folders</del></li>
<li> <del>Bottom action bar</del></li>
<li><a href="https://datatracker.ietf.org/doc/html/rfc8689">SMTP Require TLS Option</a></li>
<li><a href="https://datatracker.ietf.org/doc/draft-ietf-mailmaint-unobtrusive-signatures/">Unobtrusive End-to-End Email Signatures</a></li>
<li><a href="https://github.com/thunderbird/thunderbird-accounts/issues/1124">OAuth for Thundermail</a></li>
<li> <del>Bottom action bar</del></li>
<li><a href="https://datatracker.ietf.org/doc/html/rfc8689">SMTP Require TLS Option</a></li>
<li><a href="https://datatracker.ietf.org/doc/draft-ietf-mailmaint-unobtrusive-signatures/">Unobtrusive End-to-End Email Signatures</a></li>
<li><a href="https://github.com/thunderbird/thunderbird-accounts/issues/1124">OAuth for Thundermail</a></li>
</ul>
<p>Anything on this list is in random order and <em>might</em> be added in the near future.</p>
<p><br /></p>

Loading…
Cancel
Save