gnu.mail.providers.mbox
public final class MboxStore extends Store implements StatusSource
Constructor Summary | |
---|---|
MboxStore(Session session, URLName urlname)
Constructor. |
Method Summary | |
---|---|
void | addStatusListener(StatusListener l)
Adds a status listener to this store.
|
Folder | getDefaultFolder()
Returns the default folder. |
Folder | getFolder(String name)
Returns the folder with the specified filename. |
Folder | getFolder(URLName urlname)
Returns the folder specified by the filename of the URLName. |
protected void | processStatusEvent(StatusEvent event)
Processes a status event.
|
protected boolean | protocolConnect(String host, int port, String username, String password)
There isn't a protocol to implement, so this method just returns. |
void | removeStatusListener(StatusListener l)
Removes a status listener from this store. |
protected void | setURLName(URLName url)
Sets the correct form of the URLName. |
Parameters: l the status listener
See Also: MboxStore
Parameters: event the status event
Parameters: l the status listener
See Also: MboxStore