[issue15014] smtplib: add support for arbitrary auth methods

R. David Murray report at bugs.python.org
Wed Jun 6 15:01:57 CEST 2012


R. David Murray <rdmurray at bitdance.com> added the comment:

Yes, this is a need I also ran into, but hadn't gotten around to submitting a bug for.  If we are going to do this, though, I think we should do it right and add the ability to support arbitrary login methods.  An example of one way to do this is the imaplib authobj protocol.  

As things are, I wound up implementing XYMCOOKIE login using the even-more-primitive-than-SMTP-cmd-level operation 'do_cmd'.

----------
nosy: +r.david.murray
title: smtplib: allow to choose auth method on login() -> smtplib: add support for arbitrary auth methods
type:  -> enhancement

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


More information about the Python-bugs-list mailing list