Mickaël Guessant

Results 143 comments of Mickaël Guessant

I received a similar feedback from another user, and the issue was that the code was not an O365 code but a duo authentication code. Please make sure the url...

Did you try to tweak java.net.preferIPv6Addresses ? See https://docs.oracle.com/javase/8/docs/technotes/guides/net/ipv6_guide/ => just provided it on java command line

Makes sense, now that we dropped support for older java versions we can use nio API. => fix available in trunk, trying to set file readable by user on initial...

Sorry first try had wrong permissions, should be fixed

Well UIDPLUS is indeed not supported (yet), however DavMail does support IMAP IDLE. I don't see why UIDPLUS is a mandatory requirement, it's an extension, not part of the main...

First step is to set default domain in DavMail settings: ``` # Default windows domain for NTLM and basic authentication davmail.defaultDomain= ``` Then we can have a close look at...

Not a full answer to you request, but I added a -token command line option to just open the O365InteractiveAuthenticator and print refresh token on console

If you combine davmail -token with the optional setting: davmail.oauth.tokenFilePath to set a separate file path for tokens you should be able to get seamless update of refresh tokens. Note...

We had issues on allday events a long time ago in WebDav mode, guess it's not the case here, need to investigate further the logs to understand why th allday...

@singe looks good, need some time to validate. Previous attempt broke thing on synchronisation.