[
https://issues.apache.org/jira/browse/TIKA-3104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17143830#comment-17143830
]
Tim Allison commented on TIKA-3104:
-----------------------------------
Y, memgraph example would be great.
It looks like we have a little plist file inside {{testEMLX.emlx}}:
{noformat}
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN"
"http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>flags</key>
<integer>0</integer>
<key>sender</key>
<string>"Julien Nioche (JIRA)" <[email protected]></string>
<key>subject</key>
<string>[jira] Commented: (TIKA-461) RFC822 messages not parsed</string>
<key>to</key>
<string>[email protected]</string></dict>
</plist> {noformat}
> Detection of memgraph files exported from Xcode
> -----------------------------------------------
>
> Key: TIKA-3104
> URL: https://issues.apache.org/jira/browse/TIKA-3104
> Project: Tika
> Issue Type: Wish
> Components: core
> Affects Versions: 1.24
> Reporter: Parth
> Assignee: Tim Allison
> Priority: Major
> Labels: detection, features, new-parser
> Fix For: 1.25
>
> Attachments: DeepScroll_Example[4988].memgraph, memgraph.xml,
> out.memgraph.json, out.memgraph.xhtml
>
>
> I wanted to detect a memgraph file linked by a url. But currently detection
> of memgraph file is not supported. I tried adding to custom-mimetypes but
> that did not help.
> <mime-info>
> <mime-type type="application/memgraph">
> <glob pattern="*.memgraph"/>
> </mime-type>
> </mime-info>
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)