Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package org.apache.commons.net.pop3

Class Summary
AllTests  
POP3 The POP3 class is not meant to be used by itself and is provided only so that you may easily implement your own POP3 client if you so desire.
POP3Client The POP3Client class implements the client side of the Internet POP3 Protocol defined in RFC 1939.
POP3ClientCommandsTest  
POP3ClientTest  
POP3Command POP3Command stores POP3 command code constants.
POP3ConstructorTest  
POP3MessageInfo POP3MessageInfo is used to return information about messages stored on a POP3 server.
POP3Reply POP3Reply stores POP3 reply code constants.
TestSetupParameters