https://github.com/mdp/emailparse
Command line email parser - Personal use: bash scripts involving inbound email from SES
https://github.com/mdp/emailparse
Last synced: 10 months ago
JSON representation
Command line email parser - Personal use: bash scripts involving inbound email from SES
- Host: GitHub
- URL: https://github.com/mdp/emailparse
- Owner: mdp
- Created: 2017-02-23T14:21:04.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-23T14:22:57.000Z (over 9 years ago)
- Last Synced: 2025-07-05T04:05:27.996Z (12 months ago)
- Language: Go
- Size: 1000 Bytes
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# emailparse
_Be aware: very rough first pass for a small project. Not really well packaged at this point_
CLI email parser to template.
## Example
```
cat mime_email.txt | emailparse "{{ datef \"2006.01.02\"}}: {{.Subject}} - {{ .Text }}" > email.txt
```
## License
MIT