Exchangelib

Latest version: v5.5.0

Safety actively analyzes 682404 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 11 of 15

1.10.4

------

- Added support for most item fields. The remaining ones are mentioned in issue \203.

1.10.3

------

- Added an `exchangelib.util.PrettyXmlHandler` log handler which will pretty-print and highlight XML requests and
responses.

1.10.2

------

- Greatly improved folder navigation. See the 'Folders' section in the README
- Added deprecation warnings for `Account.folders` and
`Folder.get_folder_by_name()`

1.10.1

------

- Bugfix release

1.10.0

------

- Removed the `verify_ssl` argument to `Account`, `discover` and
`Configuration`. If you need to disable TLS verification, register a custom `HTTPAdapter` class. A sample adapter
class is provided for convenience:

python
from exchangelib.protocol import BaseProtocol, NoVerifyHTTPAdapter

BaseProtocol.HTTP_ADAPTER_CLS = NoVerifyHTTPAdapter

1.9.6

-----

- Support new Office365 build numbers

Page 11 of 15

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.