feat: add mbox2eml tool for converting MBOX files to EML format

This commit is contained in:
2026-02-21 01:42:09 -08:00
parent bb9fbd8ca4
commit f7cc773803
4 changed files with 157 additions and 3 deletions

View File

@@ -10,6 +10,7 @@ docx2md = "document.docx2md:main"
pdf2md = "document.pdf2md:main"
html2text = "document.html2text:main"
md2pdf = "document.md2pdf:main"
mbox2eml = "document.mbox2eml:main"
[build-system]
requires = ["hatchling"]