richardmulhern
03-18-2004, 07:39 AM
Just trying to play with some of the imap functions, and i'm getting some problems.
if i do any type of connection at all like:
if(imap_open("{localhost:110/pop3}", "lunchbox@lunchbox-militia.com", "mypass")) {
echo 'Connection success!';
} else {
echo 'Connection failed';
}
The page just hangs and then will timeout. Any suggestions?
if i do any type of connection at all like:
if(imap_open("{localhost:110/pop3}", "lunchbox@lunchbox-militia.com", "mypass")) {
echo 'Connection success!';
} else {
echo 'Connection failed';
}
The page just hangs and then will timeout. Any suggestions?