Class MailFileStore
java.lang.Object
javax.mail.Service
javax.mail.Store
org.apache.jmeter.protocol.mail.sampler.MailFileStore
public class MailFileStore
extends javax.mail.Store
- 
Field SummaryFields inherited from class javax.mail.Servicedebug, session, url
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionjavax.mail.Folderjavax.mail.Folderjavax.mail.FoldergetFolder(javax.mail.URLName path) protected booleanprotocolConnect(String host, int port, String user, String password) Methods inherited from class javax.mail.StoreaddFolderListener, addStoreListener, getPersonalNamespaces, getSharedNamespaces, getUserNamespaces, notifyFolderListeners, notifyFolderRenamedListeners, notifyStoreListeners, removeFolderListener, removeStoreListenerMethods inherited from class javax.mail.ServiceaddConnectionListener, close, connect, connect, connect, connect, finalize, getURLName, isConnected, notifyConnectionListeners, queueEvent, removeConnectionListener, setConnected, setURLName, toString
- 
Constructor Details- 
MailFileStorepublic MailFileStore(javax.mail.Session s, javax.mail.URLName u) 
 
- 
- 
Method Details- 
protocolConnectprotected boolean protocolConnect(String host, int port, String user, String password) throws javax.mail.MessagingException - Overrides:
- protocolConnectin class- javax.mail.Service
- Throws:
- javax.mail.MessagingException
 
- 
getDefaultFolderpublic javax.mail.Folder getDefaultFolder() throws javax.mail.MessagingException- Specified by:
- getDefaultFolderin class- javax.mail.Store
- Throws:
- javax.mail.MessagingException
 
- 
getFolder- Specified by:
- getFolderin class- javax.mail.Store
- Throws:
- javax.mail.MessagingException
 
- 
getFolderpublic javax.mail.Folder getFolder(javax.mail.URLName path) throws javax.mail.MessagingException - Specified by:
- getFolderin class- javax.mail.Store
- Throws:
- javax.mail.MessagingException
 
 
-