Fábio Generoso wrote:
I have a little trouble while trying to connect to gmail server.
I already enabled POP on gmail.
After experience a lots of errors with the command below, now I'm
seeing no more errors, but it still doesn't working, the page stay
processing and just is broke after this command.

$mbox = imap_open('{pop.gmail.com:995/pop3}INBOX',
'[EMAIL PROTECTED]', 'my_pass');

What is $mbox at this point? A resource or false?

print_r(imap_alerts());
print_r(imap_errors());

anything in those?

--
Postgresql & php tutorials
http://www.designmagick.com/

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to