Convert a .mbox file to a series of Emacs .org files.
- Go 100%
| go.mod | ||
| LICENSE | ||
| main.go | ||
| README.md | ||
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