rjbs / email-mime-encodings
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (4)
- Wiki (1)
- Graphs
-
Tree:
cfb5eb2
commit cfb5eb2b4095d413f0fa6c8576a7b628851863e9
tree 4e80735c2ae687a8d1483e092bb5e9744068dc53
parent 91a3cf34927b3d5be97446a96611f6ace709d219
tree 4e80735c2ae687a8d1483e092bb5e9744068dc53
parent 91a3cf34927b3d5be97446a96611f6ace709d219
| name | age | message | |
|---|---|---|---|
| |
Changes | Thu Apr 16 19:02:26 -0700 2009 | |
| |
LICENSE | Mon Nov 20 06:44:48 -0800 2006 | |
| |
MANIFEST | Thu Mar 22 12:38:27 -0700 2007 | |
| |
Makefile.PL | Thu Apr 16 18:50:11 -0700 2009 | |
| |
README | Tue Jul 04 04:20:18 -0700 2006 | |
| |
lib/ | Thu Apr 16 19:24:42 -0700 2009 | |
| |
t/ |
README
NAME
Email::MIME::Encodings - A unified interface to MIME encoding and
decoding
SYNOPSIS
use Email::MIME::Encodings;
my $encoded = Email::MIME::Encodings::encode(base64 => $body);
my $decoded = Email::MIME::Encodings::decode(base64 => $encoded);
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.
AUTHOR
Simon Cozens, "simon@cpan.org"
SUPPORT
Beep... beep... this is a recorded announcement:
I've released this software because I find it useful, and I hope you
might too. But I am a being of finite time and I'd like to spend more of
it writing cool modules like this and less of it answering email, so
please excuse me if the support isn't as great as you'd like.
Nevertheless, there is a general discussion list for users of all my
modules, to be found at
http://lists.netthink.co.uk/listinfo/module-mayhem
If you have a problem with this module, someone there will probably have
it too.
SEE ALSO
"MIME::Base64", "MIME::QuotedPrint", "Email::MIME".
COPYRIGHT AND LICENSE
Copyright 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.

