Gaurav Gehlot created TIKA-2176:
-----------------------------------
Summary: Vcard files detection - text/vcard
Key: TIKA-2176
URL: https://issues.apache.org/jira/browse/TIKA-2176
Project: Tika
Issue Type: Improvement
Components: detector
Affects Versions: 1.6
Reporter: Gaurav Gehlot
Priority: Minor
Fix For: 1.6
Please improve vcard (http://it.wikipedia.org/wiki/VCard) files detection with
the following "mime-type" entry:
{noformat}
<mime-type type="text/x-vcard">
<glob pattern="*.vcf"/>
<sub-class-of type="text/plain"/>
<magic priority="50">
<match value="BEGIN:VCARD" type="string" offset="0"/>
</magic>
</mime-type>
{noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)