Re: [PHP] trouble trying to connect to gmail server.

2007-09-27 Thread Tom Chubb
This may not be relevant as I'm only glancing over this as I have to leave for a meeting, but you have to enable POP access in Gmail before you can download to another email client like Thunderbird or Outlook, so maybe the same applies? Anyway, I'm looking to find a way of accessing my gmail as I a

Re: [PHP] trouble trying to connect to gmail server.

2007-09-26 Thread Fábio Generoso
*Hi Cris,* *I have tried to use:* *$mbox = imap_open('{**pop.gmail.com:995/pop3}INBOX **<**http://pop.gmail.com:995/pop3%7DINBOX**>',* *> '@**gmail.com**', ');* *As you suggest but it didn't work. * *The time out is not for the function:* *imap_num_r

Re: [PHP] trouble trying to connect to gmail server.

2007-09-24 Thread Chris
Array ( [0] => Host not found (#11001): pop3.gmail.com ) So pop3.gmail.com doesn't exist. http://pop.gmail.com:995/pop3%7DINBOX>', '@gmail.com', '); print_r(imap_alerts()); print_r(imap_errors()); $num_mens_not_read = imap_num_recent($mbox); imap_close($mbox); ?> I get these errors: Warnin

[PHP] trouble trying to connect to gmail server.

2007-09-24 Thread Fábio Generoso
Thanks for offer your help. I will try to explain in details what I did. First of all, on file php.ini I removed the comments for the line below: extension=php_imap.dll After that, I have followed the Gmail instructions to enable POP in my Gmail account as below: 1. Log in to your Gmail account

Re: [PHP] trouble trying to connect to gmail server.

2007-09-18 Thread Chris
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 comma

[PHP] trouble trying to connect to gmail server.

2007-09-18 Thread Fábio Generoso
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('