NAME
Email::Outlook::Message.pm - Read Outlook .msg files
SYNOPSIS
use Email::Outlook::Message;
my $msg = new Email::Outlook::Message $filename, $verbose;
my $mime = $msg->to_email_mime;
$mime->as_string;
DESCRIPTION
Parses .msg message files as produced by Microsoft Outlook.
METHODS
- new($msg, $verbose)
-
Parse the file pointed at by $msg. Set $verbose to a true value to print information about skipped parts of the .msg file on STDERR.
- to_email_mime
-
Output result as an Email::MIME object.
BUGS
Not all data that's in the .msg file is converted. There simply are some parts whose meaning escapes me. Formatting of text messages will also be lost. GPG signed mail is not processed correctly.
AUTHOR
Matijs van Zuijlen, matijs@matijs.net
COPYRIGHT AND LICENSE
Copyright 2002, 2004, 2006--2009 by Matijs van Zuijlen
This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.