Module 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 countss 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 countss are stored in the Dehtml struct.
tag_contains_attr ๐Ÿ”’