izan - 2009-12-08 07:30:30
Manuel Lemos,
Thanx for the sasl.php package. Its a work of a genius.
I have successfully used imap_open php functions to connect to many imap servers but due to sasl-ntlm requirements in ms exchange i hv failed.
Do u have any idea how i can use sasl.php in imap_open?
imap_open coding is as follows;
$mailhost={mail.linux-house.net:143/imap/notls/readonly}INBOX
$mbox = imap_open ($mailhost,$username,$password);
how do i use sasl.php to offer passwd in ntlm mechanism?
thanx.