What RFCs need to be considered in developing an SMTP client?

落爺英雄遲暮 提交于 2019-12-21 16:55:10

问题


In theory, the set of Request For Comments (RFC) contain everything that a developer needs to know to build an SMTP client. However, it is not always easy to know which RFCs need to be considered and which ones can be ignored.

Does anyone have an RFC roadmap to steer developers through this? By RFC roadmap, I mean:

  • A complete list of RFCs that need to be read and understood, in order to develop an SMTP client.
  • An indication of which RFCs no longer need to be considered, because they have been superseded.
  • A summary of the relevant RFCs.
  • Detail on how the relevant RFCs interrelate to each other.
  • An indication of the logical order to read and understand the relevant RFCs.

回答1:


The Wikipedia article has a good list of related RFCs.




回答2:


You should read RFC 5321 first, followed by RFC 5322... assuming you already know how to handle DNS queries.

The old answer used to be read 2821, then 2822... but it seems that it's been updated.



来源:https://stackoverflow.com/questions/4908967/what-rfcs-need-to-be-considered-in-developing-an-smtp-client

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!