[
https://issues.apache.org/jira/browse/TIKA-1970?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15287578#comment-15287578
]
Hudson commented on TIKA-1970:
------------------------------
SUCCESS: Integrated in tika-2.x #95 (See
[https://builds.apache.org/job/tika-2.x/95/])
TIKA-1970: add special handling for Mac Mail's date format (tallison: rev
912798a3f7142983bc44a62c82e19687aa9009a0)
*
tika-parser-modules/tika-parser-web-module/src/test/java/org/apache/tika/parser/mail/RFC822ParserTest.java
*
tika-parser-modules/tika-parser-web-module/src/main/java/org/apache/tika/parser/mail/MailContentHandler.java
> Date not extracted from email saved as plain txt
> ------------------------------------------------
>
> Key: TIKA-1970
> URL: https://issues.apache.org/jira/browse/TIKA-1970
> Project: Tika
> Issue Type: Bug
> Components: metadata
> Affects Versions: 1.14
> Environment: Debian Linux Jessie
> Java(TM) SE Runtime Environment (build 1.8.0_91-b14)
> Mac OS X Mail
> Reporter: Philipp Steinkrueger
> Priority: Minor
> Fix For: 2.0, 1.14
>
> Attachments: Testemail-date.eml, Testemail-nodate.txt
>
>
> HI have two email testfiles:
> (1) A file that has been created by using "save as" in Mac Mail (this creates
> a .txt file)
> (2) A file that has been created by dragging an email from Mac Mail to the
> Desktop (this creates an .eml file)
> If I feed the files with
> curl -T filename http://localhost:9998/detect/stream
> I get the response "message/rfc822" for both files.
> If I run
> curl -T filename http://localhost:9998/meta
> I get the metadata, but in the case of (1) I do not get the DATE extracted,
> while in case (2) I do.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)