1
0
mirror of https://github.com/php/doc-zh.git synced 2026-04-28 10:43:14 +02:00
Files
2025-09-28 09:17:20 +08:00

59 lines
1.6 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"?>
<!-- State: deprecated -->
<!-- EN-Revision: 86177fa035acc7fdb972855bdd6c0b19edd505cd Maintainer: dallas Status: ready -->
<!-- CREDITS: Luffy, mowangjuanzi -->
<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>
此扩展自 PHP 8.4.0 起<emphasis>弃用</emphasis>并且<emphasis>不再捆绑</emphasis>
</simpara>
</warning>
<para>
这些函数提供了可以操作 <acronym>IMAP</acronym> 以及 <acronym>NNTP</acronym><acronym>POP3</acronym>
和本地邮箱的方法。
</para>
<para>
注意,有些 IMAP 函数在 POP3 协议下将不能正常的工作。
</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
-->