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