Hi,
On Sun, 6 Sep 2015 10:39:31 -0400
"Dianne Skoll via RT" <bug-MIME-tools@rt.cpan.org> wrote:
Show quoted text
I didn't think so. MIME::Parser itself seems not taking care of
encoding of header fields. So when the header contains no
encoded-words but UTF-8 strings, it seems successfully parsed. So I
guessed needed change is essentially to add one line:
elsif (("$type/$subtype" eq "message/rfc822" ||
"$type/$subtype" eq "message/external-body" ||
+ "$type/$subtype" eq "message/global" ||
("$type/$subtype" eq "message/partial" && defined($head->mime_attr("content-type.number")) && $head->mime_attr("content-type.number") == 1)) &&
$self->extract_nested_messages) {
$self->debug("attempting to process a nested message");
return undef unless defined($self->process_message($in, $rdr, $ent));
}
I will prepare samples when I can. But you can close this ticket
anytime you prefer.
Regards,
-- nezumi
Show quoted text> Regards,
>
> Dianne.
>
--
Hatuka*nezumi - IKEDA Soji <nezumi@cpan.org>