gnu.mail.providers.pop3
public final class POP3Store extends Store
Version: 1.3
Constructor Summary | |
---|---|
POP3Store(Session session, URLName urlname)
Constructor. |
Method Summary | |
---|---|
void | close()
Closes the connection. |
Folder | getDefaultFolder()
Returns the root folder. |
Folder | getFolder(String s)
Returns the folder with the specified name. |
Folder | getFolder(URLName urlname)
Returns the folder whose name is the file part of the specified URLName. |
protected TrustManager | getTrustManager()
Returns a trust manager used for TLS negotiation. |
boolean | isConnected()
Issues a NOOP to the POP server to determine whether the connection
is still alive. |
protected boolean | protocolConnect(String host, int port, String username, String password)
Connects to the POP3 server and authenticates with the specified
parameters. |