Modifier and Type | Field and Description |
---|---|
protected String |
imapHost |
protected String |
imapPassword |
protected String |
imapProtocol |
protected String |
imapUsername |
protected String |
toDoFolderName |
protected String |
toDoInActivitiFolderName |
protected String |
userId |
Constructor and Description |
---|
MailScanCmd() |
Modifier and Type | Method and Description |
---|---|
void |
createTask(CommandContext commandContext,
DbSqlSession dbSqlSession,
MailTransformer mailTransformer) |
Object |
execute(CommandContext commandContext) |
String |
getImapHost() |
String |
getImapPassword() |
String |
getImapProtocol() |
String |
getImapUsername() |
String |
getToDoFolderName() |
String |
getToDoInActivitiFolderName() |
String |
getUserId() |
void |
setImapHost(String imapHost) |
void |
setImapPassword(String imapPassword) |
void |
setImapProtocol(String imapProtocol) |
void |
setImapUsername(String imapUsername) |
void |
setToDoFolderName(String toDoFolderName) |
void |
setToDoInActivitiFolderName(String toDoInActivitiFolderName) |
void |
setUserId(String userId) |
protected String userId
protected String imapUsername
protected String imapPassword
protected String imapHost
protected String imapProtocol
protected String toDoFolderName
protected String toDoInActivitiFolderName
public Object execute(CommandContext commandContext)
public void createTask(CommandContext commandContext, DbSqlSession dbSqlSession, MailTransformer mailTransformer) throws javax.mail.MessagingException
javax.mail.MessagingException
public String getUserId()
public void setUserId(String userId)
public String getImapUsername()
public void setImapUsername(String imapUsername)
public String getImapPassword()
public void setImapPassword(String imapPassword)
public String getImapHost()
public void setImapHost(String imapHost)
public String getImapProtocol()
public void setImapProtocol(String imapProtocol)
public String getToDoFolderName()
public void setToDoFolderName(String toDoFolderName)
public String getToDoInActivitiFolderName()
public void setToDoInActivitiFolderName(String toDoInActivitiFolderName)
Copyright © 2015. All rights reserved.