Author: sebb
Date: Sun Mar 27 16:00:29 2011
New Revision: 1085973
URL: http://svn.apache.org/viewvc?rev=1085973&view=rev
Log:
NET-333 remove getAdditionalReply()
Modified:
commons/proper/net/trunk/src/main/java/org/apache/commons/net/imap/IMAP.java
Modified:
commons/proper/net/trunk/src/main/java/org/apache/commons/net/imap/IMAP.java
URL:
http://svn.apache.org/viewvc/commons/proper/net/trunk/src/main/java/org/apache/commons/net/imap/IMAP.java?rev=1085973&r1=1085972&r2=1085973&view=diff
==============================================================================
---
commons/proper/net/trunk/src/main/java/org/apache/commons/net/imap/IMAP.java
(original)
+++
commons/proper/net/trunk/src/main/java/org/apache/commons/net/imap/IMAP.java
Sun Mar 27 16:00:29 2011
@@ -197,25 +197,6 @@ public class IMAP extends SocketClient
return __state;
}
-
- /**
- * Retrieves the additional lines of a multi-line server reply.
- */
- public void getAdditionalReply() throws IOException
- {
- String line;
-
- line = _reader.readLine();
- while (line != null)
- {
- _replyLines.add(line);
- if (line.equals("."))
- break;
- line = _reader.readLine();
- }
- }
-
-
/**
* Disconnects the client from the server, and sets the state to
* <code> DISCONNECTED_STATE </code>. The reply text information