RetrCmdHandler and TopCmdHandler shouldn't store the Message in memory
----------------------------------------------------------------------
Key: JAMES-987
URL: https://issues.apache.org/jira/browse/JAMES-987
Project: JAMES Server
Issue Type: Improvement
Components: POP3Server
Affects Versions: 3.0, 3.0-M1, Trunk
Reporter: Norman Maurer
Assignee: Norman Maurer
Fix For: 3.0-M1
At the moment we use a ByteArrayOutputStream to store the whole message content
which will get written to the client later. This is super inefficient and could
maybe lead to OOM Exception on very big messages. We should allow read the data
to get written directly from a InputStream
--
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: [email protected]
For additional commands, e-mail: [email protected]