4

Is there a simple way to convert mbox files to HTML pages?

nc4pk
  • 9,257
  • 14
  • 61
  • 71
moz
  • 53

2 Answers2

2

Have a look at Hypermail or MHonArc. They are used to create HTML mailing list archives from mbox files. Maybe one of them fits your needs.

Mika Fischer
  • 5,289
0

mbox2html is a small python utility which main script at time of writing has no external dependencies. For users unfamiliar with python packaging (venv and pip) it's an easy choice for one-off mbox to html conversions.

wbob
  • 238