[issue16005] smtplib.SMTP().sendmail() and rset()

R. David Murray report at bugs.python.org
Sun Sep 23 20:04:14 CEST 2012


R. David Murray added the comment:

The rset just returns the connection to the "base" state, allowing a new message sending transaction to start from a known state.

In any case, since the library has done this in the past, it must continue to do this in the future, or it will break currently working code.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16005>
_______________________________________


More information about the Python-bugs-list mailing list