首页 > 科技 > POP3 commands

POP3 commands

2005年7月18日 21点50分 发表评论 阅读评论

POP3(Post Office Protocol 3),the 3rd version of post office protocol.It specifies the protocol which contain connection between mail server and person computer,and then downloading the mail from servers.POP3 is the first offline protocol of mail receiving.POP3 server is the mail server following the POP3 protocol.

POP3 commands:

USER username
PASS password
APOP name,digest
STAT status of mail
UIDL n
LIST n list all mails and indicate number and size
RETR n retrieve the content of mail
DELE n delete the mail
RSET comment all delete issues
TOP n,m return the first m lines of the No. n mail
NOOP
QUIT exit
I used telnet to test POP3 commands,for example,issue the following comands in the ternimal:(Note,the port of POP3 is 110)

# telnet mail.tom.com 110
Trying 219.133.55.213...
Connected to mail.powerleader.com.cn (219.133.55.213).
Escape character is '^]'.
+OK POP3 ready

And then,input username and password to list and read all mails.

Identify the language supported by the operating system:

# locale -a 

This command will list all languages supported.

Checking the new hardware:

# /etc/init.d/kudzu {start | stop}
分类: 科技 标签:
  1. 本文目前尚无任何评论.
  1. 本文目前尚无任何 trackbacks 和 pingbacks.
您必须在 登录 后才能发布评论.