<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.imap.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'uk',
  ),
  'this' => 
  array (
    0 => 'intro.imap.php',
    1 => 'Вступ',
    2 => 'Вступ',
  ),
  'up' => 
  array (
    0 => 'book.imap.php',
    1 => 'IMAP',
  ),
  'prev' => 
  array (
    0 => 'book.imap.php',
    1 => 'IMAP',
  ),
  'next' => 
  array (
    0 => 'imap.setup.php',
    1 => 'Встановлення/налаштування',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/imap/book.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="intro.imap" class="preface">
  <h1 class="title">Вступ</h1>
  <div class="warning"><strong class="warning">Увага</strong>
   <p class="simpara">
    This extension is <em>DEPRECATED</em> and <em>UNBUNDLED</em> as of PHP 8.4.0.
   </p>
  </div>
  <p class="para">
   These functions enable you to operate with the <abbr title="Internet Message Access Protocol">IMAP</abbr>
   protocol, as well as the <abbr title="Network News Transfer Protocol">NNTP</abbr>, <abbr title="Post Office Protocol version 3">POP3</abbr>
   and local mailbox access methods.
  </p>
  <p class="para">
   Be warned, however, that some IMAP functions will not work
   correctly with the POP protocol.
  </p>
  <div class="warning"><strong class="warning">Увага</strong>
   <p class="simpara">
    The IMAP extension is not thread-safe; it should not be used with ZTS builds.
   </p>
  </div>
 </div><?php manual_footer($setup); ?>