Class MailFileStore
- java.lang.Object
-
- Store
-
- org.apache.jmeter.protocol.mail.sampler.MailFileStore
-
public class MailFileStore extends Store
-
-
Constructor Summary
Constructors Constructor Description MailFileStore(Session s, URLName u)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FoldergetDefaultFolder()FoldergetFolder(String path)FoldergetFolder(URLName path)protected booleanprotocolConnect(String host, int port, String user, String password)
-
-
-
Method Detail
-
protocolConnect
protected boolean protocolConnect(String host, int port, String user, String password) throws MessagingException
- Throws:
MessagingException
-
getDefaultFolder
public Folder getDefaultFolder() throws MessagingException- Throws:
MessagingException
-
getFolder
public Folder getFolder(String path) throws MessagingException
- Throws:
MessagingException
-
getFolder
public Folder getFolder(URLName path) throws MessagingException- Throws:
MessagingException
-
-