You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by "Nick Burch (JIRA)" <ji...@apache.org> on 2014/03/25 17:40:15 UTC

[jira] [Resolved] (TIKA-1264) Improve PST file detection

     [ https://issues.apache.org/jira/browse/TIKA-1264?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nick Burch resolved TIKA-1264.
------------------------------

       Resolution: Fixed
    Fix Version/s: 1.6

Thanks, applied (without subtype) in r1581407.

> Improve PST file detection
> --------------------------
>
>                 Key: TIKA-1264
>                 URL: https://issues.apache.org/jira/browse/TIKA-1264
>             Project: Tika
>          Issue Type: Improvement
>          Components: detector
>    Affects Versions: 1.5
>            Reporter: Luis Filipe Nassif
>            Priority: Trivial
>             Fix For: 1.6
>
>
> Please update the PST mime-type definition to:
> {code}
> <mime-type type="application/vnd.ms-outlook-pst">    
> 	<_comment>Outlook Personal Folders File Format</_comment>
> 	<magic priority="50">
> 		<match value="!BDN....SM" type="string" offset="0" mask="0xFFFFFFFF00000000FFFF"/>
> 	</magic> 
> 	<glob pattern="*.pst"/>
> 	<glob pattern="*.ost"/>
> 	<sub-class-of type="application/x-tika-msoffice"/>   	
> </mime-type>
> {code}
> File header description: http://msdn.microsoft.com/en-us/library/ff387474(v=office.12).aspx



--
This message was sent by Atlassian JIRA
(v6.2#6252)