diff --git a/app/src/main/java/eu/faircode/email/EmailService.java b/app/src/main/java/eu/faircode/email/EmailService.java index ce787cd579..85c8c6e4f3 100644 --- a/app/src/main/java/eu/faircode/email/EmailService.java +++ b/app/src/main/java/eu/faircode/email/EmailService.java @@ -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());