The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
This is the README file for the PERL module MIME::Explode for Version 0.39

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 henrique.ribeiro.dias@gmail.com

Copyright (c) 2011 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.