You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by "Norman Maurer (JIRA)" <se...@james.apache.org> on 2011/04/15 13:48:05 UTC

[jira] [Created] (IMAP-298) FETCH *.HEADER MUST NOT write a empty line terminated with a CRLF if no body was found

FETCH *.HEADER  MUST NOT write a empty line terminated with a CRLF if no body was found
---------------------------------------------------------------------------------------

                 Key: IMAP-298
                 URL: https://issues.apache.org/jira/browse/IMAP-298
             Project: JAMES Imap
          Issue Type: Bug
            Reporter: Norman Maurer
            Assignee: Norman Maurer


>From rfc:

BODY[<section>]<<partial>>
...
...
The HEADER, HEADER.FIELDS, and HEADER.FIELDS.NOT part
specifiers refer to the [RFC-2822] header of the message or of
an encapsulated [MIME-IMT] MESSAGE/RFC822 message.
HEADER.FIELDS and HEADER.FIELDS.NOT are followed by a list of
field-name (as defined in [RFC-2822]) names, and return a

subset of the header. The subset returned by HEADER.FIELDS
contains only those header fields with a field-name that
matches one of the names in the list; similarly, the subset
returned by HEADER.FIELDS.NOT contains only the header fields
with a non-matching field-name. The field-matching is
case-insensitive but otherwise exact. Subsetting does not
exclude the [RFC-2822] delimiting blank line between the header
and the body; the blank line is included in all header fetches,
except in the case of a message which has no body and no blank
line. 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


[jira] [Resolved] (IMAP-298) FETCH *.HEADER MUST NOT write a empty line terminated with a CRLF if no body was found

Posted by "Norman Maurer (JIRA)" <se...@james.apache.org>.
     [ https://issues.apache.org/jira/browse/IMAP-298?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Norman Maurer resolved IMAP-298.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 0.2

> FETCH *.HEADER  MUST NOT write a empty line terminated with a CRLF if no body was found
> ---------------------------------------------------------------------------------------
>
>                 Key: IMAP-298
>                 URL: https://issues.apache.org/jira/browse/IMAP-298
>             Project: JAMES Imap
>          Issue Type: Bug
>            Reporter: Norman Maurer
>            Assignee: Norman Maurer
>             Fix For: 0.2
>
>
> From rfc:
> BODY[<section>]<<partial>>
> ...
> ...
> The HEADER, HEADER.FIELDS, and HEADER.FIELDS.NOT part
> specifiers refer to the [RFC-2822] header of the message or of
> an encapsulated [MIME-IMT] MESSAGE/RFC822 message.
> HEADER.FIELDS and HEADER.FIELDS.NOT are followed by a list of
> field-name (as defined in [RFC-2822]) names, and return a
> subset of the header. The subset returned by HEADER.FIELDS
> contains only those header fields with a field-name that
> matches one of the names in the list; similarly, the subset
> returned by HEADER.FIELDS.NOT contains only the header fields
> with a non-matching field-name. The field-matching is
> case-insensitive but otherwise exact. Subsetting does not
> exclude the [RFC-2822] delimiting blank line between the header
> and the body; the blank line is included in all header fetches,
> except in the case of a message which has no body and no blank
> line. 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org