The title of the newsletter is not being encoded correctly, as the conversion of UTF8 into quoted printable (=xx) and the encapsulation into =?utf-8?Q?...= is missing.
For example, a subject of "Jörg" should be encoded as "=?utf-8?Q?J=c3=b6rg?=", but isn't.
Comments
Comment #1
ralphb commentedAfter reading through the PHP documentation and the activeMail code it seems that an RFC-compliant solution is currently not possible (this would involve a multi-line subject header, see RFC 2047). In the interim, we could at least use some proper encoding but keep everything in one single line:
Then replace
by
This fixes display issues in at least mutt and Thunderbird (on OSX).
Comment #2
mightyiam commentedIs this still open??
Comment #3
sutharsan commentedIssue closed. No response for too long time.