mvz / email-outlook-message-perl

Email::Outlook::Message Perl module for reading Outlook .msg files
http://www.matijs.net/software/msgconv/
175 stars 31 forks source link

Feature/dockerize #29

Closed tsubasaogawa closed 2 years ago

tsubasaogawa commented 4 years ago

Issue

https://github.com/mvz/email-outlook-message-perl/issues/28

Usage

Build container

cd docker
docker-compose build

Run

# verbose mode
docker-compose run --rm -v /path/to/msgfile:/tmp msgconvert -v /tmp/msgfile

Skipping DIR entry __nameid_version1 0 (Introductory stuff)
Skipping property 0003:3000 (Row Id): 0
Skipping property 0003:0C15 (Recipient Type): 1
Using    property 001F:3002 (TYPE): SMTP
Using    property 001F:3003 (ADDRESS): test@foo.bar
   :
mvz commented 2 years ago

Hi @tsubasaogawa, thanks for taking the effort to work on this. However, I have decided I'm not going to support running msgconvert through a docker image.