From e71a406df85c2a9201901a95618b329b8cb1b2d3 Mon Sep 17 00:00:00 2001 From: M66B Date: Thu, 13 Sep 2018 11:07:41 +0000 Subject: [PATCH] Removed FAQ --- FAQ.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/FAQ.md b/FAQ.md index 4cc9d692..a207f145 100644 --- a/FAQ.md +++ b/FAQ.md @@ -100,15 +100,6 @@ STARTTLS starts with an unencrypted connection and is therefore not secure. All known IMAP servers support IMAP with STARTTLS, so there is no need to support STARTTLS for IMAP. If you encounter an IMAP server that requires STARTTLS, please [create an issue](https://github.com/M66B/open-source-email/issues/new). - -**(12) What is the difference between Chrome Custom Tabs and WebViews?** - -The main difference is that [Chrome Custom Tabs](https://developer.chrome.com/multidevice/android/customtabs) store cookies persistently -and [WebViews](https://developer.android.com/reference/android/webkit/WebView) do not. -The latter is both safer and more inconvenient because you'll need to login to websites each and every time. - -Chrome Custom Tabs are used by default, which can be changed in the advanced options in the setup screen. - **(13) How does progressive search work?**