Class Identity
java.lang.Object
net.bluemind.mailbox.identity.api.Identity
- Direct Known Subclasses:
UserMailIdentity
A mail identity that can endorsed by a user when sending an email
-
Field Summary
FieldsModifier and TypeFieldDescriptionthe identity display name.the email that will be used to send the e-mail when using this identity.the signature mime type.booleanif this identity is the default one.the identity name that will be used in the from header of the mail alongside withemail.the folder path to store mail when sending a mail using this identity.the mail signature associated to this identity. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
email
-
format
the signature mime type. The signature can either beorinvalid reference
SignatureFormat.PLAIN.invalid reference
SignatureFormat.HTML -
signature
-
displayname
-
name
-
isDefault
public boolean isDefaultif this identity is the default one. There is only one default identity -
sentFolder
-
-
Constructor Details
-
Identity
public Identity()
-