ImapIdentificationInfo

Inheritance: java.lang.Object

public class ImapIdentificationInfo

Represents class-container with identification information to exchange between mail client and server. Please, read more rfc2971 https://tools.ietf.org/html/rfc2971

Constructors

ConstructorDescription
ImapIdentificationInfo()

Methods

MethodDescription
equals(Object arg0)
getAddress()Postal address of contact/vendor
getArguments()Arguments supplied on the command line, if any.
getClass()
getCommand()Command used to start the program
getDate()Date program was released, specified as a date-time in IMAP4rev1
getDefaultValue()Default value
getEnvironment()Description of environment, i.e., UNIX environment variables or Windows registry settings
getName()Name of the program
getOs()Name of the operating system
getOsVersion()Version of the operating system
getSupportUrl()URL to contact for support
getVendor()Vendor of the client server
getVersion()Version number of the program
hashCode()
notify()
notifyAll()
setAddress(String value)Postal address of contact/vendor
setArguments(String value)Arguments supplied on the command line, if any.
setCommand(String value)Command used to start the program
setDate(String value)Date program was released, specified as a date-time in IMAP4rev1
setEnvironment(String value)Description of environment, i.e., UNIX environment variables or Windows registry settings
setName(String value)Name of the program
setOs(String value)Name of the operating system
setOsVersion(String value)Version of the operating system
setSupportUrl(String value)URL to contact for support
setVendor(String value)Vendor of the client server
setVersion(String value)Version number of the program
toString()Returns a string that represents the current object.
wait()
wait(long arg0)
wait(long arg0, int arg1)

ImapIdentificationInfo()

public ImapIdentificationInfo()

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getAddress()

public final String getAddress()

Postal address of contact/vendor

Returns: java.lang.String

getArguments()

public final String getArguments()

Arguments supplied on the command line, if any.

Returns: java.lang.String

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getCommand()

public final String getCommand()

Command used to start the program

Returns: java.lang.String

getDate()

public final String getDate()

Date program was released, specified as a date-time in IMAP4rev1

Returns: java.lang.String

getDefaultValue()

public static ImapIdentificationInfo getDefaultValue()

Default value

Returns: ImapIdentificationInfo

getEnvironment()

public final String getEnvironment()

Description of environment, i.e., UNIX environment variables or Windows registry settings

Returns: java.lang.String

getName()

public final String getName()

Name of the program

Returns: java.lang.String

getOs()

public final String getOs()

Name of the operating system

Returns: java.lang.String

getOsVersion()

public final String getOsVersion()

Version of the operating system

Returns: java.lang.String

getSupportUrl()

public final String getSupportUrl()

URL to contact for support

Returns: java.lang.String

getVendor()

public final String getVendor()

Vendor of the client server

Returns: java.lang.String

getVersion()

public final String getVersion()

Version number of the program

Returns: java.lang.String

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setAddress(String value)

public final void setAddress(String value)

Postal address of contact/vendor

Parameters:

ParameterTypeDescription
valuejava.lang.String

setArguments(String value)

public final void setArguments(String value)

Arguments supplied on the command line, if any.

Parameters:

ParameterTypeDescription
valuejava.lang.String

setCommand(String value)

public final void setCommand(String value)

Command used to start the program

Parameters:

ParameterTypeDescription
valuejava.lang.String

setDate(String value)

public final void setDate(String value)

Date program was released, specified as a date-time in IMAP4rev1

Parameters:

ParameterTypeDescription
valuejava.lang.String

setEnvironment(String value)

public final void setEnvironment(String value)

Description of environment, i.e., UNIX environment variables or Windows registry settings

Parameters:

ParameterTypeDescription
valuejava.lang.String

setName(String value)

public final void setName(String value)

Name of the program

Parameters:

ParameterTypeDescription
valuejava.lang.String

setOs(String value)

public final void setOs(String value)

Name of the operating system

Parameters:

ParameterTypeDescription
valuejava.lang.String

setOsVersion(String value)

public final void setOsVersion(String value)

Version of the operating system

Parameters:

ParameterTypeDescription
valuejava.lang.String

setSupportUrl(String value)

public final void setSupportUrl(String value)

URL to contact for support

Parameters:

ParameterTypeDescription
valuejava.lang.String

setVendor(String value)

public final void setVendor(String value)

Vendor of the client server

Parameters:

ParameterTypeDescription
valuejava.lang.String

setVersion(String value)

public final void setVersion(String value)

Version number of the program

Parameters:

ParameterTypeDescription
valuejava.lang.String

toString()

public String toString()

Returns a string that represents the current object.

Returns: java.lang.String - A string that represents the current object.

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int