]> granicus.if.org Git - python/commit
Closes #6683: add a test that exercises multiple authentication.
authorAndrew Kuchling <amk@amk.ca>
Mon, 11 Nov 2013 19:03:23 +0000 (14:03 -0500)
committerAndrew Kuchling <amk@amk.ca>
Mon, 11 Nov 2013 19:03:23 +0000 (14:03 -0500)
commit785918250fc818d83a5bb6e62a3018c67fba76ee
treeb633e482212f31faf67a34159a3b70cc67fd562e
parentfc0cad8b04b872ab2af7c9c232247513892687c8
Closes #6683: add a test that exercises multiple authentication.
The SMTP server advertises four different authentication methods, and
the code will try CRAM-MD5 first, which will fail, but LOGIN succeeds.
Lib/test/test_smtplib.py