[issue1685453] email package should work better with unicode

2011-12-05 Thread R. David Murray
R. David Murray 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 _

[issue1685453] email package should work better with unicode

2011-12-05 Thread Sivan Greenberg
Sivan Greenberg 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 issues are convert

[issue1685453] email package should work better with unicode

2010-12-27 Thread R. David Murray
R. David Murray 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 assigned to me anyway,

[issue1685453] email package should work better with unicode

2010-07-17 Thread Éric Araujo
Changes by Éric Araujo : -- nosy: +merwok ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.

[issue1685453] email package should work better with unicode

2010-06-24 Thread Shashwat Anand
Changes by Shashwat Anand : -- nosy: +l0nwlf ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyth

[issue1685453] email package should work better with unicode

2010-05-05 Thread Barry A. Warsaw
Changes by Barry A. Warsaw : -- assignee: barry -> r.david.murray nosy: +r.david.murray ___ Python tracker ___ ___ Python-bugs-list

[issue1685453] email package should work better with unicode

2010-03-06 Thread Peter Kleiweg
Peter Kleiweg 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 characters in the text,

[issue1685453] email package should work better with unicode

2009-06-17 Thread R. David Murray
Changes by R. David Murray : -- dependencies: +email.header.decode_header data types are inconsistent and incorrectly documented versions: +Python 3.2 -Python 3.0 ___ Python tracker _

[issue1685453] email package should work better with unicode

2009-05-01 Thread Ben Gamari
Changes by Ben Gamari : -- nosy: +bgamari ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.

[issue1685453] email package should work better with unicode

2009-03-30 Thread Hirokazu Yamamoto
Hirokazu Yamamoto 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 _

[issue1685453] email package should work better with unicode

2009-03-30 Thread Daniel Diniz
Daniel Diniz 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 address helper, emai