bcb4e51a409d94ae670de96afb8483a4f7855294Stephan Bosch/* Copyright (c) 2011-2018 Dovecot authors, see the included COPYING file */
43f4e550efe7afa72aab3a7ded7ad7ce606526fbSergey Kitov struct fts_parser_context parser_context = {.content_type = "text/html"};
43f4e550efe7afa72aab3a7ded7ad7ce606526fbSergey Kitov parser = fts_parser_html.try_init(&parser_context);
04f80fbc38561c95cd3f71a4c8fd3cd48a9c78d4Timo Sirainen while ((ret = read(STDIN_FILENO, buf, sizeof(buf))) > 0) {
de1ba3e655a7de31c5522911ee0ba18bc65f05afTimo Sirainen if (write(STDOUT_FILENO, block.data, block.size) < 0)