Name | Type | Description |
---|---|---|
connectTimeout | Number | Socket connect timeout |
output | String | Command output if any |
soLinger | Number | Socket SO Linger , null if disabled |
state | String | Connection state |
tcpNoDelay | boolean | Socket TCP NO DELAY |
timeout | Number | Socket timeout |
Name | Returns |
---|---|
POP3Client() | constructor |
connect(String host, Number port) | void |
disconnect() | void |
enableSSL(boolean on) | void |
isAvailable() | boolean |
isConnected() | boolean |
listMessages() | void |
login(String username, String password) | void |
loginWithSecret(String username, String timestamp, String secret) | void |
logout() | void |
main(String[] ) | void |
messageCount() | Number |
noop() | void |
reset() | void |
None |
---|
None |
---|