Man Page: email::mime::encodings
Operating Environment: debian
Section: 3pm
Email::MIME::Encodings(3pm) User Contributed Perl Documentation Email::MIME::Encodings(3pm)NAMEEmail::MIME::Encodings - A unified interface to MIME encoding and decodingSYNOPSISuse Email::MIME::Encodings; my $encoded = Email::MIME::Encodings::encode(base64 => $body); my $decoded = Email::MIME::Encodings::decode(base64 => $encoded);DESCRIPTIONThis 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 PROJECTThis module is maintained by the Perl Email Project. <http://emailproject.perl.org/wiki/Email::MIME::Encodings>AUTHORSimon Cozens, "simon@cpan.org"SEE ALSO"MIME::Base64", "MIME::QuotedPrint", "Email::MIME".COPYRIGHT AND LICENSECopyright 2004, Casey West <casey@geeknest.com>. Copyright 2003 by Simon Cozens This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.10.0 2009-04-17 Email::MIME::Encodings(3pm)
| Related Man Pages |
|---|
| encode::mime::header(3pm) - redhat |
| mime::quotedprint(3pm) - mojave |
| email::mime(3pm) - debian |
| email::mime::createhtml::resolver::filesystem(3pm) - debian |
| email::thread(3pm) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| Adding the individual columns of a matrix. |
| Introduction |
| Find columns in a file based on header and print to new file |
| Weird 'find' results |