|
NAMEEmail::Outlook::Message.pm - Read Outlook .msg filesSYNOPSISuse Email::Outlook::Message; my $msg = new Email::Outlook::Message $filename, $verbose; my $mime = $msg->to_email_mime; $mime->as_string; DESCRIPTIONParses .msg message files as produced by Microsoft Outlook.METHODS
BUGSNot all data that is in the .msg file is converted. There are some parts whose meaning escapes me, although more documentation on MIME properties is available these days. Other parts do not make sense outside of Outlook and Exchange.GPG signed mail is not processed correctly. Neither are attachments of type 'appledoublefile'. It would be nice if we could write .MSG files too, but that will require quite a big rewrite. AUTHORMatijs van Zuijlen, "matijs@matijs.net"COPYRIGHT AND LICENSECopyright 2002--2020 by Matijs van ZuijlenThis module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
Visit the GSP FreeBSD Man Page Interface. |