Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 days 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 (almost 16 years ago)
- Default Branch: master
- Last Pushed: 2024-11-02T15:36:20.000Z (about 2 months ago)
- Last Synced: 2024-12-11T17:06:15.561Z (11 days ago)
- Topics: hacktoberfest, perl
- Language: Perl
- Homepage: http://www.matijs.net/software/msgconv/
- Size: 344 KB
- Stars: 175
- Watchers: 15
- Forks: 31
- Open Issues: 8
-
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 installYou may have to become root for that final step.
DEPENDENCIES
This module requires these other modules:
Carp
Encode
Getopt::Long
IO::String
Pod::UsageEmail::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 laterFor testing:
IO::All
Test::MoreCOPYRIGHT 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.