1Email::MIME::Encodings(U3s)er Contributed Perl DocumentatEimoanil::MIME::Encodings(3)
2
3
4
6 Email::MIME::Encodings - A unified interface to MIME encoding and
7 decoding
8
10 use Email::MIME::Encodings;
11 my $encoded = Email::MIME::Encodings::encode(base64 => $body);
12 my $decoded = Email::MIME::Encodings::decode(base64 => $encoded);
13
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
20 This module is maintained by the Perl Email Project.
21
22 <http://emailproject.perl.org/wiki/Email::MIME::Encodings>
23
25 Simon Cozens, "simon@cpan.org"
26
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.12.0 2009-04-17 Email::MIME::Encodings(3)