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 aptshansen
Recipients
Date 2007-03-16.06:21:45
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
This seems reasonable to me; the preference of which authentication modes to use shouldn't be a hardcoded decision in smtplib, especially if one of the biggest email servers around breaks if we can't.

However, I think it needs a couple things done before it should be accepted:
  #1) The code patch itself needs to be done against the trunk, as it doesn't currently apply cleanly (it's a trivial fix)
  #2) The documentation patch should include mention of the "constants" of smtplib.AUTH_*
History
Date User Action Args
2007-08-23 15:53:31adminlinkissue1521196 messages
2007-08-23 15:53:31admincreate