Package com.bytedesk.core.email
Class EmailEntity
java.lang.Object
com.bytedesk.core.base.BaseEntity
com.bytedesk.core.email.EmailEntity
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate String
private Boolean
private Boolean
private String
private String
private Boolean
private String
private String
private String
private String
private Boolean
private String
private Integer
private Boolean
private String
private Integer
private Boolean
private ZonedDateTime
private String
private String
private Integer
private Boolean
private String
private String
private String
private Integer
private Boolean
private Boolean
private Integer
private String
private String
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.bytedesk.core.base.BaseEntity
getCreatedAtString, getUpdatedAtString
-
Field Details
-
name
-
description
-
type
-
protocol
-
emailAddress
-
emailPassword
-
smtpHost
-
smtpPort
-
smtpSslEnabled
-
smtpTlsEnabled
-
imapHost
-
imapPort
-
imapSslEnabled
-
pop3Host
-
pop3Port
-
pop3SslEnabled
-
exchangeHost
-
exchangePort
-
exchangeSslEnabled
-
senderName
-
displayName
-
syncInterval
-
autoSyncEnabled
-
autoReplyEnabled
-
autoReplyContent
-
lastSyncTime
-
connectionStatus
-
connectionError
-
enabled
-
debug
-
workgroupUid
-
-
Constructor Details
-
EmailEntity
public EmailEntity()
-