You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Despite prominent notices about caring about Unicode lamson breaks outgoing headers too.
lamson.encoding.properly_encode_header uses email.charset.Charset.header_encode which doesn't know about splitting multibyte sequences and asks to use email.header.Header instead. As the result, headers in message objects created by lamson may include utf8 characters broken between their bytes.
The text was updated successfully, but these errors were encountered:
wRAR
added a commit
to wRAR/lamson
that referenced
this issue
Dec 19, 2012
Despite prominent notices about caring about Unicode lamson breaks outgoing headers too.
lamson.encoding.properly_encode_header
usesemail.charset.Charset.header_encode
which doesn't know about splitting multibyte sequences and asks to useemail.header.Header
instead. As the result, headers in message objects created by lamson may include utf8 characters broken between their bytes.The text was updated successfully, but these errors were encountered: