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.
- Host: GitHub
- URL: https://github.com/bean5/docker.msg-eml-convert
- Owner: bean5
- Created: 2025-02-12T17:14:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-12T17:23:26.000Z (over 1 year ago)
- Last Synced: 2025-10-19T17:50:16.694Z (9 months ago)
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!