Example: pop3_command

In the following example, the pop3_command function returns the unique ID of the first message.

...
// 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 );
...