aboutsummaryrefslogtreecommitdiff
path: root/files/de/glossary/imap/index.html
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2020-12-08 14:41:15 -0500
committerPeter Bengtsson <mail@peterbe.com>2020-12-08 14:41:15 -0500
commit4b1a9203c547c019fc5398082ae19a3f3d4c3efe (patch)
treed4a40e13ceeb9f85479605110a76e7a4d5f3b56b /files/de/glossary/imap/index.html
parent33058f2b292b3a581333bdfb21b8f671898c5060 (diff)
downloadtranslated-content-4b1a9203c547c019fc5398082ae19a3f3d4c3efe.tar.gz
translated-content-4b1a9203c547c019fc5398082ae19a3f3d4c3efe.tar.bz2
translated-content-4b1a9203c547c019fc5398082ae19a3f3d4c3efe.zip
initial commit
Diffstat (limited to 'files/de/glossary/imap/index.html')
-rw-r--r--files/de/glossary/imap/index.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/files/de/glossary/imap/index.html b/files/de/glossary/imap/index.html
new file mode 100644
index 0000000000..cb1f2ecdb9
--- /dev/null
+++ b/files/de/glossary/imap/index.html
@@ -0,0 +1,18 @@
+---
+title: IMAP
+slug: Glossary/IMAP
+translation_of: Glossary/IMAP
+---
+<p>IMAP (Internet Message Access Protocol) ist ein {{Glossary("protocol")}} zum Abrufen und Speichern von Emails. Aktueller als {{Glossary("POP3")}}, erlaubt IMAP auch serverseitig Ordner und Regeln.</p>
+
+<p>Anders als POP3, lässt IMAP multiple und gleichzeitige Verbindungen zu einer Mailbox zu. Clients, die auf eine Mailbox zugreifen, können Informationen erhalten, die Statusänderungen durch andere Clients betreffen. IMAP stellt darüber hinaus einen Modus bereit, mit dem ein Client verbunden bleiben und nach Bedarf Informationen abrufen kann.</p>
+
+<p>Mark Crispin entwickelte IMAP ursprünglich 1986 als <em>Interim Mail Access Protocol</em>. IMAP4 in 1. Überarbeitung ist die aktuelle Version, definiert unter <a href="http://www.faqs.org/rfcs/rfc3501.html">RFC 3501</a>.</p>
+
+<h2 id="Learn_more">Learn more</h2>
+
+<ul>
+ <li>{{RFC(3501)}}</li>
+ <li>{{Glossary("POP3")}}</li>
+ <li>{{interwiki("wikipedia", "Internet Message Access Protocol", "IMAP")}} on Wikipedia</li>
+</ul>