java.lang.Object | +--javax.mail.Service | +--javax.mail.Store | +--gnu.mail.providers.maildir.MaildirStoreAll Implemented Interfaces:
MaildirStore(Session session, URLName urlname) Constructor. |
void | addStatusListener(StatusListener l) Adds a status listener to this store. |
Returns the default folder. | |
getFolder(String filename) Returns the folder with the specified filename. | |
Returns the folder specified by the filename of the URLName. | |
void | processStatusEvent(StatusEvent event) Processes a status event. |
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. |
public MaildirStore(Session session, URLName urlname)
public void addStatusListener(StatusListener l)
removeStatusListener
public Folder getDefaultFolder()
public Folder getFolder(String filename)
public Folder getFolder(URLName urlname)
protected void processStatusEvent(StatusEvent event)
protected boolean protocolConnect(String host, int port, String username, String password)
public void removeStatusListener(StatusListener l)
addStatusListener