Hi,
I have a problem to connect mailbox using IMAP_OPEN.
There is no problem to connect using standard port such as imap_open
("{10.0.0.0:143}INBOX", "user", "pass"), but I have a problem connect using
secure connection such as imap_open ("{10.0.0.0:993/imap/tls}INBOX", "user",
"pass") or imap_open ("{10.0.0.0:993/imap/ssl}INBOX", "user", "pass"). When
I use MSOutlook, it connects without problem using ssl.
Any ideas?
Dennis