|
|
|
@ -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>
|
|
|
|
|