davmail
davmail copied to clipboard
Authenticated username does not match the provided
trafficstars
I trying to set up davmail for my personal mail. With davmail's own clientId I get the same notice as https://github.com/mguessan/davmail/issues/363#issue-2409484136 I then tried the Outlook Desktop clientId and redirectUri and was able proceed to sign in. After pasting the code I get this error:
java.util.MissingResourceException: Can't find resource for bundle java.util.PropertyResourceBundle, key Authenticated username live.com#<my.email>@hotmail.com does not match <my.email>@hotmail.com
at java.base/java.util.ResourceBundle.getObject(ResourceBundle.java:564)
at java.base/java.util.ResourceBundle.getString(ResourceBundle.java:521)
at davmail.BundleMessage.format(BundleMessage.java:152)
at davmail.BundleMessage.format(BundleMessage.java:69)
at davmail.exception.DavMailException.getMessage(DavMailException.java:59)
at davmail.BundleMessage.getExceptionMessage(BundleMessage.java:204)
at davmail.BundleMessage.getExceptionLogMessage(BundleMessage.java:176)
at davmail.ui.tray.DavGatewayTray.displayMessage(DavGatewayTray.java:117)
at davmail.ui.tray.DavGatewayTray.error(DavGatewayTray.java:194)
at davmail.imap.ImapConnection.run(ImapConnection.java:161)
I suppose it could be due to davmail not understanding the newer API that Outlook has been updated to handle?