|
|
|
@ -166,11 +166,10 @@
|
|
|
|
|
host="smtp.office365.com"
|
|
|
|
|
port="587"
|
|
|
|
|
starttls="true" />
|
|
|
|
|
<!--pop
|
|
|
|
|
<pop
|
|
|
|
|
host="outlook.office365.com"
|
|
|
|
|
port="995"
|
|
|
|
|
starttls="false" /-->
|
|
|
|
|
<!-- https://outlook.office.com/POP.AccessAsUser.All -->
|
|
|
|
|
starttls="false" />
|
|
|
|
|
<oauth
|
|
|
|
|
askAccount="true"
|
|
|
|
|
authorizationEndpoint="https://login.microsoftonline.com/{tenant}/oauth2/v2.0/authorize"
|
|
|
|
@ -179,7 +178,7 @@
|
|
|
|
|
privacy="https://privacy.microsoft.com/privacystatement"
|
|
|
|
|
prompt="login"
|
|
|
|
|
redirectUri="msauth.eu.faircode.email://auth"
|
|
|
|
|
scopes="profile,openid,email,offline_access,https://outlook.office.com/IMAP.AccessAsUser.All,https://outlook.office.com/SMTP.Send"
|
|
|
|
|
scopes="profile,openid,email,offline_access,https://outlook.office.com/IMAP.AccessAsUser.All,https://outlook.office.com/SMTP.Send,https://outlook.office.com/POP.AccessAsUser.All"
|
|
|
|
|
tokenEndpoint="https://login.microsoftonline.com/{tenant}/oauth2/v2.0/token"
|
|
|
|
|
tokenScopes="true" />
|
|
|
|
|
<!-- https://docs.microsoft.com/en-us/azure/active-directory/develop/v2-oauth2-auth-code-flow -->
|
|
|
|
|