Connecting Tech Pros Worldwide Forums | Help | Site Map

imap_open and Gmail Issues

joshfeingold@gmail.com
Guest
 
Posts: n/a
#1: Jun 28 '06
I have a CRM web application that checks users' email accounts and
downloads them to the application. One of the users has a gmail
account and I am trying to get access to this account using the PHP
imap_open (which works with POP mailboxes) function. I have tried
various methods for the values of the domain, but nothing seems to
work.

Has anyone successfully done this?

Thanks,
Josh


Steve
Guest
 
Posts: n/a
#2: Jun 28 '06

re: imap_open and Gmail Issues


[color=blue]
> I have a CRM web application that checks users' email accounts and
> downloads them to the application. One of the users has a gmail
> account and I am trying to get access to this account using the PHP
> imap_open (which works with POP mailboxes) function. I have tried
> various methods for the values of the domain, but nothing seems to
> work.[/color]

Is this a PHP application running on Windows? If so, there are known
problems with IMAP and SSL. You need to check your PHP build. See for
example
<http://www.sugarcrm.com/forums/showthread.php?t=8888&page=4&pp=10>,
<http://lists.mysql.com/eventum-users/2623>.

---
Steve

Closed Thread


Similar PHP bytes