Mickaël Guessant

Results 201 comments of Mickaël Guessant

Interesting, the xdg-open is because Chrome detects an unsupported protocol (urn:) => try to do the same with dev tools open and check both console and network tabs The interesting...

@VoodooCode14 please be aware that the code has a very short lifetime. Also please don't post it in cleartext as it's sensitive information. The code must be exchanged through a...

splitusername wouldn't help over SMTP, the CreateItem call to send message doesn't support impersonation. I don't even know if it's possible over EWS

I checked again the code, the send message is implemented by creating an item in the sent folder with send message flag. I am wondering if doing this on the...

If you have access to the calendar folder you should be able to access it in Caldav mode through DavMail. Check https://davmail.sourceforge.net/faq.html for examples

That's weird because the whole build process is hosted and managed by OpenSuse so I expect the keys to match

Usually you don't need the tenantid set. Did you try with default DavMail clientId ? It should already have the scopes required for DavMail to work. As Microsoft started deprecating...

Thanks for your feedback. I can just confirm that DavMail tries to update application configuration inside package. Changing files elsewhere on the system would require more complex changes. I no...

Sorry for the delay, I can answer on first issue: refresh token stored by DavMail is encrypted with client provided password over IMAP, Caldav, ... Thus the root cause of...

There were issues recently with stolen authentication token cookies/context, maybe related. It may also be that with latest JDK DavMail is unable to register custom protocol handler, look for "Unable...