| OpenSecurePop3Account |
| |
This function will try to login to a secure POP3 server |
| |
| Library |
 |
wh::internet/pop3.whlib |
| |
| Syntax |
 |
PUBLIC INTEGER FUNCTION OpenSecurePop3Account (STRING server,INTEGER serverport,STRING username,STRING passwd) |
| |
| Description |
 |
This function tries to login on a secure POP3 server with a user name and password. When the login is succesful the ID (>0) of the connection is returned. If -1 is returned by the function a wrong password was received. IF -2 is returned there was no connection with the POP3 server. |
| |
| Parameters |
 |
| server |
 |
String containing the IP address or hostname of the POP3 mail server |
 |
| serverport |
 |
Integer of the port of the POP3 mail server |
 |
| username |
 |
Username of the account |
 |
| passwd |
 |
Password of the account |
 |
|
| |
| Returns |
 |
ID or error code |
| |