2007-12-23 18:38:36 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2009-07-11 07:47:57 +00:00
|
|
|
<!-- $Revision$ -->
|
2007-12-23 18:38:36 +00:00
|
|
|
|
|
|
|
<book xml:id="book.imap" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
2012-06-09 17:34:56 +00:00
|
|
|
<?phpdoc extension-membership="bundledexternal" ?>
|
2007-12-23 18:38:36 +00:00
|
|
|
<title>IMAP, POP3 and NNTP</title>
|
2008-05-30 17:25:13 +00:00
|
|
|
<titleabbrev>IMAP</titleabbrev>
|
2007-12-23 18:38:36 +00:00
|
|
|
|
|
|
|
<!-- {{{ preface -->
|
|
|
|
<preface xml:id="intro.imap">
|
|
|
|
&reftitle.intro;
|
|
|
|
<para>
|
|
|
|
These functions enable you to operate with the <acronym>IMAP</acronym>
|
|
|
|
protocol, as well as the <acronym>NNTP</acronym>, <acronym>POP3</acronym>
|
|
|
|
and local mailbox access methods.
|
|
|
|
</para>
|
|
|
|
<para>
|
2009-10-04 04:00:29 +00:00
|
|
|
Be warned, however, that some IMAP functions will not work
|
|
|
|
correctly with the POP protocol.
|
2007-12-23 18:38:36 +00:00
|
|
|
</para>
|
2020-10-13 17:06:05 +00:00
|
|
|
<warning>
|
|
|
|
<simpara>
|
|
|
|
The IMAP extension is not thread-safe; it should not be used with ZTS builds.
|
|
|
|
</simpara>
|
|
|
|
</warning>
|
2007-12-23 18:38:36 +00:00
|
|
|
</preface>
|
|
|
|
<!-- }}} -->
|
|
|
|
|
|
|
|
&reference.imap.setup;
|
|
|
|
&reference.imap.constants;
|
|
|
|
&reference.imap.reference;
|
|
|
|
|
|
|
|
</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
|
2009-09-25 07:04:39 +00:00
|
|
|
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
|
2007-12-23 18:38:36 +00:00
|
|
|
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
|
|
|
|
-->
|
|
|
|
|