This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author r.david.murray
Recipients r.david.murray, sandro.tosi
Date 2012-06-06.13:01:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1338987717.14.0.554096698034.issue15014@psf.upfronthosting.co.za>
In-reply-to
Content
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'.
History
Date User Action Args
2012-06-06 13:01:57r.david.murraysetrecipients: + r.david.murray, sandro.tosi
2012-06-06 13:01:57r.david.murraysetmessageid: <1338987717.14.0.554096698034.issue15014@psf.upfronthosting.co.za>
2012-06-06 13:01:56r.david.murraylinkissue15014 messages
2012-06-06 13:01:56r.david.murraycreate