• 软件测试技术
  • 软件测试博客
  • 软件测试视频
  • 开源软件测试技术
  • 软件测试论坛
  • 软件测试沙龙
  • 软件测试资料下载
  • 软件测试杂志
  • 软件测试人才招聘
    暂时没有公告

字号: | 推荐给好友 上一篇 | 下一篇

RFC918 - Post Office Protocol

发布: 2007-6-23 14:09 | 作者:   | 来源:   | 查看: 16次 | 进入软件测试论坛讨论

领测软件测试网

   
  Network Working Group J. K. Reynolds
Request for Comments: 918 ISI
October 1984

POST OFFICE PROTOCOL

Status of this Memo

This RFCsuggests a simple method for workstations to dynamically

access mail from a mailbox server. This RFCspecifies a proposed
protocol for the ARPA-Inte.net community, and requests discussion and
suggestions for improvement.

Introduction

The intent of the Post Office Protocol (POP) is to allow a user's
workstation to access mail from a mailbox server. It is expected
that mail will be posted from the workstation to the mailbox server
via the Simple Mail Transfer Protocol (SMTP). For further
information see RFC-821 [1] and RFC-822 [2].

The status of this protocol is experimental, and this protocol is
dependent upon TCP.

The Protocol

The protocol is for the server to be listening for a connection.
When a connection is opened the server sends a greeting message and
waits for commands. When commands are received the server acts on
them and responds with replies.

The client opens a connection, waits for the greeting, then sends the
USER and then the PASS commands to establish authorization to access
mailboxes. The client begins a mail reading transaction with either
an RDEL (to read and delete all messages from a mailbox) or a RETR
(to simply read all messages from a mailbox). The server opens and
locks the mailbox, and responds with the number of characters in the
mailbox. Then the client asks for the data to be sent by issuing the
RCEV command. The server responds by sending the mail data. When
all the data has been received the client sends the RCVD command. If
the transaction started with the RDEL command the server now deletes
the mail data from the mailbox. In any case, the server closes and
unlocks the mailbox. The client terminates the session with the QUIT
command.

Post Office Protocol RFC918

The Normal Scenario

Client Server
------ ------
Wait for Connection
Open Connection -->
<-- +OK
Wait for Command
USER Fred -->
<-- +OK
Wait for Command
PASS password -->
<-- +OK
Wait for Command
RDEL mailbox --> (open and lock mailbox)
<-- #xxx
Wait for Command
RCEV -->
<-- (send a copy of mail)
Wait for Command
RCVD --> (deletes mail from mailbox, unlock
and close mailbox)
<-- +OK
Wait for Command
QUIT -->
<-- +OK
Close connection --> <-- Close connection
Wait for Connection (go back to start)

Definitions of Commands and Replies

Summary of Commands and Replies

Commands Replies
-------- -------
USER name +OK
PASS password -Error
RETR mailbox #xxx
RDEL mailbox
RCEV
RCVD
QUIT
NOOP
RSET

Post Office Protocol RFC918

Commands

USER name

This command identifies the user to the server. It must be
followed by the PASS command.

Possible responses: "+OK" or "-ERR"

PASS password

The PASS command carries the password authenticating this user.
Together the USER name and PASS password are used by the server
to control access to the mailboxes.

Possible responses: "+OK" or "-ERR"

RETR mailbox

This command begins a mail reading transaction. The RETR
command is used to read all the messages in a mailbox without
deleting them. It must be followed by the RCEV command.

Possible responses: "#xxx" or "-ERR"

RDEL mailbox

This command begins a mail reading transaction. The RDEL
command is used to read all the messages in a mailbox and
delete them. It must be followed by the RCEV command.

Possible responses: "#xxx" or "-ERR"

RCEV

This command confirms that the client is ready to receive the
mail data. It must be followed by the RCVD command.

Possible responses: "+OK" or (connection aborted)

RCVD

This command confirms that the client has received and accepted
the mail. The RCVD command ends the mail reading transaction.
In the case of the RDEL transaction, it is possible that the
mail is not necessarily deleted. This is indicated by an error
reply.

Possible responses: "+OK" or "-ERR"

Post Office Protocol RFC918

QUIT

This command indicates the client is done with the session.
The server sends an OK response and then closes the connection.

Possible responses: "+OK" then Close

NOOP

This is the no operation command. It causes no action on the
part of the server except an OK response.

Possible response: "+OK"

RSET

This command causes the server to abort the current transaction
and return to waiting for a command (one of RDEL, RETR, QUIT,
NOOP, or RSET). When aborting a transaction the server must
take care to properly close and unlock the mailbox.

Possible response: "+OK"

Acknowledgment

I would like to acknowledge the contributions of Jon Postel, Joel
Goldberger, Dale Chase, and Michael Butler in the development of the
Post Office Protocol.

References

[1] Postel, J., "Simple Mail Transfer Protocol", RFC-821,
USC/Information Sciences Institute, August 1982.

[2] Crocker, D., "Standard for the Format of ARPA-Internet Text
Messages", RFC-822, University of Delaware, August 1982.

Post Office Protocol RFC918

Diagram
+---+ +---+ +---+ +---+ +---+
Open | | +OK | | | | +OK | | | | +OK
----->| S |--+-->| C |------>| S |------>| C |------>| S |---->+
| | ^ | | USER | | | | PASS | | |
+---+ | +---+ +---+ +---+ +---+ |
| | -ERR | -ERR |
| V V |
+<-----------+<----------------+<----------------------+ |
| |
V +---+ +---+ |
+----->| | QUIT | | +OK |
| C |------>| S |----->Close |
+----->| | | | |
^ +---+ +---+ |
| V
+<-------------------------------------------------------------+
| ^
| +---+ +---+ +---+ +---+ +---+ +---+ |
| | |RETR | | #xxx | |RECV | |DATA | |RCVD | |+OK |
+->| C |---->| S |----->| C |---->| S |---->| C |---->| S |--->+
| | | or | | | | | | | | | | ^
| +---+ RDEL+---+ +---+ +---+ +---+ +---+ |
| | -ERR | | | | -ERR |
| V | V | | |
+<-------------+ | Abort | | |
| V V V |
| +<---------------+-------------------+ +----->+
| V
| +---+ +---+
| | | RSET | | +OK
+----->| C |------>| S |----->+
| | | | | |
| +---+ +---+ |
| V
+<----------------------------+
| ^
| +---+ +---+ |
| | | NOOP | | +OK |
+----->| C |------>| S |----->+
| | | |
+---+ +---+

文章来源于领测软件测试网 https://www.ltesting.net/


关于领测软件测试网 | 领测软件测试网合作伙伴 | 广告服务 | 投稿指南 | 联系我们 | 网站地图 | 友情链接
版权所有(C) 2003-2010 TestAge(领测软件测试网)|领测国际科技(北京)有限公司|软件测试工程师培训网 All Rights Reserved
北京市海淀区中关村南大街9号北京理工科技大厦1402室 京ICP备10010545号-5
技术支持和业务联系:info@testage.com.cn 电话:010-51297073

软件测试 | 领测国际ISTQBISTQB官网TMMiTMMi认证国际软件测试工程师认证领测软件测试网