if you are getting a certificate error when using the PHP IMAP function, add the /notls flag:
ie:
$mbox = imap_open (“{localhost:995/pop3/notls}”, “user_id”, “password”);
if you are getting a certificate error when using the PHP IMAP function, add the /notls flag:
ie:
$mbox = imap_open (“{localhost:995/pop3/notls}”, “user_id”, “password”);