Class POP3Client
java.lang.Object
|
+--POP3Client
- public class POP3Client
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
POP3PORT
public static final int POP3PORT
DISCONNECTED
public static final int DISCONNECTED
CONNECTED
public static final int CONNECTED
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