1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-28 18:59:01 +00:00

Prepare Yandex OAuth

This commit is contained in:
M66B 2020-01-08 19:49:26 +01:00
parent 30613e52e3
commit 1eea41077f

View file

@ -210,6 +210,14 @@
host="smtp.yandex.com"
port="465"
starttls="false" />
<oauth
authorizationEndpoint="https://oauth.yandex.com/authorize"
clientId=""
clientSecret=""
enabled="false"
redirectUri="https://oauth.faircode.eu/"
scopes="mail:imap_full,mail:smtp"
tokenEndpoint="https://oauth.yandex.com/token" />
</provider>
<provider
name="web.de"