[
https://issues.apache.org/jira/browse/NET-534?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sebb updated NET-534:
---------------------
Affects Version/s: 3.3
> Unnecesssary call to getReplyString() if no listeners configured
> ----------------------------------------------------------------
>
> Key: NET-534
> URL: https://issues.apache.org/jira/browse/NET-534
> Project: Commons Net
> Issue Type: Improvement
> Components: IMAP
> Affects Versions: 3.3
> Reporter: Sebb
> Priority: Minor
>
> IMAP methods can return large amounts of data.
> The IMap.__getReply() method collects all the reply lines in a list which is
> converted to a string before being passed to
> SocketClient#fireReplyReceived(int, String).
> If there are no listeners, the string conversion is unnecessary, and could be
> very expensive.
> The fireReplyReceived method could be overridden to avoid this.
--
This message was sent by Atlassian JIRA
(v6.2#6252)