You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I trying to set up davmail for my personal mail. With davmail's own clientId I get the same notice as #363 (comment)
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?
The text was updated successfully, but these errors were encountered:
I trying to set up davmail for my personal mail. With davmail's own clientId I get the same notice as #363 (comment)
I then tried the Outlook Desktop clientId and redirectUri and was able proceed to sign in. After pasting the code I get this error:
I suppose it could be due to davmail not understanding the newer API that Outlook has been updated to handle?
The text was updated successfully, but these errors were encountered: