[imp] cyrus imap?
Rich Lafferty
rich@horde.org
Tue, 22 May 2001 16:21:25 -0400
On Tue, May 22, 2001 at 10:05:33PM +0200, Tom Corner (corner@chello.at) wrote:
> Todd,
>
> Here is where I found it:
> ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/imap-3.3.tar.gz
>
> I am trying the ANSI version, but I haven't got it to compile apparently php
> needs an imap library - so I am trying to hack it so that it compiles.
PHP doesn't need *an* IMAP library -- it needs the UW-IMAP c-client
library. (Note that it's a *client* library, not a server one.) But
c-client just speaks IMAP, so it doesn't care what IMAP *server*
you're using.
PHP can't use any IMAP *client library* other than c-client. (Programs
tend to have to compile against a particular library, and PHP's no
exception.)
-Rich