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 2010/10/28 12:42:22 UTC

[jira] Created: (JAMES-1093) Add POP3Session.getOutputStream() to allow to write message content efficient

Add POP3Session.getOutputStream() to allow to write message content efficient
-----------------------------------------------------------------------------

                 Key: JAMES-1093
                 URL: https://issues.apache.org/jira/browse/JAMES-1093
             Project: JAMES Server
          Issue Type: Improvement
          Components: POP3Server
    Affects Versions: 3.0-M1
            Reporter: Norman Maurer
            Assignee: Norman Maurer
             Fix For: 3.0-M2


Add the moment we first write the message content to a temporary file and then stream it back to the client when using RETR and TOP command in POP3. This is ineeficient and should get improved

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Resolved: (JAMES-1093) Add POP3Session.getOutputStream() to allow to write message content efficient

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

Norman Maurer resolved JAMES-1093.
----------------------------------

    Resolution: Fixed

done

> Add POP3Session.getOutputStream() to allow to write message content efficient
> -----------------------------------------------------------------------------
>
>                 Key: JAMES-1093
>                 URL: https://issues.apache.org/jira/browse/JAMES-1093
>             Project: JAMES Server
>          Issue Type: Improvement
>          Components: POP3Server
>    Affects Versions: 3.0-M1
>            Reporter: Norman Maurer
>            Assignee: Norman Maurer
>             Fix For: 3.0-M2
>
>
> Add the moment we first write the message content to a temporary file and then stream it back to the client when using RETR and TOP command in POP3. This is ineeficient and should get improved

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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