Add support for cram-md5 authentication in imap_open().

This commit is contained in:
Chuck Hagenbuch 2001-05-02 17:30:30 +00:00
parent 98af7a8d7d
commit 9cb85f9933

View 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 */