https://github.com/mvz/email-outlook-message-perl
Email::Outlook::Message Perl module for reading Outlook .msg files
https://github.com/mvz/email-outlook-message-perl
hacktoberfest perl
Last synced: over 1 year ago
JSON representation
Email::Outlook::Message Perl module for reading Outlook .msg files
- Host: GitHub
- URL: https://github.com/mvz/email-outlook-message-perl
- Owner: mvz
- Created: 2009-02-01T22:12:56.000Z (over 17 years ago)
- Default Branch: master
- Last Pushed: 2025-02-02T00:32:54.000Z (over 1 year ago)
- Last Synced: 2025-03-28T06:02:59.792Z (over 1 year ago)
- Topics: hacktoberfest, perl
- Language: Perl
- Homepage: http://www.matijs.net/software/msgconv/
- Size: 347 KB
- Stars: 180
- Watchers: 14
- Forks: 31
- Open Issues: 9
-
Metadata Files:
- Readme: README
- Changelog: CHANGELOG
Awesome Lists containing this project
README
NAME
Email::Outlook::Message
DESCRIPTION
This module reads e-mail messages stored as .msg files (such as generated
by Outlook), and converts them to Email::MIME objects. It also includes a
command-line interface in the form of the msgconvert script.
You do not need Outlook installed to use this module.
VERSION
0.921
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:
Carp
Encode
Getopt::Long
IO::String
Pod::Usage
Email::MIME - 1.923 or later
Email::MIME::ContentType - 1.014 or later
Email::Sender - 1.3 or later
Email::Simple - 2.206 or later
OLE::Storage_Lite - 0.14 or later
For testing:
IO::All
Test::More
COPYRIGHT AND LICENCE
Copyright 2002--2020 Matijs van Zuijlen.
This program is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.