Commit cd423506677aa01b3a0a1e5310a7b90a2b3b9751

Authored by Conrad Vermeulen
1 parent 7a8adcfc

KTS-673

"The search algorithm needs some work"
Updated.  MailMime is not tested... will implement again when have more time.

Committed By: Conrad Vermeulen
Reviewed By: Kevin Fourie

git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7467 c91229c3-7414-0410-bfa2-8a42b809f60b
search2/indexing/extractors/MailMimeExtractor.inc.php deleted
1   -<?php
2   -
3   -class MailMimeExtractor extends TextExtractor
4   -{
5   - public function getDisplayName()
6   - {
7   - return _kt('Mail Mime Extractor');
8   - }
9   -
10   - public function getSupportedMimeTypes()
11   - {
12   - return array('text/msg');
13   - }
14   -
15   -}
16   -
17   -?>
18 0 \ No newline at end of file