版本2 邮局协议( 六 )


服务器行为
1. 这是一个无用信息.发送"-error",并断开连接.
2. 发送greeting,进入AUTH状态.
3. 假如是认证用户,发送"#nnn",进入MBOX状态.
否则,发送"-error",并断开连接.
4.发送“ Bye”,进入DONE状态.
5.发送" NNN",进入MBOX状态.
6. 发送"=CCC",进入ITEM状态.
7. 假如邮件存在,传输数据,进入NEXT状态.否则,断开连接.
8. 回答命令ACKS/ACKD/NACK,进入ITEM状态.
9. 断开连接.
七:感谢
非常感谢RFC918的邮局协议的第一版和爱好小组提供的POP2协议的草案.
八:参考文献:
[1]Postel,J.,"SimpleMailTransferProtocol",RFC821,
USC/InformationSciencesInstitute,August1982.
[2]Crocker,D.,"StandardfortheFormatofARPA-InternetText
Messages",RFC822,UniversityofDelaware,August1982.
[3]Reynolds,J.K.,"PostOfficeProtocol",RFC918,USC/Information
SciencesInstitute,October1984.
[4]Reynolds,J.K.,andJ.Postel,"AssignedNumbers",RFC923,
USC/InformationSciencesInstitute,October1984.


推荐阅读