I'm having some problems with my ISP in which they cant get the IMAP functions to work. They have follwed the following instructions >>>
To get these functions to work, you have to compile PHP with --with-imap. 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/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 your include path.
<<<< they say that it compiles fine, but when I try to use a function i.e IMAP_OPEN I get an error message "undefined function"
Any help would be greatly appreciated
Nick