Couldn’t open stream {localhost:143}INBOX
Q) All my other IMAP clients can connect to my server, but TWIG says:
Warning: Couldn’t open stream {localhost:143}INBOX in
/var/www/html/twig/lib/mail/php-imap.inc.php3
A) Your server probably has Transport Layer Security turned on, but
PHP does not support TLS. You’ll need to edit config.inc.php3:
$config["imap_port"] = “143/notls”;
Good read…









