public class ReadmailTest extends Object implements Serializable
Constructor and Description |
---|
ReadmailTest() |
ReadmailTest(Long attemptInterval,
Boolean debug,
String mailFolder,
String subjectMatch,
Boolean deleteAllMail) |
Modifier and Type | Method and Description |
---|---|
void |
addJavamailProperty(JavamailProperty javamailProperty) |
void |
addJavamailProperty(String name,
String value) |
boolean |
equals(Object obj) |
Long |
getAttemptInterval() |
Boolean |
getDebug() |
Boolean |
getDeleteAllMail() |
List<JavamailProperty> |
getJavamailProperties() |
String |
getMailFolder() |
ReadmailHost |
getReadmailHost() |
String |
getSubjectMatch() |
Optional<UserAuth> |
getUserAuth() |
int |
hashCode() |
void |
setAttemptInterval(Long attemptInterval) |
void |
setDebug(Boolean debug) |
void |
setDeleteAllMail(Boolean deleteAllMail) |
void |
setJavamailProperties(List<JavamailProperty> javamailProperties) |
void |
setMailFolder(String mailFolder) |
void |
setReadmailHost(ReadmailHost readmailHost) |
void |
setSubjectMatch(String subjectMatch) |
void |
setUserAuth(String username,
String password) |
void |
setUserAuth(UserAuth userAuth) |
public Boolean getDebug()
public void setDebug(Boolean debug)
public String getMailFolder()
public void setMailFolder(String mailFolder)
public String getSubjectMatch()
public void setSubjectMatch(String subjectMatch)
public Long getAttemptInterval()
public void setAttemptInterval(Long attemptInterval)
public Boolean getDeleteAllMail()
public void setDeleteAllMail(Boolean deleteAllMail)
public List<JavamailProperty> getJavamailProperties()
public void setJavamailProperties(List<JavamailProperty> javamailProperties)
public void addJavamailProperty(JavamailProperty javamailProperty)
public ReadmailHost getReadmailHost()
public void setReadmailHost(ReadmailHost readmailHost)
public void setUserAuth(UserAuth userAuth)
Copyright © 2021. All rights reserved.