netius
netius copied to clipboard
SMTP client support
Description
This PR tries to bring support for SMTP client usage within the asyncio event loop. This would bring a quick win in terms of product usage.
- Able to run an SMTP client session with success
- Support for the SSL upgrade operation inside a
Transport- it's a dependency to make the SMTP client work
This PR is related to #23