Releases: nylas/exchangelib
Releases · nylas/exchangelib
v1.11.5-0.14.18
Merge pull request #88 from nylas/incident-20230412-elevated-504s-fro…
Adds `Canada/Eastern` timezone
Adds Canada/Eastern
timezone to library
Recent Timezone Addition fix
Updates the following timezones that were recently added:
Canada/Pacific
EST
US/Arizona
US/Central
US/Eastern
US/Mountain
US/Pacific
Adding timezones
Adds missing timezones:
Canada/Pacific
EST
US/Arizona
US/Central
US/Eastern
US/Mountain
US/Pacific
add depth to queryset
Merge pull request #80 from ecederstrand/patch-1 Add QuerySet.depth() modifier
add color for calendars
Calendar colors are stored as messages in the Wunderlink entries in the “Common Views” folder.
Add message_disposition arg to rsvp methods
Add message_disposition
arg to the accept
, decline
, and tentatively_accept
methods
Update Requests Kerberos
• Replace requests-kerberos with Nylas maintained Python 2 compatible version
Handle additional exceptions when fetching distinguished folders
- Now catching
ErrorItemNotFound
andErrorNoPublicFolderReplicaAvailable
like in the upstream repo.
Use ensure_binary for HTTPOAuthAuth header
v1.11.5-0.14.8 Add ensure_binary to HTTPOAuthAuth header (#70)