i am not able to open the imap function and i can't retrive the email from the mailbox...
and i am using this code
<?php
$name = 'jeetrajsah@gmail.com';
$pwd = '9871670594';
$mailbox = '{mail.google.com}INBOX';
$mbox=@imap_open ($mailbox, $name, $pwd);
print_r(imap_errors())
?>
ad error occured is :
Warning: imap_open() [function.imap-open]: Couldn't open stream {mail.google.com}INBOX in c:\wamp\www\REMAIL\fetch_mail_view.php on line 13
Array ( [0] => Can't connect to googlemail.l.google.com,143: Timed out (10060) )
plz short out my problem as soon as possible...