Small tool to extract attachments (and optionally the text parts) from an *.eml file
go.mod | ||
go.sum | ||
LICENSE | ||
main.go | ||
README.md |
Luzifer / emlsplit
This program is a small tool to extract attachments (and optionally the text parts) from an *.eml
file.
Workflow
- Export the message (i.e. in RoundCube) as
*.eml
. - Run
emlsplit -o <existing empty output dir> <input.eml>
. - Find the attachments inside the given output dir.
Installation
- Have a working Go environment
go install git.luzifer.io/luzifer/emlsplit@latest