You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mime4j-dev@james.apache.org by "Kostya Gribov (Commented) (JIRA)" <mi...@james.apache.org> on 2011/10/03 01:40:34 UTC

[jira] [Commented] (MIME4J-203) RawField parsing problem in case of '\t' delimiter

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

Kostya Gribov commented on MIME4J-203:
--------------------------------------

@Stefano, first of all, take a look at my name. I see, you make one typo twice.

The second thing, look at FWS decl in rfc5322: FWS = ([*WSP CRLF] 1*WSP) / obs-FWS. So it can contain at least one WSP (space ot horizontal tab). Than look at 3.3: date-time definition: day-of-week is prepended by optional FWS, day is surrounded by FWS (first is optional) etc. So field body should be collapsed, and then, for structured field normalized by collapsing FWS to space, as have been said in note in 2.2.
                
> RawField parsing problem in case of '\t' delimiter
> --------------------------------------------------
>
>                 Key: MIME4J-203
>                 URL: https://issues.apache.org/jira/browse/MIME4J-203
>             Project: JAMES Mime4j
>          Issue Type: Bug
>          Components: dom
>    Affects Versions: 0.7
>         Environment: linux 3.0.1, x86_64
> java version "1.6.0_26"
> Java(TM) SE Runtime Environment (build 1.6.0_26-b03)
> Java HotSpot(TM) 64-Bit Server VM (build 20.1-b02, mixed mode)
>            Reporter: Kostya Gribov
>             Fix For: 0.7.1
>
>         Attachments: patch
>
>
> RawField doesn't drop '\t' char between field header and body, so body starts from LWSP-char that should be ignored by RFC822 (see 3.4.2 in spec) because date field is structured. So date isn't extracted.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira