]> granicus.if.org Git - python/commit
Patch #1075928: AUTH PLAIN in smtplib.
authorJohannes Gijsbers <jlg@dds.nl>
Mon, 6 Dec 2004 21:25:26 +0000 (21:25 +0000)
committerJohannes Gijsbers <jlg@dds.nl>
Mon, 6 Dec 2004 21:25:26 +0000 (21:25 +0000)
commit25946ddac90e2f69199af740cbaaa08beb13d9a9
tree3013584eeea877c9eb534c70d2f692bc3cf82161
parentb8b09d05130aeba86ae41d3bee8fa3c6e7395339
Patch #1075928: AUTH PLAIN in smtplib.

smtplib can not log in to some server using command AUTH PLAIN, it sends
``user\0user\0pass'' to the server, but ``\0user\0pass'' has better
compatibility.
Lib/smtplib.py