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:
parent
30613e52e3
commit
1eea41077f
1 changed files with 8 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue