fmantuano/spamscope-mail-parser

By fmantuano

Updated 28 days ago

This is the docker image for mail-parser (https://github.com/SpamScope/mail-parser) project.

Image
Security
Data science
0

1.3K

fmantuano/spamscope-mail-parser repository overview

PyPI - Version Coverage Status PyPI - Downloads

SpamScope

fmantuano/spamscope-mail-parser

This Dockerfile represents a Docker image that encapsulates mail-parser. The official image is on Docker Hub.

To run this image after installing Docker, use a command like this:

sudo docker run -i -t --rm -v ~/mails:/mails fmantuano/spamscope-mail-parser

This command runs mail-parser help as default, but you can use all others options.

To share the "mails" directory between your host and the container, create a "mails" directory on your host.

There also is an example of docker-compose

From the docker-compose.yml directory, run:

$ sudo docker-compose up

The provided docker-compose.yml file is configured to:

  • Mount your host's ~/mails/ folder from your source tree inside the container at /mails/ (read-only).
  • A command line test example.

See the docker-compose.yml to view and tweak the launch parameters.

Tag summary

Content type

Image

Digest

sha256:e19df6478

Size

59.7 MB

Last updated

28 days ago

docker pull fmantuano/spamscope-mail-parser