]> Sergey Matveev's repositories - public-inbox.git/commitdiff
msgiter: do not assume UTF-8 if Email::MIME->body_str succeeds
authorEric Wong <e@80x24.org>
Thu, 31 Oct 2019 00:33:04 +0000 (00:33 +0000)
committerEric Wong <e@80x24.org>
Thu, 31 Oct 2019 00:33:50 +0000 (00:33 +0000)
ISO-2202-JP and other non-UTF-8 messages need to be displayed
correctly.

Fixes: 7d82a8bc04ce ('handle "multipart/mixed" messages which are not multipart')

No differences found