From b136b5baf7541d720014a76247a92a83695b7939 Mon Sep 17 00:00:00 2001 From: M66B Date: Tue, 22 Mar 2022 16:17:20 +0100 Subject: [PATCH] Updated FAQ --- FAQ.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/FAQ.md b/FAQ.md index f8cd02dbc8..50df4816d8 100644 --- a/FAQ.md +++ b/FAQ.md @@ -3264,6 +3264,13 @@ are not available, for example when using a non Play store version of the app, o OAuth is not supported for third party builds like the F-Droid build, please [see here](#user-content-faq147) about why not. +Since version 1.1859 there is support for custom OAuth. +To use custom OAuth, an XML file containing the server and OAuth data, like the client secret, should be created and imported. +Please [see here](https://github.com/M66B/FairEmail/blob/master/app/src/main/res/xml/providers.xml) about how the XML file should look like. +The XML file can be imported via a button in the debug panel of the miscellaneous settings of the app. +To show the debug panel, debug mode mode should temporarily be enabled. +After importing, you can use the quick setup wizard to configure an account. +