Zimlet JavaScript API Reference - ZmPopAccount

Class ZmPopAccount


Extends ZmDataSource.

This class represents an POP account.

Defined in: ZmPopAccount.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Creates an POP account.
Field Summary
Field Attributes Field Name and Description
<static>  
ZmPopAccount.PORT_CLEAR
Defines the "cleartext" port.
<static>  
ZmPopAccount.PORT_SSL
Defines the "ssl" port.
Method Summary
Method Attributes Method Name and Description
 
Gets the default port.
Methods borrowed from class ZmDataSource:
getPort, setEmail, testConnection
Methods borrowed from class ZmAccount:
getEmail, getIdentity, getName, setName, toString
Class Detail
ZmPopAccount(id)
Creates an POP account.
Parameters:
{String} id
the id
Field Detail
<static> {int} ZmPopAccount.PORT_CLEAR
Defines the "cleartext" port.

<static> {int} ZmPopAccount.PORT_SSL
Defines the "ssl" port.
Method Detail
{int} getDefaultPort()
Gets the default port.
Returns:
{int} the port

Documentation generated by JsDoc Toolkit 2.3.0 on Tue Jun 28 2016 21:01:36 GMT-0400 (EDT)