]> granicus.if.org Git - python/commit
Issue #6683: For SMTP logins we now try all authentication methods advertised
authorGerhard Häring <gh@ghaering.de>
Thu, 5 Aug 2010 14:08:44 +0000 (14:08 +0000)
committerGerhard Häring <gh@ghaering.de>
Thu, 5 Aug 2010 14:08:44 +0000 (14:08 +0000)
commit1c5471f319a4e5c7bbb56c7ae349b5fe455dc857
tree016a8aefb889ab62ac9863ed932d09a58b32e361
parentae7801813c56464e08f7a29c917aa2bc1326831b
Issue #6683: For SMTP logins we now try all authentication methods advertised
by the server. Many servers are buggy and advertise authentication methods they
o not support in reality. This change makes smtplib.auth() work more often in
the real world, where we face misconfigured servers and servers that advertise
methods they don't support due to the madness that is SASL.
Lib/smtplib.py
Misc/NEWS