mirror of
https://github.com/php/php-src.git
synced 2024-11-26 11:23:47 +08:00
Add support for cram-md5 authentication in imap_open().
This commit is contained in:
parent
98af7a8d7d
commit
9cb85f9933
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user