public class ImapIdentificationInfo extends Object
Represents class-container with identification information to exchange between mail client and server. Please, read more rfc2971 https://tools.ietf.org/html/rfc2971
Constructor and Description |
---|
ImapIdentificationInfo() |
Modifier and Type | Method and Description |
---|---|
String |
getAddress()
Postal address of contact/vendor
|
String |
getArguments()
Arguments supplied on the command line, if any.
|
String |
getCommand()
Command used to start the program
|
String |
getDate()
Date program was released, specified as a date-time in IMAP4rev1
|
static ImapIdentificationInfo |
getDefaultValue()
Default value
|
String |
getEnvironment()
Description of environment, i.e., UNIX environment variables or Windows registry settings
|
String |
getName()
Name of the program
|
String |
getOs()
Name of the operating system
|
String |
getOsVersion()
Version of the operating system
|
String |
getSupportUrl()
URL to contact for support
|
String |
getVendor()
Vendor of the client server
|
String |
getVersion()
Version number of the program
|
void |
setAddress(String value)
Postal address of contact/vendor
|
void |
setArguments(String value)
Arguments supplied on the command line, if any.
|
void |
setCommand(String value)
Command used to start the program
|
void |
setDate(String value)
Date program was released, specified as a date-time in IMAP4rev1
|
void |
setEnvironment(String value)
Description of environment, i.e., UNIX environment variables or Windows registry settings
|
void |
setName(String value)
Name of the program
|
void |
setOs(String value)
Name of the operating system
|
void |
setOsVersion(String value)
Version of the operating system
|
void |
setSupportUrl(String value)
URL to contact for support
|
void |
setVendor(String value)
Vendor of the client server
|
void |
setVersion(String value)
Version number of the program
|
String |
toString()
Returns a string that represents the current object.
|
public final String getName()
Name of the program
public final void setName(String value)
Name of the program
public final String getVersion()
Version number of the program
public final void setVersion(String value)
Version number of the program
public final String getOs()
Name of the operating system
public final void setOs(String value)
Name of the operating system
public final String getOsVersion()
Version of the operating system
public final void setOsVersion(String value)
Version of the operating system
public final String getVendor()
Vendor of the client server
public final void setVendor(String value)
Vendor of the client server
public final String getSupportUrl()
URL to contact for support
public final void setSupportUrl(String value)
URL to contact for support
public final String getAddress()
Postal address of contact/vendor
public final void setAddress(String value)
Postal address of contact/vendor
public final String getDate()
Date program was released, specified as a date-time in IMAP4rev1
public final void setDate(String value)
Date program was released, specified as a date-time in IMAP4rev1
public final String getCommand()
Command used to start the program
public final void setCommand(String value)
Command used to start the program
public final String getArguments()
Arguments supplied on the command line, if any.
public final void setArguments(String value)
Arguments supplied on the command line, if any.
public final String getEnvironment()
Description of environment, i.e., UNIX environment variables or Windows registry settings
public final void setEnvironment(String value)
Description of environment, i.e., UNIX environment variables or Windows registry settings
public static ImapIdentificationInfo getDefaultValue()
Default value