How do I decode unicode characters in the subject using email.message_from_string()?

Gabriel Genellina gagsl-py2 at yahoo.com.ar
Wed Feb 25 13:21:58 EST 2009


En Wed, 25 Feb 2009 15:44:18 -0200, <rdmurray at bitdance.com> escribió:

> Tab is not mentioned in RFC 2822 except to say that it is a valid
> whitespace character.  Header folding (insertion of <cr><lf>) can
> occur most places whitespace appears, and is defined in section
> 2.2.3 thusly: [...]
> So, the whitespace characters are supposed to be left unchanged
> after unfolding.

Yep, there is an old bug report sleeping in the tracker about this...

-- 
Gabriel Genellina




More information about the Python-list mailing list