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/08/22 12:19:29 UTC

[jira] [Created] (IMAP-332) Use raw message header in FETCH if possible to build the response

Use raw message header in FETCH if possible to build the response
-----------------------------------------------------------------

                 Key: IMAP-332
                 URL: https://issues.apache.org/jira/browse/IMAP-332
             Project: JAMES Imap
          Issue Type: Improvement
          Components: Protocol
    Affects Versions: 0.2.1
            Reporter: Norman Maurer
            Assignee: Norman Maurer
             Fix For: 0.3


At the moment we use the parsed message header to build the FETCH response even if the raw header would be enough. Using the raw header would allow us to not parse it at all and so give some performance boost.

--
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-332) Use raw message header in FETCH if possible to build the response

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

Norman Maurer resolved IMAP-332.
--------------------------------

    Resolution: Fixed

> Use raw message header in FETCH if possible to build the response
> -----------------------------------------------------------------
>
>                 Key: IMAP-332
>                 URL: https://issues.apache.org/jira/browse/IMAP-332
>             Project: JAMES Imap
>          Issue Type: Improvement
>          Components: Protocol
>    Affects Versions: 0.2.1
>            Reporter: Norman Maurer
>            Assignee: Norman Maurer
>             Fix For: 0.3
>
>
> At the moment we use the parsed message header to build the FETCH response even if the raw header would be enough. Using the raw header would allow us to not parse it at all and so give some performance boost.

--
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