mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-20 21:27:07 +00:00
Updated text
This commit is contained in:
parent
3a0adafe8b
commit
4a5cd6ae01
1 changed files with 1 additions and 1 deletions
|
@ -416,7 +416,7 @@ public class EmailService implements AutoCloseable {
|
|||
if ("outlook.office365.com".equals(host) &&
|
||||
"AUTHENTICATE failed.".equals(ex.getMessage()))
|
||||
throw new AuthenticationFailedException(
|
||||
"The Outlook IMAP server currently fails to authenticate. " +
|
||||
"The Outlook IMAP server is currently not accepting logins. " +
|
||||
"Synchronizing and configuring accounts will work again after Microsoft has fixed this.",
|
||||
ex.getNextException());
|
||||
|
||||
|
|
Loading…
Reference in a new issue