类 MailProperty
java.lang.Object
org.anyline.boot.mail.MailProperty
@Configuration("anyline.boot.mail")
@ConfigurationProperties(prefix="anyline.mail")
public class MailProperty
extends Object
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明getHost()getPort()booleanbooleanisSsl()voidsetAccount(String account) voidsetAttachmentDir(String attachmentDir) voidsetAutoDownloadAttachment(boolean autoDownloadAttachment) voidvoidsetPassword(String password) voidvoidsetProtocol(String protocol) voidsetSsl(boolean ssl) voidsetUsername(String username)
-
字段详细资料
-
account
-
password
-
username
-
protocol
-
host
-
port
-
attachmentDir
-
ssl
public boolean ssl -
autoDownloadAttachment
public boolean autoDownloadAttachment
-
-
构造器详细资料
-
MailProperty
public MailProperty()
-
-
方法详细资料
-
getAccount
-
setAccount
-
getPassword
-
setPassword
-
getUsername
-
setUsername
-
getProtocol
-
setProtocol
-
getHost
-
setHost
-
getPort
-
setPort
-
getAttachmentDir
-
setAttachmentDir
-
isSsl
public boolean isSsl() -
setSsl
public void setSsl(boolean ssl) -
isAutoDownloadAttachment
public boolean isAutoDownloadAttachment() -
setAutoDownloadAttachment
public void setAutoDownloadAttachment(boolean autoDownloadAttachment)
-