1
0
mirror of https://github.com/php/doc-ru.git synced 2026-04-26 00:38:06 +02:00
Files
2025-02-12 12:00:08 +03:00

60 lines
1.9 KiB
XML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 86177fa035acc7fdb972855bdd6c0b19edd505cd Maintainer: irker Status: ready -->
<!-- Reviewed: no -->
<!-- State: deprecated -->
<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 и NNTP</title>
<titleabbrev>IMAP</titleabbrev>
<!-- {{{ preface -->
<preface xml:id="intro.imap">
&reftitle.intro;
<warning>
<simpara>
Модуль <emphasis>УСТАРЕЛ</emphasis>, а начиная с PHP 8.4.0 модуль <emphasis>УДАЛИЛИ</emphasis> из сборки.
</simpara>
</warning>
<para>
Функции модуля помогают работать
с протоколом <acronym>IMAP</acronym>, а также с протоколами <acronym>NNTP</acronym>, <acronym>POP3</acronym>
и локальными методами доступа к почтовому ящику.
</para>
<para>
Обратите внимание, отдельные функции модуля IMAP неправильно работают c протоколом POP.
</para>
<warning>
<simpara>
Модуль IMAP непотокобезопасен; его лучше не использовать с 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
-->