I just download the "Platform independent package davmail-5.3.0-trunk.zip" and issue still present. It always do POST /owa/auth/owaauth.dll with result of 404 error. And davmail.mode=EWS seems don't work. UPDATE: If I force adding to URL /ews/exchange.asmx seems work well, but in 5.2.0 I don't need to add this endpoint to URL.
I just download the "Platform independent package davmail-5.3.0-trunk.zip" and issue still present. It always do POST /owa/auth/owaauth.dll with result of 404 error. And davmail.mode=EWS seems don't work.
Looking for differences in my setup. With v5.3.0 it tries to POST to /owa/auth/owaauth.dll even if I have davmail.enableEws=ews in my config file. This POST returns a 404 error: >> "POST /owa/auth/owaauth.dll HTTP/1.1[\r][\n]" >> "User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0)[\r][\n]" >> "Host: example.com[\r][\n]" >> "Cookie: $Version=0; ClientId=R0YZXDSTEKXKSZDXWBAQ; $Path=/[\r][\n]" >> "Cookie: $Version=0; PBack=0[\r][\n]" >> "Content-Length: 34[\r][\n]" >> "Content-Type:...