Web Hosting Talk







View Full Version : IMAP problems


stuffradio
07-25-2008, 07:41 PM
I'm using IMAP with WAMP on my local machine. I am trying to connect using PHP, but I keep getting errors.

Array ( [0] => Can't open mailbox {}: invalid remote specification [1] => Can't connect to localhost,143: Refused )

The ports are open, and the mail server is up... so those aren't the problems. I also know the username/pass is correct. Any ideas?

IMAP is enabled.

ytz991
07-30-2008, 05:50 AM
try 127.0.0.1 instead of localhost ?