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)
commitc18ac1149b9051374d362dd6aea52485dc31a997
tree5b3ecf48362554ff3d7674ad3d645823126cfed8
parentecc535d579851f8463aa231bb428d1041c9cf730
Two problems with my first commit:

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).
ud-useradd