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

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) 2003 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.