Commit cfe90c7b85ee1ff063743ae0dbe2cb4366121136
1 parent
913cdec3
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
Showing
1 changed file
with
0 additions
and
17 deletions
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 |