aboutsummaryrefslogtreecommitdiff
path: root/files/ja/glossary/pop
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2020-12-08 14:40:17 -0500
committerPeter Bengtsson <mail@peterbe.com>2020-12-08 14:40:17 -0500
commit33058f2b292b3a581333bdfb21b8f671898c5060 (patch)
tree51c3e392513ec574331b2d3f85c394445ea803c6 /files/ja/glossary/pop
parent8b66d724f7caf0157093fb09cfec8fbd0c6ad50a (diff)
downloadtranslated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.gz
translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.bz2
translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.zip
initial commit
Diffstat (limited to 'files/ja/glossary/pop')
-rw-r--r--files/ja/glossary/pop/index.html27
1 files changed, 27 insertions, 0 deletions
diff --git a/files/ja/glossary/pop/index.html b/files/ja/glossary/pop/index.html
new file mode 100644
index 0000000000..dbc645592e
--- /dev/null
+++ b/files/ja/glossary/pop/index.html
@@ -0,0 +1,27 @@
+---
+title: POP3
+slug: Glossary/POP
+tags:
+ - Beginner
+ - Glossary
+ - Infrastructure
+ - 用語集
+translation_of: Glossary/POP
+---
+<p><strong>POP3</strong> (Post Office Protocol) は {{glossary("TCP")}} 接続を使用して、メールサーバーから電子メールを取得する非常に一般的な{{glossary("protocol","プロトコル")}}です。 POP3 はもっと新しいプロトコルである {{Glossary("IMAP4")}} とは異なり、フォルダー管理に対応していません。複雑な構造となるため、実装が困難です。</p>
+
+<p>メールクライアントは通常、サーバーからすべてのメッセージを受信し、すべてのメッセージを削除します。 しかし、POP3 はサーバーにメッセージのコピーを残すことができます。現在、ほぼすべてのメールサーバーとクライアントは POP3 に対応しています。</p>
+
+<section class="Quick_links" id="Quick_Links">
+<ul>
+ <li>ウィキペディア上の {{Interwiki("wikipedia", "Post Office Protocol", "POP")}}</li>
+ <li><a href="https://tools.ietf.org/html/rfc1734">RFC 1734</a> (POP3 認証機構の仕様)</li>
+ <li><a href="https://tools.ietf.org/html/rfc1939">RFC 1939</a> (POP3 の仕様)</li>
+ <li><a href="https://tools.ietf.org/html/rfc2449">RFC 2449</a> (POP3 拡張機構の仕様)</li>
+ <li><a href="/ja/docs/Glossary">MDN Web Docs 用語集</a>:
+ <ul>
+ <li>{{Glossary("IMAP4")}}</li>
+ </ul>
+ </li>
+</ul>
+</section>