hi

When connecting to a imap server ,it always takes a 20 second delay. 

I use like this :
<?php
$mbox = imap_open("{202.200.0.8:143}INBOX","user","pass");
imap_close($mbox);
?> 

why this happen???

Reply via email to