[ 
https://issues.apache.org/jira/browse/MIME4J-267?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16328507#comment-16328507
 ] 

Tellier Benoit commented on MIME4J-267:
---------------------------------------

I also confirm I do encounter this issue with mime-4J 0.8.1.

Apparently, the issue is due to *DateTimeFieldLenientImpl*. Here is a test 
reproducing the issue:

{code:java}
    @Test
    public void test() throws Exception {
        DateTimeField f = parse("Date: Fri, 05 Jan 2018 16:18:28 Z");
        Assert.assertEquals(1175052759000L, f.getDate().getTime());
    }
{code}

> Unable to read such a date header "Date: Fri, 05 Jan 2018 16:18:28 Z"
> ---------------------------------------------------------------------
>
>                 Key: MIME4J-267
>                 URL: https://issues.apache.org/jira/browse/MIME4J-267
>             Project: James Mime4j
>          Issue Type: Bug
>    Affects Versions: 0.8.1
>            Reporter: Raffaele Gambelli
>            Priority: Major
>
> I have many attached eml files, many of them have their date expressed in 
> this manner:
> Date: Fri, 05 Jan 2018 16:18:28 Z
> Mime4j is not able to format that pattern, I receive null for it
> Javamail is able to read it.
> Thanks
>  



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

Reply via email to