Releases: TINF21CS1/python-zimbra-web
Releases · TINF21CS1/python-zimbra-web
Release v2.1
Hotfix v2.0.3
- Fixed an issue where the E-mail would not be formatted correctly if the Subject Header was too long.
Hotfix v2.0.2
- Fix an issue where Umlauts and other Unicode would not be converted correctly when the content-type was
text/plain.
Hotfix v2.0.1
Broken documentation link in README
Release v2.0.0
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
cookiesdict intoSessionData - 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.emlparsingmodule withemlparsing.parse_eml() - Add
ZimbraUser.send_eml(emlstr: str)method to send an eml file. Onlytext/plainis supported!
Release v.1.1
Changelog
- Users can only send from their own E-mail address. If they maliciously changed the
From:header, sending will fail. - UTF-8 support
- Attachment support
- Verbose Responses
- Logout function