feat: add html2text dependency and implement HTML to Markdown conversion in email body processing

This commit is contained in:
암냥 2026-01-22 16:25:33 +09:00
commit 76d77d897c
No known key found for this signature in database
3 changed files with 238 additions and 3 deletions

View file

@ -12,6 +12,8 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
toml = "0.8"
chrono = { version = "0.4", features = ["serde"] }
html2text = "0.16.6"
regex = "1.12.2"