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_
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. Thecounts
s are stored in theDehtml
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 theDehtml
struct. - tag_
contains_ ๐attr