| echo2example.email.faux.FauxStore
FauxStore | public class FauxStore extends Store (Code) | | A minimal implementation of a JavaMail Store to serve the
requirements of the e-mail application.
|
Constructor Summary | |
public | FauxStore(Session session, URLName urlName) Creates a FauxStore . |
FauxStore | public FauxStore(Session session, URLName urlName)(Code) | | Creates a FauxStore .
Parameters: session - the Session object for this Store Parameters: urlName - the URLName object for this Store |
getDefaultFolder | public Folder getDefaultFolder() throws MessagingException(Code) | | See Also: javax.mail.Store.getDefaultFolder |
getFolder | public Folder getFolder(String arg0) throws MessagingException(Code) | | See Also: javax.mail.Store.getFolder(java.lang.String) |
getFolder | public Folder getFolder(URLName arg0) throws MessagingException(Code) | | See Also: javax.mail.Store.getFolder(javax.mail.URLName) |
protocolConnect | protected boolean protocolConnect(String arg0, int arg1, String arg2, String arg3) throws MessagingException(Code) | | See Also: javax.mail.Service.protocolConnect(java.lang.Stringintjava.lang.Stringjava.lang.String) |
|
|