Example: pop3_logon
In the following example, the pop3_logon function logs onto the techno server.
...
// Logon to the POP3 server
pop3_logon("Login",
"URL=pop3://user0004t:my_pwd@techno.merc-int.com",
LAST );
// Send a "UIDL 1" command to the server
pop3_command("UID_Command", "Command=UIDL 1", LAST );
...