Sreepriya Chalakkal added the comment:

Hi David, 

I would like to work on this bug. Can you give some more insights about the 
main issue? As far as I understood, the smtp server is now decoding the 
incoming bytes as UTF-8. Why do you say that it is not the right way? Can you 
give some idea about the right convention?  Also, you mention about a solution 
with a switch statement having default case as utf8. What are the other cases? 
And you also mention that smtpd should be emitting binary and unicode should be 
handled by the email package. 
But is it possible to make that change now as other functions depending on this 
might be affected?

----------
nosy: +sreepriya

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue19662>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to