What's Changed
* Remove any hardcoded references to studgate.dhbw-mannheim.de or student.dhbw-mannheim.de Domain
* Adding verbose logging
* UTF-8 support
* Add attachment functionality
* Move `cookies` dict into `SessionData`
* Store Expiry Unix time of Auth Token cookie
* Add `ZimbraUser.logout()` method
* Add Sphinx Documentation and build it automatically
* Add package to PyPI: `pip install zimbraweb`
* Add `zimbraweb.emlparsing` module with `emlparsing.parse_eml()`
* Add `ZimbraUser.send_eml(emlstr: str)` method to send an eml file. Only `text/plain` is supported!