]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
fts: Strip text/html mails to plaintext before sending them to FTS backend.
authorTimo Sirainen <tss@iki.fi>
Wed, 27 Jul 2011 14:58:27 +0000 (17:58 +0300)
committerTimo Sirainen <tss@iki.fi>
Wed, 27 Jul 2011 14:58:27 +0000 (17:58 +0300)
commit772120713c176bde8c932b3fb4c413d223741fcd
treeadb36a104fd4afa2b804b072fd12d30fcc760e75
parent03176d7c7d4f4fcf60be2b077110ea45729b76a9
fts: Strip text/html mails to plaintext before sending them to FTS backend.
src/plugins/fts/Makefile.am
src/plugins/fts/fts-build-private.h
src/plugins/fts/fts-build.c
src/plugins/fts/fts-parser-html.c [new file with mode: 0644]
src/plugins/fts/fts-parser.c [new file with mode: 0644]
src/plugins/fts/fts-parser.h [new file with mode: 0644]
src/plugins/fts/html-entities.h [new file with mode: 0644]