* Prevent deadlock if IMAP connection terminates abnormally.
0.9.4
--------------------
This release exclusively updates dependencies in use.
0.9.3
--------------------
Fixed ^^^^^
* Gracefully handle unknown properties within report XML. In particular, this should allow to process reports send by Google again, which was not working anymore starting June 2023.
0.9.2
--------------------
Fixed ^^^^^
* Fix issue with Microsoft Exchange not handling string length being split across multiple packages. (`36 <https://github.com/jgosmann/dmarc-metrics-exporter/pull/36>`_)
0.9.1
--------------------
Fixed ^^^^^
* Fix problems with large emails that would either cause the whole program to crash or prevent the processing of any new emails. This was solved by updating the bite-parser dependency to at least version 0.2.2. (`34 <https://github.com/jgosmann/dmarc-metrics-exporter/issues/34>`_,
0.9.0
--------------------
Changed ^^^^^^^
* Update bite-parser dependency to version 0.2.1 to get better error output. * Drop support for Python 3.7.