diff --git a/reference/imap/reference.xml b/reference/imap/reference.xml index d67ea61605..56971b0ea2 100644 --- a/reference/imap/reference.xml +++ b/reference/imap/reference.xml @@ -1,5 +1,5 @@ - + IMAP, POP3 and NNTP functions IMAP @@ -9,15 +9,21 @@ 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 - &url.imap; and compile it. Then - copy c-client/c-client.a to + &url.imap; and compile it. + + + Then copy c-client/c-client.a to /usr/local/lib/libc-client.a 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 + directory on your link path and copy c-client/*.h + to /usr/local/include or some other directory in your include path. + + Depending how the c-client was configured, you might also need to add + + and/or into the PHP + configure line. + Note that these functions are not limited to the IMAP protocol, despite their name. The