Hey all - this is really my first time jumping into the imap module, but I'd like to read from an email box and then archive the messages into an html template...

here are the errors I get..

Certificate failure for 127.0.0.1: self signed certificate /C=US/ST=NY/L=New York/O=Courier Mail Server/OU=Automatically-generated IMAP SSL key/CN=localhost/[EMAIL PROTECTED]

the funny thing, is that I'm not specifying ssl in my call to connect


$mbox = imap_open ("{127.0.0.1:143/imap}", "myUsername", "myPassword");



maybe I'm doing something wrong?


thats in advance,

Rolf Brusletto

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to