1Email::MIME::Encodings(U3s)er Contributed Perl DocumentatEimoanil::MIME::Encodings(3)
2
3
4

NAME

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

SYNOPSIS

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

DESCRIPTION

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

PERL EMAIL PROJECT

20       This module is maintained by the Perl Email Project.
21
22       <http://emailproject.perl.org/wiki/Email::MIME::Encodings>
23

AUTHOR

25       Simon Cozens, "simon@cpan.org"
26

SEE ALSO

28       "MIME::Base64", "MIME::QuotedPrint", "Email::MIME".
29
31       Copyright 2004, Casey West <casey@geeknest.com>.
32
33       Copyright 2003 by Simon Cozens
34
35       This library is free software; you can redistribute it and/or modify it
36       under the same terms as Perl itself.
37
38
39
40perl v5.8.8                       2007-03-22         Email::MIME::Encodings(3)
Impressum