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
Modifier and TypeFieldDescriptionthe identity display name.the email that will be used to send the e-mail when using this identity.the signature mime type.boolean
if 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
-
Method Summary
-
Field Details
-
email
the email that will be used to send the e-mail when using this identity. This e-mail must :- Exist
- Be associated to the
Mailbox
owner of the identity
-
format
the signature mime type. The signature can either beinvalid reference
SignatureFormat.PLAIN
invalid reference
SignatureFormat.HTML
-
signature
the mail signature associated to this identity. The signature will be added at the end of the e-mail when using this identity. Depending onformat
the signature will be interpreted as text/plain or as text/html. -
displayname
the identity display name. The identity display name is an additional name used to describe the identity. This name will not be sent along with the email, and is only used to identity identities with sameemail
and same . -
name
the identity name that will be used in the from header of the mail alongside withemail
. -
isDefault
public boolean isDefaultif this identity is the default one. There is only one default identity -
sentFolder
the folder path to store mail when sending a mail using this identity. The path is relative toMailbox
-
-
Constructor Details
-
Identity
public Identity()
-