- Add warnings about `msgconvert` not being suitable for forensics
1.9.0
-----
- Fix multiple bugs in `mailsuite.utils.from_trusted_domain()` - By default, `mailsuite.utils.from_trusted_domain()` will now return `True` if the SLD or FQDN of an authenticated domain is in `trusted_domains` - Convert documentation to markdown - Convert build backend from `setuptools` to `hatch`
1.8.2
-----
- Raise `ValueError` when trying to parse something that isn't an email
1.8.1
-----
- Fix error when calling `utils.from_trusted_domain()` - Fix outdated package version number - Accept a file path as possible input for the `data` argument in `utils.parse_email()`
1.8.0
-----
- Parse `Authentication-Results` and `DKIM-Signature` headers - Add `utils.from_trusted_domain()` - Parsed header keys and values are now stored at the root of the parsed email dictionary, instead of in a `headers` dictionary - Add `raw_headers` to parsed email output