diff options
author | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:40:17 -0500 |
---|---|---|
committer | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:40:17 -0500 |
commit | 33058f2b292b3a581333bdfb21b8f671898c5060 (patch) | |
tree | 51c3e392513ec574331b2d3f85c394445ea803c6 /files/zh-cn/glossary/smtp/index.html | |
parent | 8b66d724f7caf0157093fb09cfec8fbd0c6ad50a (diff) | |
download | translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.gz translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.bz2 translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.zip |
initial commit
Diffstat (limited to 'files/zh-cn/glossary/smtp/index.html')
-rw-r--r-- | files/zh-cn/glossary/smtp/index.html | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/files/zh-cn/glossary/smtp/index.html b/files/zh-cn/glossary/smtp/index.html new file mode 100644 index 0000000000..1bc6829af1 --- /dev/null +++ b/files/zh-cn/glossary/smtp/index.html @@ -0,0 +1,27 @@ +--- +title: SMTP +slug: Glossary/SMTP +translation_of: Glossary/SMTP +--- +<p><strong>SMTP</strong>(Simple Mail Transfer Protocol,简单邮件传输协议) 是用于发送的邮件的<a href="/zh-CN/docs/Glossary/Protocol">协议</a>。类似于<a href="/en-US/docs/Glossary/POP">POP3</a>和<a href="/en-US/docs/Glossary/NNTP">NNTP</a>,它是一个<a href="/zh-CN/docs/Glossary/State_machine">状态机</a>驱动的协议</p> + +<p>该协议相对简单。最复杂的部分在于添加支持不同的验证机制(<a class="external" href="http://en.wikipedia.org/wiki/Generic_Security_Services_Application_Program_Interface"><abbr title="Generic Security Services Application Program Interface">GSSAPI</abbr></a>, <a class="external" href="http://en.wikipedia.org/wiki/CRAM-MD5"><abbr title="challenge-response authentication mechanism">CRAM-MD5</abbr></a>,<a class="external" href="http://en.wikipedia.org/wiki/NTLM"><abbr title="NT LAN Manager">NTLM</abbr></a>,MSN,AUTH LOGIN,AUTH PLAIN等),处理错误响应以及在验证机制错误时进行状态回退(如服务器声明其支持某种机制但其实并不)。 </p> + +<section class="Quick_links" id="Quick_Links"> +<ol> + <li><a href="/zh-CN/docs/Glossary">术语表</a> + + <ol> + <li><a href="/en-US/docs/Glossary/NNTP">NNTP</a></li> + <li><a href="/en-US/docs/Glossary/POP">POP3</a></li> + <li><a href="/zh-CN/docs/Glossary/Protocol">协议</a></li> + <li><a href="/zh-CN/docs/Glossary/State_machine">状态机</a></li> + </ol> + </li> + <li>维基百科 + <ol> + <li>{{Interwiki("wikipedia", "SMTP")}}</li> + </ol> + </li> +</ol> +</section> |