$mbox = @imap_open ("{127.0.0.1:110/pop3}INBOX", "$user", "$pw");
tol, try removing the word "INBOX" from the code,.
so that, it would look like this:
$mbox = @imap_open ("{127.0.0.1:110/pop3}", "$user", "$pw");
coz, afaik (and based on my existing webmail app) it is only used on IMAP-based mail-servers.
it seems like yours is a pop3-based one --> "qpopper"
is there something wrong with it? i already had qpopper installed.
HTH
_ Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph To leave: send "unsubscribe" in the body to [EMAIL PROTECTED]
Fully Searchable Archives With Friendly Web Interface at http://marc.free.net.ph
To subscribe to the Linux Newbies' List: send "subscribe" in the body to [EMAIL PROTECTED]
