- Fix regression causing noisy `mailparser` log messages to reappear - Rename `urls` list to `body_urls`
1.9.6
-----
- Add `urls` list to parsed `utils.parse_email()` results
1.9.5
-----
- In `utils.from_trusted_domain()`, if `use_authentication_results_original` is `True`, but the `Authentication-Results-Original` header does not exist, fall back to checking the `Authentication-Results` header
1.9.4
-----
- Add `automatic_reply` flag to parsed emails
1.9.3
-----
- Fix crash when parsing some `DKIM-Signature` headers - Fix `from_trusted_domain()` DMARC check - Don't convert plain text email bodies to markdown - Always include `body_markdown` in parsed results - Decode utf-8 encoded `Subject` and `Thread-Topic` headers in `headers_str` - Silence noisy `mailparser` log output
1.9.2
-----
- Remove some documentation from `README.md`, so the PyPI listing won't have outdated info - Add `Issues` and `Changelog` URLs to the PyPI listing