Sign inSign up

sivachandran/pst-utils

By sivachandran

Updated over 9 years ago

Docker image of pst-utils on Debian Jessie

Image
1

324

sivachandran/pst-utils repository overview

List mails in pst file

docker run --rm -it -v <pst-file-path>:<pst-file-path> sivachandran/pst-utils lspst <pst-file-path>

Extract mails from pst file into mbox files

docker run --rm -it -v <pst-file-path>:<pst-file-path> sivachandran/pst-utils readpst <pst-file-path>

Other commands

Other commands can also be executed in the image. If no command given then bash shell with access to all pst-utils commands will be launched.

Tag summary

Content type

Image

Digest

Size

83.6 MB

Last updated

over 9 years ago

docker pull sivachandran/pst-utils