You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by "Vittorio (JIRA)" <ji...@apache.org> on 2018/10/05 11:07:00 UTC

[jira] [Updated] (TIKA-2747) Expose custom MAPI properties as a result of the OutlookExtractor metadata

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

Vittorio updated TIKA-2747:
---------------------------
       Priority: Critical  (was: Major)
    Description: 
We'd like to be able to access through the OutlookExtractor metadata result to custom MAPI (not listed in  org.apache.poi.hsmf.datatypes.MAPIProperty) properties for .MSG files.

 

In particular we're referring to this comment on MapiProperty class in apache poi-scratchpad library

 

    // 0x8??? ones are outlook specific, and not standard MAPI

    // TODO See http://msdn.microsoft.com/en-us/library/ee157150%28v=exchg.80%29

    // for some

    // info on how we might decode them properly in the future

    private static final int ID_FIRST_CUSTOM = 0x8000;

    private static final int ID_LAST_CUSTOM = 0xFFFE;

  was:We'd like to be able to access through the OutlookExtractor metadata result to custom MAPI (not listed in  org.apache.poi.hsmf.datatypes.MAPIProperty) properties for .MSG files


> Expose custom MAPI properties as a result of the OutlookExtractor metadata
> --------------------------------------------------------------------------
>
>                 Key: TIKA-2747
>                 URL: https://issues.apache.org/jira/browse/TIKA-2747
>             Project: Tika
>          Issue Type: Improvement
>          Components: metadata
>    Affects Versions: 1.17
>            Reporter: Vittorio
>            Priority: Critical
>
> We'd like to be able to access through the OutlookExtractor metadata result to custom MAPI (not listed in  org.apache.poi.hsmf.datatypes.MAPIProperty) properties for .MSG files.
>  
> In particular we're referring to this comment on MapiProperty class in apache poi-scratchpad library
>  
>     // 0x8??? ones are outlook specific, and not standard MAPI
>     // TODO See http://msdn.microsoft.com/en-us/library/ee157150%28v=exchg.80%29
>     // for some
>     // info on how we might decode them properly in the future
>     private static final int ID_FIRST_CUSTOM = 0x8000;
>     private static final int ID_LAST_CUSTOM = 0xFFFE;



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)