From 2cf71f81ace9f4c9be4ecb5e07ba0c84f6eaa6c0 Mon Sep 17 00:00:00 2001 From: Marcel Bokhorst Date: Tue, 28 Jan 2020 22:33:18 +0100 Subject: [PATCH 1/3] Update FAQ.md --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 62ac6abfef..8967efeec0 100644 --- a/FAQ.md +++ b/FAQ.md @@ -2689,7 +2689,7 @@ This requires a compatible audio recorder app to be installed. In particular [this common intent](https://developer.android.com/reference/android/provider/MediaStore.Audio.Media.html#RECORD_SOUND_ACTION) needs to be supported. -For example [this audio recorder](https://play.google.com/store/apps/details?id=com.sonymobile.androidapp.audiorecorder) is compatible. +For example [this audio recorder](https://f-droid.org/app/com.github.axet.audiorecorder) is compatible. Voice notes will automatically be attached. From 30fe00c893a05c6f7d4f718cb37532f2f0563178 Mon Sep 17 00:00:00 2001 From: Marcel Bokhorst Date: Tue, 28 Jan 2020 23:05:44 +0100 Subject: [PATCH 2/3] Update FAQ.md --- FAQ.md | 1 + 1 file changed, 1 insertion(+) diff --git a/FAQ.md b/FAQ.md index 8967efeec0..fe56ffee48 100644 --- a/FAQ.md +++ b/FAQ.md @@ -1527,6 +1527,7 @@ The following authentication methods are supported and used in this order: * LOGIN * PLAIN * CRAM-MD5 +* XOAUTH2 ([Gmail](https://developers.google.com/gmail/imap/xoauth2-protocol), Yandex) * NTLM (untested) SASL authentication methods, besides CRAM-MD5, are not supported From 2b70eefe68d00f4fbbd96c8193ceec713c009183 Mon Sep 17 00:00:00 2001 From: Marcel Bokhorst Date: Tue, 28 Jan 2020 23:07:53 +0100 Subject: [PATCH 3/3] Update FAQ.md --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index fe56ffee48..b7fc6fee19 100644 --- a/FAQ.md +++ b/FAQ.md @@ -1527,7 +1527,7 @@ The following authentication methods are supported and used in this order: * LOGIN * PLAIN * CRAM-MD5 -* XOAUTH2 ([Gmail](https://developers.google.com/gmail/imap/xoauth2-protocol), Yandex) +* XOAUTH2 ([Gmail](https://developers.google.com/gmail/imap/xoauth2-protocol), [Yandex](https://tech.yandex.com/oauth/)) * NTLM (untested) SASL authentication methods, besides CRAM-MD5, are not supported