☰
Module dehtml
Structs
Enums
Functions
?
Module
deltachat
::
dehtml
source
·
[
−
]
Expand description
De-HTML.
A module to remove HTML tags from the email text
Structs
Dehtml
🔒
Enums
AddText
🔒
Functions
dehtml
🔒
dehtml_cleanup
🔒
dehtml_endtag_cb
🔒
dehtml_manually
dehtml_quick_xml
🔒
dehtml_starttag_cb
🔒
dehtml_text_cb
🔒
maybe_push_tag
🔒
In order to know when a specific tag is closed, we need to count the opening and closing tags. The
counts
s are stored in the
Dehtml
struct.
pop_tag
🔒
In order to know when a specific tag is closed, we need to count the opening and closing tags. The
counts
s are stored in the
Dehtml
struct.
tag_contains_attr
🔒