History log of /dovecot/src/plugins/fts/decode2text.sh
Revision Date Author Comments Expand
dfd297466b615ada5d49c26504843e8bb30afa07 22-Oct-2012 Timo Sirainen <tss@iki.fi>

decode2text.sh: Assume xmlunzip exists in the same directory as this script. This avoids hardcoding /usr/local/libexec/dovecot/ path in it.

c46d921c475c1f99d12c5e469a6f6862d25a5bb8 07-Mar-2012 Timo Sirainen <tss@iki.fi>

decode2text: Avoid leaving temp files and hanging child processes.

57d39b72f74114cfeb3fc7941fc423276c92f181 20-Jan-2012 Timo Sirainen <tss@iki.fi>

decode2text.sh: Hide catdoc/catppt/xls2csv segmentation faults. We can't do anything about them anyway.

dded61056a8913a52194f46915060532ea6be041 10-Jan-2012 Timo Sirainen <tss@iki.fi>

decode2text.sh: Exit with 0 even if the decoding failed. There's nothing to be done anyway, since they are external programs. These errors just flood the error log unnecessarily.

5c1fdc9aafb6c6a881910f5ade6ef32d75285758 09-Aug-2011 Timo Sirainen <tss@iki.fi>

decode2text: If unzip fails, just ignore the attachment silently.

402953973926d588704056a1f39624a8d1ec0c4b 09-Aug-2011 Timo Sirainen <tss@iki.fi>

decode2text: Ignore any errors from pdftotext

a9f9c80e627204513fdad8e4caab08c7993cb646 04-Aug-2011 Timo Sirainen <tss@iki.fi>

fts: decode2text.sh now ignores any errors from doc/xls/ppt decoders.

57b19a7fa45e9cb76aa45eb211ff2bbfdcc5b514 04-Aug-2011 Timo Sirainen <tss@iki.fi>

fts: Added a bit more error checking to decode2text.sh

2f971d239f217826f6eae8b16ef74ed1420209df 04-Aug-2011 Timo Sirainen <tss@iki.fi>

fts: Install decode2text to libexecdir.

c4ba1974c6ef3c9725b26c155c14ed9e47d21518 04-Aug-2011 Timo Sirainen <tss@iki.fi>

fts: decode2text added support for openxml and opendocument formats

ecc5a1a440799a0966c26da956f5d6e2d8073e03 28-Jul-2011 Timo Sirainen <tss@iki.fi>

fts: Added attachment decoding via an external script.