You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by no...@apache.org on 2012/01/18 19:04:31 UTC

svn commit: r1232978 - /james/protocols/trunk/pop3/src/test/java/org/apache/james/protocols/pop3/AbstractStartTlsPOP3ServerTest.java

Author: norman
Date: Wed Jan 18 18:04:31 2012
New Revision: 1232978

URL: http://svn.apache.org/viewvc?rev=1232978&view=rev
Log:
Add a todo

Modified:
    james/protocols/trunk/pop3/src/test/java/org/apache/james/protocols/pop3/AbstractStartTlsPOP3ServerTest.java

Modified: james/protocols/trunk/pop3/src/test/java/org/apache/james/protocols/pop3/AbstractStartTlsPOP3ServerTest.java
URL: http://svn.apache.org/viewvc/james/protocols/trunk/pop3/src/test/java/org/apache/james/protocols/pop3/AbstractStartTlsPOP3ServerTest.java?rev=1232978&r1=1232977&r2=1232978&view=diff
==============================================================================
--- james/protocols/trunk/pop3/src/test/java/org/apache/james/protocols/pop3/AbstractStartTlsPOP3ServerTest.java (original)
+++ james/protocols/trunk/pop3/src/test/java/org/apache/james/protocols/pop3/AbstractStartTlsPOP3ServerTest.java Wed Jan 18 18:04:31 2012
@@ -68,6 +68,9 @@ public abstract class AbstractStartTlsPO
             
             POP3SClient client = createClient();
             client.connect(address.getAddress().getHostAddress(), address.getPort());
+            
+            // TODO: Make use of client.capa() once possible
+            //       See NET-438
             assertEquals(POP3Reply.OK, client.sendCommand("CAPA"));
             client.getAdditionalReply();
 



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org