Uses of Class
org.apache.geronimo.javamail.store.pop3.connection.POP3Response

Packages that use POP3Response
org.apache.geronimo.javamail.store.pop3.connection   
 

Uses of POP3Response in org.apache.geronimo.javamail.store.pop3.connection
 

Subclasses of POP3Response in org.apache.geronimo.javamail.store.pop3.connection
 class POP3ListResponse
          This class adds functionality to the basic response by parsing the reply for LIST command and obtaining specific information about the msgnum and the size.
 class POP3StatusResponse
          This class adds functionality to the basic response by parsing the status line and obtaining specific information about num of msgs and the size
 

Methods in org.apache.geronimo.javamail.store.pop3.connection that return POP3Response
protected  POP3Response POP3Connection.buildResponse(boolean isMultiLineResponse)
          Build a POP3Response item from the response stream.
protected  POP3Response POP3Connection.sendCommand(String cmd)
           
protected  POP3Response POP3Connection.sendCommand(String cmd, boolean multiLine)
           
protected  POP3Response POP3Connection.sendMultiLineCommand(String cmd)
           
 



Copyright © 2003-2009 The Apache Software Foundation. All Rights Reserved.