[Pugged] php imap-2000.c - alternative authentications?

David Champion ciapug@ciapug.org
Wed, 19 Mar 2003 12:40:34 -0600


Has anyone here ever had to configure the php imap-2000.c library to use 
a different authentication mechanism?

The default is cram-md5, I need to make it use "log" (aka LOGIN), so it 
will talk to my updated cyrus imap server.

I found where you can specify the "log" method in the imap-2000.c 
Makefile... just getting some errors when I'm building it.

-dc