RetrievePOP3Mail 命令

在 Server.Load 脚本中用于检索用户的 POP3 邮件。

语法

RetrievePOP3Mail <user> <password> <msg_num> <hostname> <options>

其中:

  • <user> -- 用户的 POP3 帐户名
  • <password> -- 用户的 POP3 密码
  • <msg_num> -- 要检索的消息;值为 -1 时将检索全部消息
  • <hostname> -- 运行 SMTP MTA 的服务器的主机名
  • <options> -- POP3 检索选项(USE_SSL 使用 SSL 协议,LEAVE_ON_SERVER 将邮件保留在服务器上)