From 4f0d9a15c11d178c568396ccf1dfb9000e253d70 Mon Sep 17 00:00:00 2001 From: M66B Date: Sat, 2 Feb 2019 20:48:59 +0000 Subject: [PATCH] Updated FAQ --- FAQ.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/FAQ.md b/FAQ.md index db7a60da2a..a7da9c5a8c 100644 --- a/FAQ.md +++ b/FAQ.md @@ -297,10 +297,11 @@ So, unless your provider can enable this extension, you cannot use FairEmail for **(11) Why is POP not supported?** Besides that any decent email provider supports [IMAP](https://en.wikipedia.org/wiki/Internet_Message_Access_Protocol) these days, -using [POP](https://en.wikipedia.org/wiki/Post_Office_Protocol) will result in unnecessary battery usage and delayed new message notifications. -Moreover, POP is unsuitable for two way synchronization and more often than not people read email on different devices. +using [POP](https://en.wikipedia.org/wiki/Post_Office_Protocol) will result in unnecessary extra battery usage and delayed new message notifications. +Moreover, POP is unsuitable for two way synchronization and more often than not people read and write messages on different devices. +For example marking messages as read on the server and storing (backing up) drafts on the server is not possible with POP. -See also [here](https://support.google.com/mail/answer/7104828) about what Google writes about it. +See also [what Google writes about it](https://support.google.com/mail/answer/7104828).