[
https://issues.apache.org/jira/browse/TIKA-2176?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gaurav Gehlot updated TIKA-2176:
--------------------------------
Fix Version/s: (was: 1.6)
> Vcard files detection - text/vcard
> ----------------------------------
>
> Key: TIKA-2176
> URL: https://issues.apache.org/jira/browse/TIKA-2176
> Project: Tika
> Issue Type: Improvement
> Components: detector
> Reporter: Gaurav Gehlot
> 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.3.4#6332)