[issue8489] Support UTF8SMTP as part of RFC 5336 in smptlib

2013-02-23 Thread Hugo Hallman
Hugo Hallman added the comment: Can not reproduce the problem in 2.7 Attaching a patch with test cases proving that the problem is solved. Patch based on current tip 2.7. -- keywords: +patch nosy: +hhallman Added file: http://bugs.python.org/file29181/issue8489.patch

[issue8489] Support UTF8SMTP as part of RFC 5336 in smptlib

2013-02-23 Thread R. David Murray
R. David Murray added the comment: Well, this issue changed into a feature request for UTF8SMTP support, which I do intend to implement at some point. It does indeed appear like the original problem (not converting unicode strings into ASCII) was fixed in 2.7 at some point, though, which is

[issue8489] Support UTF8SMTP as part of RFC 5336 in smptlib

2013-02-23 Thread David Lam
David Lam added the comment: looks like RFC 6531 obsoletes 5336 -- http://datatracker.ietf.org/doc/rfc6531/ (6531 says its the Proposed Standard, whereas 5336 says its Experimental etc etc) -- ___ Python tracker rep...@bugs.python.org

[issue8489] Support UTF8SMTP as part of RFC 5336 in smptlib

2013-01-08 Thread David Lam
Changes by David Lam d...@dlam.me: -- nosy: +dlam ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8489 ___ ___ Python-bugs-list mailing list

[issue8489] Support UTF8SMTP as part of RFC 5336 in smptlib

2012-10-07 Thread Ramchandra Apte
Changes by Ramchandra Apte maniandra...@gmail.com: -- components: -Unicode, email title: Support UTF8SMTP as part of RFC 5336 in smtlib - Support UTF8SMTP as part of RFC 5336 in smptlib ___ Python tracker rep...@bugs.python.org

[issue8489] Support UTF8SMTP as part of RFC 5336 in smptlib

2012-10-07 Thread R. David Murray
Changes by R. David Murray rdmur...@bitdance.com: -- components: +email ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8489 ___ ___