Hello mhonarc,
I am not subscribed to this list, so reply me directly.
I found that mhonarc doesn't decode Subject: per RFC2047, so I make a
quick patch to enable this feature to make it support Chinese.
The patch is traightforward:
1. see if subject is encoded; in what encoding ( Base64 or
QuotedPrintable);
2. split multi line;
3. decode each line;
4. concatenate them to a string;
The patch uses CPAN module MIME
--
lark
- Re: MIME Subject patch Wang Jian
- Re: MIME Subject patch Earl Hood
mhonarc.mime.subject.patch