mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
More corrections.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@17679 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
53bd0d2ba9
commit
7581c15332
1 changed files with 12 additions and 10 deletions
|
@ -7,17 +7,19 @@
|
|||
To get these functions to work, you have to compile PHP with
|
||||
<option role="configure">--with-imap</option>. That requires the
|
||||
c-client library to be installed. Grab the latest version from
|
||||
<ulink
|
||||
url="ftp://ftp.cac.washington.edu/imap/">ftp://ftp.cac.washington.edu/imap/</ulink>
|
||||
and compile it. Then copy c-client/c-client.a to /usr/local/lib or
|
||||
some other directory on your link path and copy c-client/rfc822.h,
|
||||
mail.h and linkage.h to /usr/local/include or some other directory
|
||||
in your include path.
|
||||
<ulink url="&url.imap;">&url.imap;</ulink> and compile it. Then
|
||||
copy <filename>c-client/c-client.a</filename> to
|
||||
<filename>/usr/local/lib</filename> or some other directory on
|
||||
your link path and copy <filename>c-client/rfc822.h</filename>,
|
||||
<filename>mail.h</filename> and <filename>linkage.h</filename> to
|
||||
<filename>/usr/local/include</filename> or some other directory in
|
||||
your include path.
|
||||
</simpara>
|
||||
<simpara>
|
||||
Note that these functions are not limited to the IMAP protocol,
|
||||
despite their name. The underlying c-client library also supports
|
||||
NNTP, POP3 and local mailbox access methods. See the
|
||||
Note that these functions are not limited to the
|
||||
<acronym>IMAP</acronym> protocol, despite their name. The
|
||||
underlying c-client library also supports <acronym>NNTP</acronym>,
|
||||
<acronym>POP3</acronym> and local mailbox access methods. See the
|
||||
<function>imap_open</function> for more information.
|
||||
</simpara>
|
||||
</partintro>
|
||||
|
@ -1334,7 +1336,7 @@ $nntp = imap_open("{localhost/nntp:119}comp.test","","");
|
|||
<refentry id="function.imap-sort">
|
||||
<refnamediv>
|
||||
<refname>imap_sort</refname>
|
||||
<refpurpose></refpurpose>
|
||||
<refpurpose>Sort an array of message headers</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
|
|
Loading…
Reference in a new issue