mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-22 15:55:57 +00:00
Updated planned features
This commit is contained in:
parent
8f0f5fccb6
commit
4a33f0cf02
1 changed files with 32 additions and 30 deletions
62
FAQ.md
62
FAQ.md
|
@ -150,36 +150,38 @@ android.database.sqlite.SQLiteDiskIOException: disk I/O error (code 778)
|
||||||
|
|
||||||
🌎 [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/FAQ.md%23user-content-planned-features)
|
🌎 [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/FAQ.md%23user-content-planned-features)
|
||||||
|
|
||||||
* ~~Synchronize on demand (manual)~~
|
* ✔ ~~Synchronize on demand (manual)~~
|
||||||
* ~~Semi-automatic encryption~~
|
* ✔ ~~Semi-automatic encryption~~
|
||||||
* ~~Copy message~~
|
* ✔ ~~Copy message~~
|
||||||
* ~~Colored stars~~
|
* ✔ ~~Colored stars~~
|
||||||
* ~~Notification settings per folder~~
|
* ✔ ~~Notification settings per folder~~
|
||||||
* ~~Select local images for signatures~~ (this will not be added because it requires image file management and because images are not shown by default in most email clients anyway)
|
* ✔ ~~Select local images for signatures~~
|
||||||
* ~~Show messages matched by a rule~~
|
* ✔ ~~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 filter rules)
|
* ❌ ~~[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 filter rules)
|
||||||
* ~~Search for messages with/without attachments~~ (this cannot be added because IMAP doesn't support searching for attachments)
|
* ✔ ~~Search for messages with/without attachments~~ (on-device only because IMAP doesn't support searching for attachments)
|
||||||
* ~~Search for a folder~~ (filtering a hierarchical folder list is problematic)
|
* ✔ ~~Search for a folder~~
|
||||||
* ~~Search suggestions~~
|
* ✔ ~~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)
|
* ❌ ~~[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~~
|
* ✔ ~~Generic unified folders~~
|
||||||
* ~~New per account message notification schedules~~ (implemented by adding a time condition to rules so messages can be snoozed during selected periods)
|
* ✔ ~~New per account message notification schedules~~ (implemented by adding a time condition to rules so messages can be snoozed during selected periods)
|
||||||
* ~~Copy accounts and identities~~
|
* ✔ ~~Copy accounts and identities~~
|
||||||
* ~~Pinch zoom~~ (not reliably possible in a scrolling list; the full message view can be zoomed instead)
|
* ✔ ~~Pinch zoom~~
|
||||||
* ~~More compact folder view~~
|
* ✔ ~~More compact folder view~~
|
||||||
* ~~Compose lists and tables~~ (this requires a rich text editor, see [this FAQ](#user-content-faq99))
|
* ✔ ~~Compose lists~~
|
||||||
* ~~Pinch zoom text size~~
|
* ❌ ~~Compose tables~~ (the Android editor doesn't suppor tables)
|
||||||
* ~~Display GIFs~~
|
* ✔ ~~Pinch zoom text size~~
|
||||||
* ~~Themes~~ (a grey light and dark theme were added because this is what most people seems to want)
|
* ✔ ~~Display GIFs~~
|
||||||
* ~~Any day time condition~~ (any day doesn't really fit into the from/to date/time condition)
|
* ✔ ~~Themes~~
|
||||||
* ~~Send as attachment~~
|
* ❌ ~~Any day time condition~~ (any day doesn't really fit into the from/to date/time condition)
|
||||||
* ~~Widget for selected account~~
|
* ✔ ~~Send as attachment~~
|
||||||
* ~~Remind to attach files~~
|
* ✔ ~~Widget for selected account~~
|
||||||
* ~~Select domains to show images for~~ (this will be too complicated to use)
|
* ✔ ~~Remind to attach files~~
|
||||||
* ~~Unified starred messages view~~ (there is already a special search for this)
|
* ✔ ~~Select domains to show images for~~
|
||||||
* ~~Move notification action~~
|
* ✔ ~~Unified starred messages view~~ (implemented as saved search)
|
||||||
* ~~S/MIME support~~
|
* ✔ ~~Move notification action~~
|
||||||
* ~~Search for settings~~
|
* ✔ ~~S/MIME support~~
|
||||||
|
* ✔ ~~Search for settings~~
|
||||||
|
* ✔ Many more ...
|
||||||
|
|
||||||
Anything on this list is in random order and *might* be added in the near future.
|
Anything on this list is in random order and *might* be added in the near future.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue