Perl Diver 2.33
Main Environment Variables Perl Default Values Perl Config - Summary Perl Config - Full Installed Modules List Directory uptime Docs

Module Documentation
Details and documentation about a specific module, including version and documentation (if available). Note that while links to perldoc.com and search.cpan.org are provided, the module may be part of a larger distribution. If you reach a File Not Found page on either site, please try the parent module.

Email::MIME::Encodings

Name Email::MIME::Encodings
Version 1.315
Located at /usr/share/perl5
File /usr/share/perl5/Email/MIME/Encodings.pm
Is Core No
Search CPAN for this module Email::MIME::Encodings
Documentation Email::MIME::Encodings
Module Details Email::MIME::Encodings


NAME

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


VERSION

version 1.315


SYNOPSIS

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

If a third argument is given, it is the encoding to which to fall back. If no valid codec can be found (considering both the first and third arguments) then an exception is raised.


DESCRIPTION

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.

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


AUTHORS


COPYRIGHT AND LICENSE

This software is copyright (c) 2004 by Simon Cozens and Casey West.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.

Perl Diver brought to you by ScriptSolutions.com © 1997- 2026