You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Sebb (JIRA)" <ji...@apache.org> on 2014/04/10 00:27:15 UTC

[jira] [Created] (NET-534) Unnecesssary call to getReplyString() if no listeners configured

Sebb created NET-534:
------------------------

             Summary: 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: New Feature
          Components: IMAP
            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)