public class Identity
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
displayname
the identity display name.
|
java.lang.String |
email
the email that will be used to send the e-mail when using this identity.
|
SignatureFormat |
format
the signature mime type.
|
boolean |
isDefault
if this identity is the default one.
|
java.lang.String |
name
the identity name that will be used in the from header of the mail
alongside with
email . |
java.lang.String |
sentFolder
the folder path to store mail when sending a mail using this identity.
|
java.lang.String |
signature
the mail signature associated to this identity.
|
Constructor and Description |
---|
Identity() |
public java.lang.String email
Mailbox
owner of the identitypublic SignatureFormat format
SignatureFormat.PLAIN
or SignatureFormat.HTML
.public java.lang.String signature
format
the signature will be interpreted as text/plain or as
text/html.public java.lang.String displayname
email
and same .public java.lang.String name
email
.public boolean isDefault
public java.lang.String sentFolder
Mailbox
Copyright © 2021. All Rights Reserved.