Email::MIME::Encodings - A unified interface to MIME encoding and decoding


Email-MIME-Encodings documentation  | view source Contained in the Email-MIME-Encodings distribution.

Index


NAME

Top

Email::MIME::Encodings - A unified interface to MIME encoding and decoding

SYNOPSIS

Top

  use Email::MIME::Encodings;
  my $encoded = Email::MIME::Encodings::encode(base64 => $body);
  my $decoded = Email::MIME::Encodings::decode(base64 => $encoded);

DESCRIPTION

Top

This module simply wraps MIME::Base64 and MIME::QuotedPrint so that you can throw the contents of a Content-Transfer-Encoding header at some text and have the right thing happen.

PERL EMAIL PROJECT

Top

This module is maintained by the Perl Email Project.

http://emailproject.perl.org/wiki/Email::MIME::Encodings

AUTHOR

Top

Simon Cozens, simon@cpan.org

SEE ALSO

Top

MIME::Base64, MIME::QuotedPrint, Email::MIME.

COPYRIGHT AND LICENSE

Top


Email-MIME-Encodings documentation  | view source Contained in the Email-MIME-Encodings distribution.