Fix hostnames for Microsoft OAuth configuration
This commit is contained in:
parent
3c344ff808
commit
d8598a64b3
1 changed files with 2 additions and 2 deletions
|
@ -41,8 +41,8 @@ class AppOAuthConfigurationFactory : OAuthConfigurationFactory {
|
|||
|
||||
private fun createMicrosoftConfiguration(): Pair<List<String>, OAuthConfiguration> {
|
||||
return listOf(
|
||||
"imap.mail.yahoo.com",
|
||||
"smtp.mail.yahoo.com",
|
||||
"outlook.office365.com",
|
||||
"smtp.office365.com",
|
||||
) to OAuthConfiguration(
|
||||
clientId = BuildConfig.OAUTH_MICROSOFT_CLIENT_ID,
|
||||
scopes = listOf(
|
||||
|
|
Loading…
Reference in a new issue