Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 1fbb133559a85c6ed767cb5ed9749018 > files > 9

perl-MIME-Explode-0.380.0-1mdv2010.0.i586.rpm

This is the README file for the PERL module MIME::Explode for Version 0.38

MIME::Explode - Perl extension for explode MIME messages

MIME::Explode is perl module for parsing and decoding single or multipart
MIME messages, and outputting its decoded components to a given directory
ie, this module is designed to allows users to extract the attached files
out of a MIME encoded email messages or mailboxes.

To install MIME::Explode module type the following:

% perl Makefile.PL
% make
% make test
% make install

You can access the MIME::Explode documentation with perldoc MIME::Explode
For examples look at examples directory.

Questions, bug reports, useful code bits, and suggestions for
MIME::Explode hould just be sent to me at hdias@aesbuc.pt

Copyright (c) 2006 Henrique Dias. All rights reserved.
This program is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.