Erik Cederstrand
Erik Cederstrand
Great, thanks for the clarification! I'm not sure how to make a more general fix where `some_folder.all()` will just work when the folder contains private items. With EWS, we can...
My previous comment in this thread describes how to filter private and public items. Unfortunately, you cannot combine view() with filter(), so you'll have to do this in two steps:...
We really need a list of private fields before we can work on this issue. I cannot reproduce locally. If you stumble across this issue, try running this on a...
I can’t find any documentation that these fields should be available on an EWS message item. Do you have a link describing these fields?
Ah, ok. The `GetUserRetentionPolicyTags` service is not yet supported in exchangelib. I still don't know what `Expires` refers to here.
I don't have any plans to work on this myself in the near future. Contributions are welcome, as always.
No, I don't have a personal need for this and am not actively working on this. As always, contributions are welcome.
exchangelib already has support for OAuth, so this issue is not really urgent anymore. If I understand MSAL correctly, it's just a more structured way of handling OAuth credentials.
@ljnsn Can you provide a short example or description here of MSAL in combination with exchangelib? Then I can add it to the docs and close this issue.
I'm closing this issue, at is seems nothing actually needs to change in this library. If someone wants to write up an example, feel free to post it here or...