exchangelib icon indicating copy to clipboard operation
exchangelib copied to clipboard

Python client for Microsoft Exchange Web Services (EWS)

Results 3 exchangelib issues
Sort by recently updated
recently updated
newest added

Item create/update in send mode sometimes returns a result even though it shouldn't. Relax this assertion.

Hello, I have trouble getting `Folder.glob` to work for deeper nested glob patterns. The issue seems to stem from using `rsplit` inside the `_glob` function of `Folder`: https://github.com/nylas/exchangelib/blob/a9369b26a1a6d2e0b0019f069e47cb2f4f09ec40/exchangelib/folders.py#L428 If we...

### Background Fixed EWS calendar title length bug where the event wouldn't be created if a user submitted an event with a title >255 characters through Nylas API https://app.clubhouse.io/nylas/story/18334/event-with-a-title-255-characters-accepted-on-nylas-but-failed-to-create-on-ews-calendar ###...