All Projects → mvz → Email Outlook Message Perl

mvz / Email Outlook Message Perl

Email::Outlook::Message Perl module for reading Outlook .msg files

Programming Languages

perl
6916 projects

Projects that are alternatives of or similar to Email Outlook Message Perl

Ember Data Url Templates
an ember-addon to allow building urls with url templates instead of defining buildURL
Stars: ✭ 130 (-0.76%)
Mutual labels:  hacktoberfest
Linearprogressbar
Material Linear Progress Bar for your iOS apps
Stars: ✭ 131 (+0%)
Mutual labels:  hacktoberfest
Picsum Photos
Lorem Ipsum... but for photos.
Stars: ✭ 1,751 (+1236.64%)
Mutual labels:  hacktoberfest
Yii2 Twig
Yii 2 Twig extension.
Stars: ✭ 130 (-0.76%)
Mutual labels:  hacktoberfest
Ookii Dialogs Winforms
Common dialog classes for Windows Forms applications
Stars: ✭ 130 (-0.76%)
Mutual labels:  hacktoberfest
Showmethexaml
A WPF component making it easy to show the corresponding XAML for WPF custom styles and controls
Stars: ✭ 130 (-0.76%)
Mutual labels:  hacktoberfest
Docker Mailman
Dockerfiles for the mailman suite.
Stars: ✭ 130 (-0.76%)
Mutual labels:  hacktoberfest
Umodbus
Python implementation of the Modbus protocol.
Stars: ✭ 129 (-1.53%)
Mutual labels:  hacktoberfest
Fossurl
Your Own Url Shortner Without any fancy server side processing and support for custom url , which can even be hosted on GitHub Pages
Stars: ✭ 131 (+0%)
Mutual labels:  hacktoberfest
Homebrew Openjdk
AdoptOpenJDK HomeBrew Tap
Stars: ✭ 1,798 (+1272.52%)
Mutual labels:  hacktoberfest
Amplitude Android
Native Android SDK for Amplitude
Stars: ✭ 129 (-1.53%)
Mutual labels:  hacktoberfest
Cicerone
🏛️ Give tours of your Shiny apps
Stars: ✭ 131 (+0%)
Mutual labels:  hacktoberfest
Zebrunner
Zebrunner is a Test Automation Management Tool
Stars: ✭ 131 (+0%)
Mutual labels:  hacktoberfest
Easy Build
Collection of Dockerfiles for building embedded software distributions
Stars: ✭ 130 (-0.76%)
Mutual labels:  hacktoberfest
Health
Laravel Health Panel
Stars: ✭ 1,774 (+1254.2%)
Mutual labels:  hacktoberfest
Adonis Cli
adonis cli module to generate new application
Stars: ✭ 130 (-0.76%)
Mutual labels:  hacktoberfest
Docker Influxdb Grafana
A Docker container which runs InfluxDB and Grafana ready for persisting data
Stars: ✭ 130 (-0.76%)
Mutual labels:  hacktoberfest
Simplebluetoothlibrary
Android library for simplifying bluetooth usage.
Stars: ✭ 131 (+0%)
Mutual labels:  hacktoberfest
Shuffle
Shuffle every song in existence from YouTube
Stars: ✭ 131 (+0%)
Mutual labels:  hacktoberfest
Gadfly.jl
Crafty statistical graphics for Julia.
Stars: ✭ 1,724 (+1216.03%)
Mutual labels:  hacktoberfest

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.920

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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].