jstedfast / gmime

A C/C++ MIME creation and parser library with support for S/MIME, PGP, and Unix mbox spools.
GNU Lesser General Public License v2.1
118 stars 38 forks source link

handle message/global (like message/rfc822) #50

Closed dkg closed 6 years ago

dkg commented 6 years ago

Internationalized e-mail headers cause some level of confusion, but message/global looks like it is basically message/rfc822 but not necessarily 7-bit clean, and textual headers are expected to be utf-8 encoded.

it would be nice if gmime could handle this as smoothly as it handles message/rfc822.

See RFC 6532 for more details.

jstedfast commented 6 years ago

Ah, thanks - easy fix :)

jstedfast commented 6 years ago

Just released GMime 3.2.1 with this fix along with a number of other fixes. Has it really been nearly a year since I last made a release!? Holy cow!