[imp] CRAM-MD5 and IMP

{Darkavich} Steven Misrack steve@yourservice.com
Mon, 27 Aug 2001 12:14:33 -0700


At 03:07 PM 8/27/2001 -0400, you wrote:
>Quoting {Darkavich} Steven Misrack <steve@yourservice.com>:
>
> > Is there a way to determine which c-client my php install is using?
> > I am 99.9% positive the c-client I have supports CRAM-MD5.
>
>Hmm... is it from a package? You can check the package version... I guess
>looking at the header files that it installs is probably the best way. 
>Look for
>linkage.h on your system; if it includes this line:
>
>extern AUTHENTICATOR auth_md5;
>
>Then you're in business. Also note that I added support for this in the IMAP
>module just before PHP 4.0.6, so you'll need that or later.
>
>-chuck

I am on Solaris 8, so no packages here ;-)
I just checked and I am running php 4.04pl1.  I will grab the latest PHP 
and re-install it.
I will let you know how that goes.

Thanks,
         -Steve