Small tool to extract attachments (and optionally the text parts) from an *.eml file
Find a file
2025-01-20 12:40:49 +01:00
go.mod Initial version 2025-01-20 12:38:21 +01:00
go.sum Initial version 2025-01-20 12:38:21 +01:00
LICENSE Initial version 2025-01-20 12:38:21 +01:00
main.go Flip output switch, only export message parts when asked 2025-01-20 12:40:49 +01:00
README.md Initial version 2025-01-20 12:38:21 +01:00

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