
MIME::DecodeText - Decode any multipart encoded text.

use MIME::DecodeText; my $decoded_text = decode_text($encoded_text);

Decode any multipart differently encoded text.
Now distinguishes Base64, QuotedPrintable encoded and plain text parts of the space-separated text string.
Usage sample is decoding of message subjects which were encoded in various ways by different mail agents with non-US locale applied.
decode_text

Vlad Danego, <vlad@al.lg.ua>
