[
https://issues.apache.org/jira/browse/TIKA-2747?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Vittorio updated TIKA-2747:
---------------------------
Priority: Blocker (was: Critical)
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;
It's a blocker for our business because the classification of system of our
customer uses the range in question.
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.
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;
> 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: Blocker
>
> 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;
> It's a blocker for our business because the classification of system of our
> customer uses the range in question.
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)