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

/dovecot/src/plugins/fts/
H A Dfts-parser-html.c6 #include "mail-html2text.h"
11 struct mail_html2text *html2text; member in struct:html_fts_parser
25 parser->html2text = mail_html2text_init(0);
41 mail_html2text_more(parser->html2text, block->data, block->size,
53 mail_html2text_deinit(&parser->html2text);
/dovecot/src/lib-mail/
H A Dmessage-snippet.c7 #include "mail-html2text.h"
26 struct mail_html2text *html2text; member in struct:snippet_context
35 if (ctx->html2text != NULL) {
37 mail_html2text_more(ctx->html2text, data, size,
50 if (data[i] == '>' && ctx->html2text == NULL) {
129 ctx.html2text = mail_html2text_init(MAIL_HTML2TEXT_FLAG_SKIP_QUOTED);
141 mail_html2text_deinit(&ctx.html2text);

Completed in 1026 milliseconds