An open API service indexing awesome lists of open source software.

https://github.com/bean5/docker.msg-eml-convert

Dockerized way to convert .msg files to .eml in mass. Your mileage may vary.
https://github.com/bean5/docker.msg-eml-convert

Last synced: 5 months ago
JSON representation

Dockerized way to convert .msg files to .eml in mass. Your mileage may vary.

Awesome Lists containing this project

README

          

# Use Case

This converts .msg files to .eml format

## How to use

- install docker
- place files in messages/
- run `docker compose run convert`

## Attribution

The idea to use libemail tools came from . Thanks for the idea!