59595344473ca40bf86cd5881f7c54793cda36c7
Mbox to Markdown converter
This simple docker image can be used to convert a .mbox file (for example from a google gmail account export / take out) to convert it to markdown files. I used it for archive purposes, wanted to store my old gmail emails. Nothing fancy, but usefull for those who dont want to use online converters nor mess with python directly.
Usage:
docker build -t mbox-to-markdown .
docker run --rm -v ./mbox-files:/mnt/input -v ./output/:/mnt/output mbox-to-markdown
Description
Languages
Python
93.6%
Dockerfile
6.4%