mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-29 11:15:51 +00:00
Added provider Strato.de
This commit is contained in:
parent
59bd4ec833
commit
21221e54bd
1 changed files with 13 additions and 1 deletions
|
@ -44,8 +44,8 @@
|
|||
<oauth
|
||||
authorizationEndpoint="https://login.microsoftonline.com/organizations/oauth2/v2.0/authorize"
|
||||
clientId="3514cf2c-e7a3-45a2-80d4-6a3c3498eca0"
|
||||
enabled="false"
|
||||
clientSecret="MZaRn@liyA0T98GwdRDK:m-cSWrUgA9:"
|
||||
enabled="false"
|
||||
redirectUri="https://oauth.faircode.eu/"
|
||||
scopes="openid,offline_access,profile,email,User.Read,Mail.ReadWrite,Mail.Send,MailboxSettings.ReadWrite"
|
||||
tokenEndpoint="https://login.microsoftonline.com/organizations/oauth2/v2.0/token" />
|
||||
|
@ -528,4 +528,16 @@
|
|||
port="465"
|
||||
starttls="false" />
|
||||
</provider>
|
||||
<provider
|
||||
name="Strato.de"
|
||||
link="https://www.strato.com/faq/en_us/product/the-strato-email-server/">
|
||||
<imap
|
||||
host="imap.strato.de"
|
||||
port="993"
|
||||
starttls="false" />
|
||||
<smtp
|
||||
host="smtp.strato.de"
|
||||
port="465"
|
||||
starttls="false" />
|
||||
</provider>
|
||||
</providers>
|
||||
|
|
Loading…
Reference in a new issue