- also support Python 3.10-3.12 - use GitHub Actions for testing - convert tests to pytest, drop dependency on PyhonicTestCase - replace `CommandParserTestCase` and `SMTPTestCase` with helper classes unrelated to unittest's `TestCase` to facilitate reuse with plain pytest functions.
0.7.1
- support Python 3.9
0.7.0
- support AUTH LOGIN
0.6.0
- pymta now also supports Python 3 (contributed by Alex Grönholm) - require pycerberus >= 0.5 to simplify some validation code - dropped support for Python 2.3-2.6 (still supporting Python 2.7)
0.5.2
- Fix bug - detect of command/message also when the terminator is sent in multiple packages (fixes manual message submission with telnet)
0.5.1
- Fix egg file generation: Include all necessary packages in eggs