Home
last modified time | relevance | path

Searched refs:mail_html2text (Results 1 – 6 of 6) sorted by relevance

/dports/mail/dovecot/dovecot-2.3.17/src/lib-mail/
H A Dmail-html2text.c39 struct mail_html2text { struct
54 struct mail_html2text * argument
57 struct mail_html2text *ht; in mail_html2text_init()
59 ht = i_new(struct mail_html2text, 1); in mail_html2text_init()
66 parse_tag_name(struct mail_html2text *ht, in parse_tag_name()
180 parse_data(struct mail_html2text *ht, in parse_data()
305 void mail_html2text_more(struct mail_html2text *ht, in mail_html2text_more()
344 void mail_html2text_deinit(struct mail_html2text **_ht) in mail_html2text_deinit()
346 struct mail_html2text *ht = *_ht; in mail_html2text_deinit()
H A Dmail-html2text.h8 struct mail_html2text *
10 void mail_html2text_more(struct mail_html2text *ht,
13 void mail_html2text_deinit(struct mail_html2text **ht);
H A Dtest-mail-html2text.c62 struct mail_html2text *ht; in test_mail_html2text()
93 struct mail_html2text *ht; in test_mail_html2text_random()
H A Dmessage-snippet.c33 struct mail_html2text *html2text;
/dports/mail/dovecot/dovecot-2.3.17/src/plugins/fts/
H A Dfts-parser-html.c11 struct mail_html2text *html2text;
/dports/mail/dovecot-pigeonhole/dovecot-2.3-pigeonhole-0.5.17/src/lib-sieve/
H A Dsieve-message.c984 struct mail_html2text *html2text; in sieve_message_part_save()