aboutsummaryrefslogtreecommitdiff
path: root/files/zh-tw/glossary/pop/index.html
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2020-12-08 14:43:23 -0500
committerPeter Bengtsson <mail@peterbe.com>2020-12-08 14:43:23 -0500
commit218934fa2ed1c702a6d3923d2aa2cc6b43c48684 (patch)
treea9ef8ac1e1b8fe4207b6d64d3841bfb8990b6fd0 /files/zh-tw/glossary/pop/index.html
parent074785cea106179cb3305637055ab0a009ca74f2 (diff)
downloadtranslated-content-218934fa2ed1c702a6d3923d2aa2cc6b43c48684.tar.gz
translated-content-218934fa2ed1c702a6d3923d2aa2cc6b43c48684.tar.bz2
translated-content-218934fa2ed1c702a6d3923d2aa2cc6b43c48684.zip
initial commit
Diffstat (limited to 'files/zh-tw/glossary/pop/index.html')
-rw-r--r--files/zh-tw/glossary/pop/index.html22
1 files changed, 22 insertions, 0 deletions
diff --git a/files/zh-tw/glossary/pop/index.html b/files/zh-tw/glossary/pop/index.html
new file mode 100644
index 0000000000..3cb09f9be1
--- /dev/null
+++ b/files/zh-tw/glossary/pop/index.html
@@ -0,0 +1,22 @@
+---
+title: POP3
+slug: Glossary/POP
+tags:
+ - POP3
+ - 基礎
+ - 術語表
+translation_of: Glossary/POP
+---
+<p><strong>POP3 </strong>(郵局協定)是一種常見協定({{glossary("protocol")}}) 用於從伺服器接收郵件通過 {{glossary("TCP")}} 鏈接.不同於{{Glossary("IMAP4")}}, 由於POP3 結構更爲複雜,更難以實施,POP3 不支持多資料夾。</p>
+
+<p>客戶端通常會從伺服器取回所有的訊息然後刪除伺服器上的訊息,但是 POP3 允許伺服器保留副本。目前幾乎所有的郵件伺服器和客戶端都支持 POP3.</p>
+
+<h2 id="了解更多"><strong>了解</strong>更多</h2>
+
+<ul>
+ <li><a href="http://www.faqs.org/rfcs/rfc1939.html">RFC 1939</a> (POP3 的規範)</li>
+ <li><a href="http://www.faqs.org/rfcs/rfc2449.html">RFC 2449</a> (POP3 的規範擴展機制)</li>
+ <li><a href="http://www.faqs.org/rfcs/rfc1734.html">RFC 1734</a> (POP3 的規範認證機制)</li>
+ <li>{{Glossary("IMAP4")}}</li>
+ <li>維基百科上的{{Interwiki("wikipedia", "Post Office Protocol", "POP")}}</li>
+</ul>