Two problems with my first commit:
authorStephen Gran <steve@lobefin.net>
Sun, 24 May 2009 13:40:49 +0000 (14:40 +0100)
committerStephen Gran <steve@lobefin.net>
Sun, 24 May 2009 13:40:49 +0000 (14:40 +0100)
We need to specify the RFC 2047 character set as utf-8, not us-ascii,
for the encoding type field in the header

We need to only encode the FullName, and then tack on the emailaddr.
The examples in the RFC show this behavior, and at least mutt won't
decode the header if the email address is also RFC 2047 encoded (which
makes some sense - currently email addresses can only really be ascii).


No differences found