hi I have worked with imap functions for a long time .
When I use "imap_open" 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?

