Marco Quaranta created TIKA-1249:
------------------------------------
Summary: Vcard files detection
Key: TIKA-1249
URL: https://issues.apache.org/jira/browse/TIKA-1249
Project: Tika
Issue Type: Improvement
Components: detector
Affects Versions: 1.6
Reporter: Marco Quaranta
Priority: Minor
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.1.5#6160)