Another day, another docker container
Today I received some *.msg files. Those are binary-oriented. I prefer flat files. I found a way to do this that used apt to convert them to .eml. Although I could install the requirements on my computer, that would not be portable. Time for docker!
Minutes later I had a portable project that others can use. Feel free to use and enjoy.