1
0
mirror of https://github.com/php/doc-es.git synced 2026-03-24 07:22:16 +01:00
Files
archived-doc-es/reference/imap/book.xml

60 lines
1.7 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 86177fa035acc7fdb972855bdd6c0b19edd505cd Maintainer: PhilDaiguille Status: ready -->
<!-- Reviewed: no -->
<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 y NNTP</title>
<titleabbrev>IMAP</titleabbrev>
<!-- {{{ preface -->
<preface xml:id="intro.imap">
&reftitle.intro;
<warning>
<simpara>
Esta extensión está <emphasis>OBSOLETA</emphasis> y <emphasis>SEPARADA</emphasis> a partir de PHP 8.4.0.
</simpara>
</warning>
<para>
Estas funciones permiten utilizar el protocolo <acronym>IMAP</acronym>,
así como los protocolos <acronym>NNTP</acronym>, <acronym>POP3</acronym>
y los buzones de correo locales.
</para>
<para>
Sin embargo, se debe tener cuidado, ya que algunas funciones IMAP no funcionan
correctamente con el protocolo POP.
</para>
<warning>
<simpara>
La extensión IMAP no es segura a nivel de hilos; no debe ser utilizada con ZTS.
</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
-->