gnu.mail.providers.nntp
public class NNTPStore extends Store
Version: 2.0
| Constructor Summary | |
|---|---|
| NNTPStore(Session session, URLName url)
Constructor. | |
| Method Summary | |
|---|---|
| void | close()
Close the connection. |
| Folder | getDefaultFolder()
Returns the folder representing the "root" namespace.
|
| Folder | getFolder(String name)
Returns a folder by name. |
| Folder | getFolder(URLName url)
Returns the folder whose name corresponds to the file part
of the specified URL. |
| protected boolean | protocolConnect(String host, int port, String username, String password)
Performs the protocol connection. |
Parameters: session the session url the connection URL
file part
of the specified URL.