Mickaël Guessant

Results 143 comments of Mickaël Guessant

Thanks for your contribution, will merge this after a few checks

Merged first commit, need some more time for the second one: O365Authenticator is supposed to be headless so user interaction was not an option. However for SMS based authentication there...

This may be an access rights issue. The easiest way to check this would be to connect with EWSEditor and try to open target calendar

Basic shared calendar access should work. Would need to implement a different endpoint to provide direct access to any folder

I need to investigate this further. The thunderbird addon probably uses CalendarView to access those limited access shared calendars. I am pretty sure there is not other way to access...

In order to make interactive authentication work, you need an up to date JDK with OpenJFX support. DavMail was tested with latest Azul JRE FX, on windows a standalone package...

Trunk builds are available on Github directly: https://github.com/mguessan/davmail#trunk-builds

You probably have OpenJFX 11 installed and try to use it with OpenJDK 8, this will obviously not work. Note that OpenJFX is no longer embedded in latest OpenJDK/Oracle JDK...

First, thank you for your contribution. I have a few questions: - I noticed you forced ContactDataShape to AllProperties with retrieves *all* properties instead of only the supported list, are...

Sorry for the delay, should be able to look into this again soon. I will probably make it an optional feature first as I faced regressions during my initial tests