1
0
mirror of https://github.com/php/doc-de.git synced 2026-03-23 23:02:13 +01:00
Files
archived-doc-de/reference/imap/book.xml
Martin Samesch e4e3916122 Sync with EN
2024-11-29 22:31:49 +01:00

65 lines
1.8 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- State: deprecated -->
<!-- EN-Revision: 86177fa035acc7fdb972855bdd6c0b19edd505cd Maintainer: hholzgra Status: ready -->
<!-- Reviewed: yes -->
<!-- Rev-Revision: 34892f82742329af7e7b4b22be6ad21418fd9768 Reviewer: samesch -->
<book xml:id="book.imap" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<?phpdoc extension-membership="pecl" ?>
<title>IMAP, POP3 and NNTP</title>
<titleabbrev>IMAP</titleabbrev>
<!-- {{{ preface -->
<preface xml:id="intro.imap">
&reftitle.intro;
<warning>
<simpara>
Diese Erweiterung ist seit PHP 8.4.0 <emphasis>DEPRECATED</emphasis>
(veraltet) und <emphasis>UNBUNDLED</emphasis> (nicht mehr eingebunden).
</simpara>
</warning>
<para>
Die Funktionen dieser Erweiterung ermöglichen die Kommunikation mit
<acronym>IMAP</acronym>-, <acronym>NNTP</acronym>- und
<acronym>POP3</acronym>-Servern sowie den Zugriff auf lokale
Mailbox-Dateien.
</para>
<para>
Allerdings ist Vorsicht geboten, da einige IMAP-Funktionen nicht richtig
mit dem POP-Protokoll funktionieren.
</para>
<warning>
<simpara>
Die IMAP-Erweiterung ist nicht thread-sicher; sie sollte nicht mit
ZTS-Builds verwendet werden.
</simpara>
</warning>
</preface>
<!-- }}} -->
&reference.imap.setup;
&reference.imap.constants;
&reference.imap.reference;
&reference.imap.imap.connection;
</book>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->