[PHP] IMAP/SSL on Windows

2004-02-12 Thread Dan Phiffer
Hello, I'm trying to get an SSL-encrypted IMAP connection to work on my Windows box. Here's the error message I get when attempting to connect: Warning: imap_open(): Couldn't open stream {:993/imap/ssl/novalidate-cert}INBOX in D:\Dan\Projects\Mail\mail.php on line 92 I'm running Windows XP Pro, Ap

[PHP] imap ssl on port 993

2001-04-22 Thread Drew Adams
Can anyone tell me the correct syntax for connecting to an imap server using imap_open and an ssl connection. normally > $link = imap_open ("{mail.whatever.com:143}", "username", "password"); Is this the correct way to do it for ssl? ... because it is not working for me. ssl

[PHP] imap ssl

2001-01-15 Thread elacroix
Is there any IMAP PHP functions using ssl ?? Do I have to just switch the port 143->993 to use ssl or do I have to use specific functions implemented in PHP 4 ?? __ ifrance.com, l'email gratuit le plus complet de l'Int