ISO-8859-1 is plain text. The problem is that the header data has been encoded in Base64, and encapsulated as per RFC 1522. The easiest way to undo it would probably be something like:
use MIME::Words qw(:all); $header = decode_mimewords($raw_header);
In reply to Re: ISO-8859-1 to plain text conversion
by Bob9000
in thread ISO-8859-1 to plain text conversion
by adixon
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |