|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.belerweb.social.mail.api.POP3
public class POP3
POP3 邮件工具
| Constructor Summary | |
|---|---|
POP3(String username,
String password,
String host)
|
|
POP3(String username,
String password,
String host,
int port,
boolean ssl)
|
|
| Method Summary | |
|---|---|
void |
download(File dir)
下载所有电子邮件到指定目录 |
void |
download(String dir)
下载所有电子邮件到指定目录 |
boolean |
test()
检查用户信息是否正确 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public POP3(String username,
String password,
String host)
public POP3(String username,
String password,
String host,
int port,
boolean ssl)
| Method Detail |
|---|
public boolean test()
throws SocialException
SocialException
public void download(File dir)
throws SocialException
SocialExceptionpublic void download(String dir)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||