convert Outlook .msg files to .eml files
1.3K
Docker image providing the msgconvert tool from matijs.net.
msgconvert is a tool to convert Outlook .msg files to .eml files.
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
Content type
Image
Digest
Size
260.4 MB
Last updated
over 10 years ago
docker pull tomdesinto/msgconvert