RetrievePOP3Mail command
Used in a Server.Load script to retrieve POP3 mail messages for a user.
Syntax
RetrievePOP3Mail <user> <password> <msg_num> <hostname> <options>
Where:
- <user> -- User's POP3 account name
- <password> -- User's POP3 password
- <msg_num> -- Message to retrieve; -1 to retrieve all
- <hostname> -- Host name of the server running SMTP MTA
- <options> -- POP3 retrieval options (USE_SSL for SSL protocol, LEAVE_ON_SERVER to leave messages on the server)