DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=34133>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=34133





------- Additional Comments From [EMAIL PROTECTED]  2005-03-22 17:58 -------
(From update of attachment 14536)
>--- POP3.java  2005-03-22 16:39:31.974738700 +0000
>+++ POP3.java  2005-03-22 16:41:29.273405900 +0000
>@@ -124,11 +124,11 @@
>             MalformedServerReplyException(
>                 "Received invalid POP3 protocol response from server.");
>
>-        if (_commandSupport_.getListenerCount() > 0)
>-            _commandSupport_.fireReplyReceived(_replyCode, getReplyString());
>-
>         _replyLines.addElement(line);
>         _lastReplyLine = line;
>+
>+        if (_commandSupport_.getListenerCount() > 0)
>+            _commandSupport_.fireReplyReceived(_replyCode, getReplyString());
>     }
>


-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to