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 dveeden
Recipients barry, dveeden, r.david.murray
Date 2014-01-23.10:06:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390471607.54.0.823911326419.issue20352@psf.upfronthosting.co.za>
In-reply-to
Content
As far as I understood the RFC:

A client should send CAPA and check if there is a SASL tag in the response (e.g. "SASL PLAIN").

===============================
+OK Dovecot ready.
AUTH PLAIN base64_encoded_info
+OK Logged in.
LIST
===============================
I've replace the base64 encoded authentication info with 'base64_encoded_info'

For other authentication mechanisms the response can be longer (it may contain a challenge) and the request may only contain the mechanim.

I don't have a server which supports anything else than AUTH PLAIN, so I could verify/test this.
History
Date User Action Args
2014-01-23 10:06:47dveedensetrecipients: + dveeden, barry, r.david.murray
2014-01-23 10:06:47dveedensetmessageid: <1390471607.54.0.823911326419.issue20352@psf.upfronthosting.co.za>
2014-01-23 10:06:47dveedenlinkissue20352 messages
2014-01-23 10:06:47dveedencreate