I have this error Couldn't open stream {localhost/imap} my code: $server="{localhost/imap}"; $link = imap_open($server, $user, $pass); $headers = imap_headers($link); I change $server with some variants like $server="{localhost/imap:143}"; $server="{localhost/imap},inbox"; $server="{127.0.01/imap}"; but in all cases I have the same error , any idea for resolve the problem? thanks in advance

: