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 (Created) (JIRA)" <se...@james.apache.org> on 2011/10/10 20:12:32 UTC

[jira] [Created] (IMAP-347) FetchProcessor should skip messages that can't get parsed

FetchProcessor should skip messages that can't get parsed
---------------------------------------------------------

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


In FetchProcessor we build the FetchResponse per requested message. This may for whatever reason. In this case we error out and return a BAD response to the client. This is not a very good way to handle it. We should better skip the message and log it. 

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

        

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


[jira] [Resolved] (IMAP-347) FetchProcessor should skip messages that can't get parsed

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

Norman Maurer resolved IMAP-347.
--------------------------------

    Resolution: Fixed

done
                
> FetchProcessor should skip messages that can't get parsed
> ---------------------------------------------------------
>
>                 Key: IMAP-347
>                 URL: https://issues.apache.org/jira/browse/IMAP-347
>             Project: JAMES Imap
>          Issue Type: Bug
>          Components: Processor
>    Affects Versions: 0.2.1
>            Reporter: Norman Maurer
>            Assignee: Norman Maurer
>             Fix For: 0.3
>
>
> In FetchProcessor we build the FetchResponse per requested message. This may for whatever reason. In this case we error out and return a BAD response to the client. This is not a very good way to handle it. We should better skip the message and log it. 

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

        

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