Skip to content

Releases: TINF21CS1/python-zimbra-web

Release v2.1

06 Dec 14:26
95ef76f

Choose a tag to compare

  • Add is_parsable() to emlparsing

Hotfix v2.0.3

24 Nov 13:39
87ef55f

Choose a tag to compare

  • Fixed an issue where the E-mail would not be formatted correctly if the Subject Header was too long.

Hotfix v2.0.2

12 Nov 14:46
7f09790

Choose a tag to compare

  • Fix an issue where Umlauts and other Unicode would not be converted correctly when the content-type was text/plain.

Hotfix v2.0.1

12 Nov 14:45
48a75aa

Choose a tag to compare

Broken documentation link in README

Release v2.0.0

12 Nov 14:43
a3e5ac6

Choose a tag to compare

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!

Release v.1.1

02 Nov 08:35
0e0ab00

Choose a tag to compare

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

v1.0.1

21 Oct 15:54
bf4375e

Choose a tag to compare

This release contains only basic functionality to send plaintext ascii emails.

Fixes

  • Fixes #7 so that usage example in README is functional