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

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

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