feat: add html2text dependency and implement HTML to Markdown conversion in email body processing
This commit is contained in:
parent
ac9510d615
commit
76d77d897c
3 changed files with 238 additions and 3 deletions
|
|
@ -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"
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue