- 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