[imp] CRAM-MD5 and IMP

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


At 03:07 PM 8/27/2001 -0400, Chuck Hagenbuch 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.

Upgrading to PHP 4.0.6 did the trick. So I guess it depends on more than 
just the c-client to work.

Thanks,
         -Steve