Class POP3Client

java.lang.Object
  |
  +--POP3Client

public class POP3Client
extends java.lang.Object


Field Summary
static int CONNECTED
           
static int DISCONNECTED
           
static int POP3PORT
           
 
Method Summary
 int checkMail()
           
 void getMail(boolean todelete)
           
 java.lang.String getServerAnswer(java.io.BufferedReader in)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

POP3PORT

public static final int POP3PORT

DISCONNECTED

public static final int DISCONNECTED

CONNECTED

public static final int CONNECTED
Method Detail

getMail

public void getMail(boolean todelete)

checkMail

public int checkMail()
              throws java.io.IOException

getServerAnswer

public java.lang.String getServerAnswer(java.io.BufferedReader in)
                                 throws java.io.IOException