[imp] IMP can't understand imap/ssl
Chuck Hagenbuch
chuck@horde.org
Wed, 12 Sep 2001 11:44:12 -0400
Quoting Jose Gracia Neto - CAT <zegracia@cbpf.br>:
> This imap/ssl/novalidate-cert protocol didn't work well here.
>
> Now I don't get the error message anymore; IMP always give me that error page
> which it says that it can't log me in, that my username or password is
> invalid.
Try making a test script with an imap_open call in it to see if that works.
Something like:
<?php
error_reporting(E_ALL);
$stream = imap_open('{your.server.here:993/imap/ssl/novalidate-cert}',
'username', 'password');
var_dump($stream);
?>
And see if that works...
-chuck
--
Charles Hagenbuch, <chuck@horde.org>
Some fallen angels have their good reasons.