mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-01 04:35:57 +00:00
Prepare Yandex OAuth
This commit is contained in:
parent
30613e52e3
commit
1eea41077f
1 changed files with 8 additions and 0 deletions
|
@ -210,6 +210,14 @@
|
||||||
host="smtp.yandex.com"
|
host="smtp.yandex.com"
|
||||||
port="465"
|
port="465"
|
||||||
starttls="false" />
|
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>
|
||||||
<provider
|
<provider
|
||||||
name="web.de"
|
name="web.de"
|
||||||
|
|
Loading…
Reference in a new issue