Erik Cederstrand

Results 206 comments of Erik Cederstrand

Added to the documentation at https://ecederstrand.github.io/exchangelib/#msal-on-office-365

Nope, to my knowledge it's not fixed. I also cannot reproduce this in my local setup. You'll need to start debugging in your own processes where the memory usage is...

Fixed in https://github.com/scikit-garden/scikit-garden/pull/112

Thanks for the report! We made the change in API version from `Exchange2019` to `Exchange2016` in https://github.com/ecederstrand/exchangelib/issues/1210. Does switching back to exchangelib v4.9.0 actually work? If so, you can test...

In that case, your best bet is to run a successful and a non-successful connection attempt and compare the XML requests and responses. You can also try hardcoding the version...

To find out what's wrong you'll need to compare the XML requests and responses of a working and non-working version. [Enable debug logging](https://ecederstrand.github.io/exchangelib/#troubleshooting) and post the request and response where...

It looks like EWS doesn't like the GetFolder XML format of one or more of the child folders. Can you try out something like this? ```python from exchangelib.folders import FolderCollection,...