/* Copyright (c) 2011-2018 Dovecot authors, see the included COPYING file */
#include "lib.h"
#include "buffer.h"
#include "message-parser.h"
#include "mail-html2text.h"
#include "fts-parser.h"
struct html_fts_parser {
};
static struct fts_parser *
{
return NULL;
}
struct message_block *block)
{
/* finished */
return;
}
}
const char **retriable_err_msg_r ATTR_UNUSED)
{
return 1;
}
};