Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SMTP client support #27

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Open

SMTP client support #27

wants to merge 11 commits into from

Conversation

joamag
Copy link
Contributor

@joamag joamag commented Jul 4, 2018

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

@coveralls
Copy link

coveralls commented Jul 4, 2018

Coverage Status

Coverage increased (+0.001%) to 45.863% when pulling f906bef on protocols/smtp_client into d8caba0 on master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants