hey,
I run redhat 8 on my loaptop, I do develop some scripts, and I got a problem on imap functions... I did write this:
$mbox = imap_open('{localhost:110/pop3}INBOX', $user@localhost, $pass);
I got error message says "cannot open steam to xxxx" while I can connect to same mail box via mozilla mail, what wrong?
please help