From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- files/ja/glossary/pop/index.html | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 files/ja/glossary/pop/index.html (limited to 'files/ja/glossary/pop') 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 +--- +

POP3 (Post Office Protocol) は {{glossary("TCP")}} 接続を使用して、メールサーバーから電子メールを取得する非常に一般的な{{glossary("protocol","プロトコル")}}です。 POP3 はもっと新しいプロトコルである {{Glossary("IMAP4")}} とは異なり、フォルダー管理に対応していません。複雑な構造となるため、実装が困難です。

+ +

メールクライアントは通常、サーバーからすべてのメッセージを受信し、すべてのメッセージを削除します。 しかし、POP3 はサーバーにメッセージのコピーを残すことができます。現在、ほぼすべてのメールサーバーとクライアントは POP3 に対応しています。

+ + -- cgit v1.2.3-54-g00ecf