|
(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()); > } > (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()); > } > Thanks. I applied the fix. Please verify before closing.
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Suggested patch for POP3.java, diff on 1.3.0 source