Searched defs:mail_html2text (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/lib-mail/
H A Dmail-html2text.c39 struct mail_html2text { struct
54 struct mail_html2text *
57 struct mail_html2text *ht;
59 ht = i_new(struct mail_html2text, 1);
66 parse_tag_name(struct mail_html2text *ht,
180 parse_data(struct mail_html2text *ht,
294 void mail_html2text_more(struct mail_html2text *ht,
333 void mail_html2text_deinit(struct mail_html2text **_ht)
335 struct mail_html2text *ht = *_ht;

Completed in 9 milliseconds