[issue1685453] email package should work better with unicode

2011-12-05 Thread Sivan Greenberg
Sivan Greenberg siv...@gmail.com added the comment: I am having hard time parsing all the text/html and text/plain parts of a message, concatenating them into a string. I am thinking of writing some custom code to do manual handling of this... If this could be fixed that would be great. The

[issue1685453] email package should work better with unicode

2011-12-05 Thread R. David Murray
R. David Murray rdmur...@bitdance.com added the comment: That particular problem will get fixed in the next version of the email package (hopefully in Python3.3), but that isn't ready yet. -- ___ Python tracker rep...@bugs.python.org

[issue1685453] email package should work better with unicode

2010-12-27 Thread R. David Murray
R. David Murray rdmur...@bitdance.com added the comment: Now that we are primarily focused on Python3 development, collecting unicode issues is not really all that useful (at least not to me, and I'm currently doing the email maintenance), so I'm closing this. All the relevant issues are

[issue1685453] email package should work better with unicode

2010-07-17 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- nosy: +merwok ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1685453 ___ ___ Python-bugs-list mailing

[issue1685453] email package should work better with unicode

2010-06-24 Thread Shashwat Anand
Changes by Shashwat Anand anand.shash...@gmail.com: -- nosy: +l0nwlf ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1685453 ___ ___

[issue1685453] email package should work better with unicode

2010-05-05 Thread Barry A. Warsaw
Changes by Barry A. Warsaw ba...@python.org: -- assignee: barry - r.david.murray nosy: +r.david.murray ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1685453 ___

[issue1685453] email package should work better with unicode

2010-03-06 Thread Peter Kleiweg
Peter Kleiweg pklei...@xs4all.nl added the comment: In Python 3.1.1, email.mime.text.MIMEText accepts an 8-bit charset, but not utf-8. I think you should not have to specify a charset. All strings are unicode now, so I think the package should choose an appropriate charset based on the

[issue1685453] email package should work better with unicode

2009-06-17 Thread R. David Murray
Changes by R. David Murray rdmur...@bitdance.com: -- dependencies: +email.header.decode_header data types are inconsistent and incorrectly documented versions: +Python 3.2 -Python 3.0 ___ Python tracker rep...@bugs.python.org

[issue1685453] email package should work better with unicode

2009-05-01 Thread Ben Gamari
Changes by Ben Gamari bgam...@gmail.com: -- nosy: +bgamari ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1685453 ___ ___ Python-bugs-list mailing

[issue1685453] email package should work better with unicode

2009-03-31 Thread Hirokazu Yamamoto
Hirokazu Yamamoto ocean-c...@m2.ccsnet.ne.jp added the comment: Probably these are related too. #5259 #5304 -- dependencies: +email/base64mime.py cannot work, smtplib is broken in Python3 nosy: +ocean-city ___ Python tracker rep...@bugs.python.org

[issue1685453] email package should work better with unicode

2009-03-30 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Link to #1681333, #4487, #1443875, #1555842, #4661, #1078919, #963906, #1379416 and #1368247. -- components: +Unicode dependencies: +Add utf8 alias for email charsets, Email.Header encodes non-ASCII content incorrectly, Unicode email