[imp] IMP can't understand imap/ssl
Jose Gracia Neto - CAT
zegracia@cbpf.br
Wed, 12 Sep 2001 12:52:13 -0300 (EST)
The answer was:
bool(false)
Jose
Cópia Chuck Hagenbuch <chuck@horde.org>:
> 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.
>
> --
> IMP mailing list: http://horde.org/imp/
> Archive: http://marc.theaimsgroup.com/?l=imp&r=1&w=2
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: imp-unsubscribe@lists.horde.org
>