Convert a .mbox file to a series of Emacs .org files.
Find a file
2026-07-26 20:40:28 +00:00
go.mod Upload files to "/" 2026-07-21 07:46:26 +00:00
LICENSE Initial commit 2026-07-21 07:45:28 +00:00
main.go Fixed: Major issues with HTML to Text conversions. Code reworked. 2026-07-21 11:31:16 +00:00
README.md Update README.md 2026-07-26 20:40:28 +00:00

mbox-to-org

Convert a .mbox file to a series of Emacs .org files.

HTML e-mail is converted to plain text and saved to YYYY-DD-MM-sender.org

All e-mails from the same day go into the same file from the same sender.

Attachments are ripped out and put into attachments/

Attachments are also re-attached inline via .Org syntax.

Build

go mod tidy

go build .

Usage

mbox-to-org filename.mbox