Skip to content

thomasleveil/docker-msgconvert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

msgconvert Docker image

Docker image providing the msgconvert tool from matijs.net.

msgconvert is a tool to convert Outlook .msg files to .eml files.

Usage

Let's say that you want to convert my_email.msg which resides in the current directory.

docker run -v $PWD:/data tomdesinto/msgconvert msgconvert my_email.msg

You can then find my_email.eml in the current directory.

If you need to convert lots of files, put them in a directory (let's say msg) and run a container as follow:

docker run -v $PWD/msg:/data tomdesinto/msgconvert msgconvert *.msg