MIME::DecodeText - Decode any multipart encoded text.


MIME-DecodeText documentation  | view source Contained in the MIME-DecodeText distribution.

Index


NAME

Top

MIME::DecodeText - Decode any multipart encoded text.

SYNOPSIS

Top

  use MIME::DecodeText;

  my $decoded_text = decode_text($encoded_text);

DESCRIPTION

Top

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.

EXPORT

  decode_text

AUTHOR

Top

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

SEE ALSO

Top

MIME::Base64, MIME::QuotedPrint.


MIME-DecodeText documentation  | view source Contained in the MIME-DecodeText distribution.