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
  • Version 1
  • 6690c53
  • 81a8516
  • Correctly decode encoded From headers

Showing 6690c53-81a8516

Comments

Pushed new version 1

Hi, and thanks, I will look at this i a few days.

→ State changed from Open to Closed

It’s now merged inte master

Add a new comment:

Login or create an account to post a comment

How to apply this merge request to your repository