Reviewing merge request #2: Fix adding encoded email address
The commit message is explicit by itself :)
Previously, From line of the form "=?iso-8859-1?q?p=F6stal?= <foo@bar>"
would be submitted as it. Now, the name is correctly decoded according
to the encoding specified in the value.
This is defined by the RFC 2047, you can find more information at
http://docs.python.org/library/email.header.html
Commits that would be merged:
Version 1


Add a new comment:
Login or create an account to post a comment