diff options
author | Florian Merz <me@fiji-flo.de> | 2021-02-11 12:36:08 +0100 |
---|---|---|
committer | Florian Merz <me@fiji-flo.de> | 2021-02-11 12:36:08 +0100 |
commit | 39f2114f9797eb51994966c6bb8ff1814c9a4da8 (patch) | |
tree | 66dbd9c921f56e440f8816ed29ac23682a1ac4ef /files/fr/glossary/pop | |
parent | 8260a606c143e6b55a467edf017a56bdcd6cba7e (diff) | |
download | translated-content-39f2114f9797eb51994966c6bb8ff1814c9a4da8.tar.gz translated-content-39f2114f9797eb51994966c6bb8ff1814c9a4da8.tar.bz2 translated-content-39f2114f9797eb51994966c6bb8ff1814c9a4da8.zip |
unslug fr: move
Diffstat (limited to 'files/fr/glossary/pop')
-rw-r--r-- | files/fr/glossary/pop/index.html | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/files/fr/glossary/pop/index.html b/files/fr/glossary/pop/index.html new file mode 100644 index 0000000000..edf9256e5d --- /dev/null +++ b/files/fr/glossary/pop/index.html @@ -0,0 +1,22 @@ +--- +title: POP3 +slug: Glossaire/POP +tags: + - Débutant + - Glossaire + - Infrastructure +translation_of: Glossary/POP +--- +<p><strong>POP3 </strong>(Post Office Protocol) est un {{glossary("Protocol","protocole")}} très répandu pour récupérer les courriels depuis un serveur de messagerie via une connexion {{glossary("TCP")}}. POP3 ne supporte pas les dossiers, contrairement à l'{{Glossary("IMAP")}}4 qui est plus récent, mais qui est aussi plus difficile à implémenter en raison de sa structure plus complexe.</p> + +<p>En général, les clients récupèrent tous les messages puis les suppriment du serveur, mais POP3 permet d'en conserver une copie dessus. Quasiment tous les serveurs et clients de messagerie actuels gèrent POP3.</p> + +<h2 id="En_apprendre_plus">En apprendre plus</h2> + +<ul> + <li><a href="http://www.faqs.org/rfcs/rfc1939.html">RFC 1939</a> (Spécification de POP3)</li> + <li><a href="http://www.faqs.org/rfcs/rfc2449.html">RFC 2449</a> (Spécification de POP3 extension mechanism)</li> + <li><a href="http://www.faqs.org/rfcs/rfc1734.html">RFC 1734</a> (Spécification de POP3 authentication mechanism)</li> + <li>{{Glossary("IMAP")}}4</li> + <li>{{Interwiki("wikipedia","Post_Office_Protocol","Post Office Protocol")}} sur Wikipédia</li> +</ul> |