- Bugfix: fix authenticated test failures (credit P-EB)
1.1.5
-----
- Bugfix: avoid raising ``asyncio.CancelledError`` on connection lost - Bugfix: allow UTF-8 chars in usernames and password strings - Feature: allow bytes type args for login usernames and passwords
1.1.4
-----
- Bugfix: parsing comma separated addresses in to header (credit gjcarneiro) - Feature: add py.typed file (PEP 561, credit retnikt)
1.1.3
-----
- Feature: add pause and resume writing methods to ``SMTPProcotol``, via ``asyncio.streams.FlowControlMixin`` (thanks ikrivosheev).
- Bugfix: allow an empty sender (credit ikrivosheev)
- Cleanup: more useful error message when login called without TLS
1.1.2
-----
- Bugfix: removed ``docs`` and ``tests`` from wheel, they should only be in the source distribution.
1.1.1
-----
- Bugfix: Fix handling of sending legacy email API (Message) objects.
- Bugfix: Fix SMTPNotSupported error with UTF8 sender/recipient names on servers that don't support SMTPUTF8.