From 9cb4de080fcd4a5193f8246743b1d3f20ea9d828 Mon Sep 17 00:00:00 2001 From: M66B Date: Mon, 27 Aug 2018 09:37:17 +0000 Subject: [PATCH] Added FAQ --- FAQ.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/FAQ.md b/FAQ.md index e91a332c..5da37d20 100644 --- a/FAQ.md +++ b/FAQ.md @@ -89,6 +89,15 @@ 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. +
If you have another question, you can use [this forum](https://forum.xda-developers.com/android/apps-games/source-email-t3824168).