Posté par JJD .
En réponse au message php-imap.
Évalué à 1.
folow the link http://www.php.net/manual/en/function.imap-open.php and you'll see you should use the flag /novalidate-cert ("do not validate certificates from TLS/SSL server, needed if server uses self-signed certificates") in your mailbox string (ie "{localhost:993/imap/ssl/novalidate-cert}INBOX").
# Read the documentation
Posté par JJD . En réponse au message php-imap. Évalué à 1.
JJD