https://github.com/enthus-appdev/msg-previewer
https://github.com/enthus-appdev/msg-previewer
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/enthus-appdev/msg-previewer
- Owner: enthus-appdev
- License: gpl-3.0
- Created: 2024-10-08T10:39:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-09-05T07:20:27.000Z (9 months ago)
- Last Synced: 2025-09-05T09:23:51.883Z (9 months ago)
- Language: Python
- Size: 261 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This application generates jpg previews of .msg and .eml email files.
# Setup
install rye (or any other python pkg manager of choice, you'll have to install the dependencies yourself)
install rust (`brew install rust` or https://www.rust-lang.org/tools/install)
`rye sync`
# Starting the program (local)
`python src/main.py`
`curl -X POST -F "file=@path/to/your/email-file.msg" http://localhost:8082/converter --output output.jpg`
# Installing packages
`rye add `
`rye sync`