<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.mailparse.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'de',
  ),
  'this' => 
  array (
    0 => 'ref.mailparse.php',
    1 => 'Mailparse Funktionen',
    2 => 'Mailparse Funktionen',
  ),
  'up' => 
  array (
    0 => 'book.mailparse.php',
    1 => 'Mailparse',
  ),
  'prev' => 
  array (
    0 => 'mailparse.constants.php',
    1 => 'Vordefinierte Konstanten',
  ),
  'next' => 
  array (
    0 => 'function.mailparse-determine-best-xfer-encoding.php',
    1 => 'mailparse_determine_best_xfer_encoding',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/mailparse/reference.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/ref.mailparse.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="ref.mailparse" class="reference">
  <h1 class="title">Mailparse Funktionen</h1>








































































 <h2>Inhaltsverzeichnis</h2><ul class="chunklist chunklist_reference"><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>
</div>
<?php manual_footer($setup); ?>