Issue 1075928: AUTH PLAIN in smtplib (original) (raw)

Created on 2004-11-30 11:27 by flyingboy, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
smtplib.py.patch flyingboy,2004-11-30 11:33 patch to AUTH PLAIN in smtplib
Messages (5)
msg47345 - (view) Author: James Lan (flyingboy) Date: 2004-11-30 11:27
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.
msg47346 - (view) Author: James Lan (flyingboy) Date: 2004-11-30 11:33
Logged In: YES user_id=222344 There's no uploaded file! You have to check the checkbox labeled "Check to Upload & Attach File" when you upload a file. In addition, even if you *did* check this checkbox, a bug in SourceForge prevents attaching a file when *creating* an issue. Please try again. (This is a SourceForge annoyance that we can do nothing about. :-( )
msg47347 - (view) Author: Johannes Gijsbers (jlgijsbers) * (Python triager) Date: 2004-11-30 12:13
Logged In: YES user_id=469548 Assigning to me for commit after the trunk opens again, as it shouldn't be harmful. James, I'm just wondering what servers are so broken that they can't handle the first form?
msg47348 - (view) Author: James Lan (flyingboy) Date: 2004-12-01 05:44
Logged In: YES user_id=222344 Some freemail servers in China :-( If you could read chinese, you can try registering an account at www.126.com :-)
msg47349 - (view) Author: Johannes Gijsbers (jlgijsbers) * (Python triager) Date: 2004-12-06 21:26
Logged In: YES user_id=469548 Checked in on HEAD as rev 1.66 of smtplib.py.
History
Date User Action Args
2022-04-11 14:56:08 admin set github: 41248
2004-11-30 11:27:11 flyingboy create