Client: PopClient
Isolated
Represents a POP Client, which interacts with a POP Server.
Constructor
Gets invoked during the email:PopClient
initialization.
init (string host, string username, string password, *PopConfiguration clientConfig)
- host string
Host of the POP Client
- username string
Username of the POP Client
- password string
Password of the POP Client
- clientConfig *PopConfiguration
Configurations for the POP Client
Remote Methods
receiveMessage | Reads a message. |
close | Close the client. |