[issue5259] smtplib is broken in Python3

bill report at bugs.python.org
Wed Feb 18 23:46:17 CET 2009


bill <toastedrobot at gmail.com> added the comment:

sorry, pressed the wrong button.

that solution does work. didn't find this until #python helped me get:

return encode_base64( ("\0%s\0%s" % (user, password) ).encode('ascii') )

----------
nosy: +toastedrobot
title: gmail smtp -> smtplib is broken in Python3
type:  -> crash

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5259>
_______________________________________


More information about the Python-bugs-list mailing list