The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Email-Outlook-Message
=====================

This module reads e-mail messages stored as .msg files (such as
generated by Outlook), and converts them to Email::MIME objects. It was
originally extracted from the msgconvert.pl script
(http://www.matijs.net/software/msgconv/).

You do not need Outlook installed to use this module. 

INSTALLATION

To install this module type the following:

  perl Build.PL
  ./Build
  ./Build test
  ./Build install

You may have to become root for that final step.

DEPENDENCIES

This module requires these other modules:

Core:

  Carp
  POSIX
  Encode

Others:

  Email::MIME::ContentType  - 1.014 or later
  Email::MIME::Modifier	    - 1.442 or later
  Email::MIME::Creator	    - 1.454 or later
  Email::Simple		    - 2.003 or later
  OLE::Storage_Lite	    - 0.14 or later

For testing:

  IO::All
  Test::More

COPYRIGHT AND LICENCE

  Copyright 2002, 2004, 2006--2009 Matijs van Zuijlen.

  This program is free software; you can redistribute it and/or
  modify it under the same terms as Perl itself.