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 zvyn
Recipients barry, jesstess, pitrou, r.david.murray, zvyn
Date 2014-07-16.18:27:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1405535282.82.0.60686400374.issue21935@psf.upfronthosting.co.za>
In-reply-to
Content
Done. I added the keyarg 'enable_AUTH' and two abstract methods to the server:
process_auth(user, password) for authentication and accept_recipient(user, mailfrom, rcptto) for authorization.
History
Date User Action Args
2014-07-16 18:28:02zvynsetrecipients: + zvyn, barry, pitrou, r.david.murray, jesstess
2014-07-16 18:28:02zvynsetmessageid: <1405535282.82.0.60686400374.issue21935@psf.upfronthosting.co.za>
2014-07-16 18:28:02zvynlinkissue21935 messages
2014-07-16 18:28:02zvyncreate