File: README

package info (click to toggle)
libmime-explode-perl 0.39-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 464 kB
  • sloc: perl: 473; makefile: 2
file content (25 lines) | stat: -rw-r--r-- 932 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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.