Clients
-
email
:
PopClient
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, PopConfig clientConfig)
- host string
-
Host of the POP Client
- username string
-
Username of the POP Client
- password string
-
Password of the POP Client
- clientConfig PopConfig {}
-
Configurations for the POP Client
Remote Methods
read | Reads a message. |
Reads a message.
email:Email|email:Error? emailResponse = popClient->read();
Parameters
- folder string (default INBOX)
-
Folder to read emails. The default value is
INBOX