This simple code doesn't work:
IMAP library is installed. I get the following error:Code:<?php
$mbox = imap_open("{localhost:110/pop3}INBOX", "user_id", "password");
?>
Any ideas?Quote:
Warning: imap_open(): Couldn't open stream {localhost:110/pop3}INBOX in /home/host_name/public_html/folder/folder2/folder3/index.php on line 2
