<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/refs.remote.mail.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'uk',
  ),
  'this' => 
  array (
    0 => 'book.mailparse.php',
    1 => 'Mailparse',
    2 => 'Mailparse',
  ),
  'up' => 
  array (
    0 => 'refs.remote.mail.php',
    1 => 'Розширення для роботи з поштою',
  ),
  'prev' => 
  array (
    0 => 'function.mail.php',
    1 => 'mail',
  ),
  'next' => 
  array (
    0 => 'intro.mailparse.php',
    1 => 'Вступ',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/mailparse/book.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/book.mailparse.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="book.mailparse" class="book">
 
 <h1 class="title">Mailparse</h1>
 
 
 
 
 
 







 





 
 



 



<ul class="chunklist chunklist_book"><li><a href="intro.mailparse.php">Вступ</a></li><li><a href="mailparse.setup.php">Встановлення/налаштування</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="mailparse.installation.php">Встановлення</a></li><li><a href="mailparse.configuration.php">Налаштування під час виконання</a></li><li><a href="mailparse.resources.php">Типи ресурсів</a></li></ul></li><li><a href="mailparse.constants.php">Попередньо визначені константи</a></li><li><a href="ref.mailparse.php">Функції Mailparse</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="function.mailparse-determine-best-xfer-encoding.php">mailparse_determine_best_xfer_encoding</a> — Gets the best way of encoding</li><li><a href="function.mailparse-msg-create.php">mailparse_msg_create</a> — Create a mime mail resource</li><li><a href="function.mailparse-msg-extract-part.php">mailparse_msg_extract_part</a> — Extracts/decodes a message section</li><li><a href="function.mailparse-msg-extract-part-file.php">mailparse_msg_extract_part_file</a> — Extracts/decodes a message section</li><li><a href="function.mailparse-msg-extract-whole-part-file.php">mailparse_msg_extract_whole_part_file</a> — Extracts a message section including headers without decoding the transfer encoding</li><li><a href="function.mailparse-msg-free.php">mailparse_msg_free</a> — Frees a MIME resource</li><li><a href="function.mailparse-msg-get-part.php">mailparse_msg_get_part</a> — Returns a handle on a given section in a mimemessage</li><li><a href="function.mailparse-msg-get-part-data.php">mailparse_msg_get_part_data</a> — Returns an associative array of info about the message</li><li><a href="function.mailparse-msg-get-structure.php">mailparse_msg_get_structure</a> — Returns an array of mime section names in the supplied message</li><li><a href="function.mailparse-msg-parse.php">mailparse_msg_parse</a> — Incrementally parse data into buffer</li><li><a href="function.mailparse-msg-parse-file.php">mailparse_msg_parse_file</a> — Parses a file</li><li><a href="function.mailparse-rfc822-parse-addresses.php">mailparse_rfc822_parse_addresses</a> — Parse RFC 822 compliant addresses</li><li><a href="function.mailparse-stream-encode.php">mailparse_stream_encode</a> — Streams data from source file pointer, apply encoding and write to destfp</li><li><a href="function.mailparse-uudecode-all.php">mailparse_uudecode_all</a> — Scans the data from fp and extract each embedded uuencoded file</li></ul></li></ul></div><?php manual_footer($setup); ?>