Prepare Yandex OAuth

This commit is contained in:
M66B 2020-01-08 19:49:26 +01:00
parent 30613e52e3
commit 1eea41077f
1 changed files with 8 additions and 0 deletions

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"