aboutsummaryrefslogtreecommitdiff
path: root/files/ja/glossary/imap
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/imap
parent8b66d724f7caf0157093fb09cfec8fbd0c6ad50a (diff)
downloadtranslated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.gz
translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.bz2
translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.zip
initial commit
Diffstat (limited to 'files/ja/glossary/imap')
-rw-r--r--files/ja/glossary/imap/index.html23
1 files changed, 23 insertions, 0 deletions
diff --git a/files/ja/glossary/imap/index.html b/files/ja/glossary/imap/index.html
new file mode 100644
index 0000000000..fa66e3b6f2
--- /dev/null
+++ b/files/ja/glossary/imap/index.html
@@ -0,0 +1,23 @@
+---
+title: IMAP
+slug: Glossary/IMAP
+tags:
+ - Beginner
+ - Glossary
+ - Infrastructure
+ - MailNews
+translation_of: Glossary/IMAP
+---
+<p>IMAP (Internet Message Access Protocol) は、電子メールの取得と保存に使用される{{Glossary("protocol","プロトコル")}}です。 {{Glossary("POP3")}} より新しい IMAP では、サーバー上のフォルダとルールが可能です。</p>
+
+<p>POP3 とは異なり IMAP では、1つのメールボックスへの複数同時接続が可能です。 メールボックスにアクセスするクライアントは、他のクライアントからの状態変更に関する情報を受け取ることができます。 IMAP はまた、クライアントが接続を維持し、必要に応じて情報を受け取るモードを提供します。</p>
+
+<p>Mark Crispin は、1986年に <em>Interim Mail Access Protocol</em> として IMAP を開発しました。 IMAP4 リビジョン1は、<a href="/http://www.faqs.org/rfcs/rfc3501.html">RFC 3501</a> で定義されている最新バージョンです。</p>
+
+<h2 id="Learn_more" name="Learn_more">より詳しく知る</h2>
+
+<ul>
+ <li>{{RFC(3501)}}</li>
+ <li>{{Glossary("POP3")}}</li>
+ <li>{{interwiki("wikipedia", "Internet Message Access Protocol", "IMAP")}} on Wikipedia</li>
+</ul>