]> granicus.if.org Git - php/commitdiff
Add support for cram-md5 authentication in imap_open().
authorChuck Hagenbuch <chagenbu@php.net>
Wed, 2 May 2001 17:30:30 +0000 (17:30 +0000)
committerChuck Hagenbuch <chagenbu@php.net>
Wed, 2 May 2001 17:30:30 +0000 (17:30 +0000)
ext/imap/php_imap.c

index 1d8ff0714d70701ace94894e3aa57297d9866138..7b5728999e94231f451a31c079f3c9d97cf46e43 100644 (file)
@@ -445,6 +445,7 @@ PHP_MINIT_FUNCTION(imap)
        mail_link(&newsdriver);         /* link in the news driver */
        mail_link(&philedriver);        /* link in the phile driver */
        auth_link(&auth_log);           /* link in the log authenticator */
+       auth_link(&auth_md5);           /* link in the cram-md5 authenticator */ 
 #ifdef  HAVE_IMAP_SSL
        ssl_onceonlyinit ();
        auth_link (&auth_ssl);          /* link in the ssl authenticator */