IMAP_OPEN SSL

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Dennis Biletsky

    IMAP_OPEN SSL

    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


Working...