Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > f800694edefe91adea2624f711a41a2d > files > 8673

php-manual-en-5.5.7-1.mga4.noarch.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
 <head>
  <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  <title>Introduction</title>

 </head>
 <body><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="book.mailparse.html">Mailparse</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="mailparse.setup.html">Installing/Configuring</a></div>
 <div class="up"><a href="book.mailparse.html">Mailparse</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div><hr /><div id="intro.mailparse" class="preface">
  <h1 class="title">Introduction</h1>
  <p class="para">
   Mailparse is an extension for parsing and working with email messages.
   It can deal with <a href="http://www.faqs.org/rfcs/rfc822" class="link external">&raquo;&nbsp;RFC 822</a> and <a href="http://www.faqs.org/rfcs/rfc2045" class="link external">&raquo;&nbsp;RFC 2045</a> (<em>MIME</em>) compliant
   messages.
  </p>
  <p class="para">
   Mailparse is stream based, which means that it does not keep in-memory
   copies of the files it processes - so it is very resource efficient when
   dealing with large messages.
  </p>
  <blockquote class="note"><p><strong class="note">Note</strong>: 
   <p class="para">
    Mailparse requires the <a href="book.mbstring.html" class="link">mbstring</a>
    extension, and mbstring must be loaded before mailparse.
   </p>
  </p></blockquote>
  <p class="para">
   This extension has been moved to the
<a href="http://pecl.php.net/" class="link external">&raquo;&nbsp;PECL</a> repository and is no longer bundled with
PHP as of PHP 4.2.0.
  </p>
 </div><hr /><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="book.mailparse.html">Mailparse</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="mailparse.setup.html">Installing/Configuring</a></div>
 <div class="up"><a href="book.mailparse.html">Mailparse</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div></body></html>