https://github.com/jasterv/mail-parser-poc
Just a POC to try out a Rust email parsing crate
https://github.com/jasterv/mail-parser-poc
Last synced: 9 months ago
JSON representation
Just a POC to try out a Rust email parsing crate
- Host: GitHub
- URL: https://github.com/jasterv/mail-parser-poc
- Owner: JasterV
- Created: 2023-08-01T11:53:55.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-01T11:55:36.000Z (almost 3 years ago)
- Last Synced: 2025-09-07T08:51:13.685Z (9 months ago)
- Language: Rust
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mail-parser-poc
Just a POC to try out a Rust email parsing crate
In order to make it work you will need to create an `eml` folder with eml files in it and update the `main.rs` file to point to the `eml` you want to parse