public class MailFileStore
extends javax.mail.Store
| Constructor and Description |
|---|
MailFileStore(javax.mail.Session s,
javax.mail.URLName u) |
| Modifier and Type | Method and Description |
|---|---|
javax.mail.Folder |
getDefaultFolder() |
javax.mail.Folder |
getFolder(String path) |
javax.mail.Folder |
getFolder(javax.mail.URLName path) |
protected boolean |
protocolConnect(String host,
int port,
String user,
String password) |
addFolderListener, addStoreListener, getPersonalNamespaces, getSharedNamespaces, getUserNamespaces, notifyFolderListeners, notifyFolderRenamedListeners, notifyStoreListeners, removeFolderListener, removeStoreListenerprotected boolean protocolConnect(String host, int port, String user, String password) throws javax.mail.MessagingException
protocolConnect in class javax.mail.Servicejavax.mail.MessagingExceptionpublic javax.mail.Folder getDefaultFolder()
throws javax.mail.MessagingException
getDefaultFolder in class javax.mail.Storejavax.mail.MessagingExceptionpublic javax.mail.Folder getFolder(String path) throws javax.mail.MessagingException
getFolder in class javax.mail.Storejavax.mail.MessagingExceptionpublic javax.mail.Folder getFolder(javax.mail.URLName path)
throws javax.mail.MessagingException
getFolder in class javax.mail.Storejavax.mail.MessagingExceptionCopyright © 1998-2022 Apache Software Foundation. All Rights Reserved.