From 7581c153320742a93e2c12c56c53a21eb146a5c9 Mon Sep 17 00:00:00 2001 From: Egon Schmid Date: Tue, 21 Dec 1999 11:43:59 +0000 Subject: [PATCH] More corrections. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@17679 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/imap.xml | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/functions/imap.xml b/functions/imap.xml index dc8aca9046..5bf8337c8a 100644 --- a/functions/imap.xml +++ b/functions/imap.xml @@ -7,17 +7,19 @@ To get these functions to work, you have to compile PHP with . That requires the c-client library to be installed. Grab the latest version from - ftp://ftp.cac.washington.edu/imap/ - 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. + &url.imap; 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. - 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 + IMAP protocol, despite their name. The + underlying c-client library also supports NNTP, + POP3 and local mailbox access methods. See the imap_open for more information. @@ -1334,7 +1336,7 @@ $nntp = imap_open("{localhost/nntp:119}comp.test","",""); imap_sort - + Sort an array of message headers Description