commit | 1c5471f319a4e5c7bbb56c7ae349b5fe455dc857 | [log] [tgz] |
---|---|---|
author | Gerhard Häring <gh@ghaering.de> | Thu Aug 05 14:08:44 2010 +0000 |
committer | Gerhard Häring <gh@ghaering.de> | Thu Aug 05 14:08:44 2010 +0000 |
tree | 016a8aefb889ab62ac9863ed932d09a58b32e361 | |
parent | ae7801813c56464e08f7a29c917aa2bc1326831b [diff] |
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.