imap_open and Gmail Issues

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • joshfeingold@gmail.com

    #1

    imap_open and Gmail Issues

    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

    #2
    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.co m/forums/showthread.php? t=8888&page=4&p p=10>,
    <http://lists.mysql.com/eventum-users/2623>.

    ---
    Steve

    Comment

    Working...