public class IdentityDescription
extends Object 
- 
Field Summary
Fields
 
the email that will be used to send the e-mail when using this identity.
 
 
identity id (work, personal, free string)
 
 
 
the identity name that will be used in the from header of the mail alongside
 with 
email 
 
 
 
 
- 
Constructor Summary
Constructors
 
- 
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
 
- 
Field Details
- 
 
- 
id
identity id (work, personal, free string)
 
- 
email
the email that will be used to send the e-mail when using this identity.
 
- 
 
- 
name
the identity name that will be used in the from header of the mail alongside
 with 
email 
 
- 
 
- 
 
- 
 
- 
 
 
- 
Constructor Details
- 
IdentityDescription
public IdentityDescription()