Results 1 to 7 of 7

Thread: imap.gmail.com without SSL???

  1. #1
    pdaalder is offline Sugar Community Member
    Join Date
    Feb 2006
    Posts
    19

    Default imap.gmail.com this time with SSL???

    Hi all

    -- Original topic --
    I know there are some smart people here ;-). I'm trying to get around the SSL of gmail. Basically the company that host my site (bluehost.com), don't support IMAP-SSL. :-(


    Any idea how (without installing software on the server, it is not my server) I can go around the SSL problem?
    -- end original topic

    -- New topic --
    I found out that my host does provide IMAP-SSL:
    Configure Command './configure' '--enable-bcmath' '--enable-calendar' '--enable-exif' '--enable-fastcgi' '--enable-ftp' '--enable-gd-native-ttf' '--enable-libxml' '--enable-magic-quotes' '--enable-maintainer-zts' '--enable-mbstring' '--enable-pdo=shared' '--enable-soap' '--enable-sockets' '--enable-zip' '--prefix=/usr' '--with-bz2' '--with-curl=/opt/curlssl/' '--with-freetype-dir=/usr' '--with-gd' '--with-gettext' '--with-imap=/opt/php_with_imap_client/' '--with-imap-ssl=/opt/openssl' '--with-jpeg-dir=/usr' '--with-kerberos' '--with-libdir=lib64' '--with-libexpat-dir=/usr' '--with-libxml-dir=/opt/xml2' '--with-libxml-dir=/opt/xml2/' '--with-mcrypt=/opt/libmcrypt/' '--with-mhash=/opt/mhash/' '--with-mime-magic' '--with-mysql=/usr' '--with-mysql-sock=/var/lib/mysql/mysql.sock' '--with-mysqli=/usr/bin/mysql_config' '--with-openssl=/opt/openssl' '--with-openssl-dir=/opt/openssl' '--with-pdo-mysql=shared' '--with-pdo-sqlite=shared' '--with-pgsql=/usr' '--with-pic' '--with-png-dir=/usr' '--with-pspell' '--with-sqlite=shared' '--with-tidy=/opt/tidy/' '--with-ttf' '--with-xmlrpc' '--with-xpm-dir=/usr/X11R6' '--with-xsl=/opt/xslt/' '--with-zlib' '--with-zlib-dir=/usr'

    The host is running: PHP Version 5.2.9

    I've made the changes to the script to use fetch:
    imap_fetch_overview($this->conn, $uids, SE_NOPREFETCH+SE_UID);
    to
    imap_fetch_overview($this->conn, $uids, FT_UID);

    When I click 'Select' behind the folders (in email setup) I now get a pop-up but it then waits. I can tell you that the email on gmail is very limited (only 10 emails) and 1 label.

    Any idea?
    My log file states:
    Sat Jun 13 06:08:01 2009 [13141][1][DEBUG] ---------------STARTING FINDOPTIMUMS LOOP----------------
    Sat Jun 13 06:08:01 2009 [13141][1][DEBUG] 1: I-E testing string: {imap.gmail.com:993/service=imap/ssl/tls/validate-cert/secure}INBOX
    Sat Jun 13 06:08:01 2009 [13141][1][DEBUG] 1: I-E failed using [{imap.gmail.com:993/service=imap/ssl/tls/validate-cert/secure}INBOX] - error: Can't open mailbox {imap.gmail.com:993/service=imap/ssl/tls/validate-cert/secure}INBOX: invalid remote specification
    Sat Jun 13 06:08:01 2009 [13141][1][DEBUG] 1: I-E clearing error and alert stacks.
    Sat Jun 13 06:08:01 2009 [13141][1][DEBUG] 2: I-E testing string: {imap.gmail.com:993/service=imap/ssl/tls/validate-cert}INBOX
    Sat Jun 13 06:08:01 2009 [13141][1][DEBUG] 2: I-E failed using [{imap.gmail.com:993/service=imap/ssl/tls/validate-cert}INBOX] - error: Can't open mailbox {imap.gmail.com:993/service=imap/ssl/tls/validate-cert}INBOX: invalid remote specification
    Sat Jun 13 06:08:01 2009 [13141][1][DEBUG] 2: I-E clearing error and alert stacks.
    Sat Jun 13 06:08:01 2009 [13141][1][DEBUG] 3: I-E testing string: {imap.gmail.com:993/service=imap/ssl/validate-cert/secure}INBOX
    Last edited by pdaalder; 2009-06-13 at 12:09 PM. Reason: now testing with SSL

  2. #2
    sitesme is offline Member
    Join Date
    Mar 2010
    Posts
    16

    Default Re: imap.gmail.com without SSL???

    I have the same problem.
    I can make it work with external accounts (not Gmail and not SSL)
    But Gmail/SSL with Sugar CRM seems to not work at all, and I tried IMAP and POP as well... nothing works.

    Any idea?
    Last edited by sitesme; 2010-05-11 at 07:41 AM.

  3. #3
    suastiastu is offline Junior Member
    Join Date
    Oct 2010
    Posts
    4

    Unhappy Re: imap.gmail.com without SSL???

    Oh my problem must be the same I also host at bluehost.com and I just can't get this to work....
    Did anyone get an answer or a work-around for the gmail imap ssl bluehost issue?

  4. #4
    sitesme is offline Member
    Join Date
    Mar 2010
    Posts
    16

    Default Re: imap.gmail.com without SSL???

    Quote Originally Posted by suastiastu View Post
    Oh my problem must be the same I also host at bluehost.com and I just can't get this to work....
    Did anyone get an answer or a work-around for the gmail imap ssl bluehost issue?
    My problem was fixed when we added the SSL ports to the firewall on our server.
    We are running a VPS so we can easily do that.

  5. #5
    suastiastu is offline Junior Member
    Join Date
    Oct 2010
    Posts
    4

    Cool Re: imap.gmail.com without SSL???

    OK got it. I need to purchase a static IP with Bluehost, then I can have the port open

  6. #6
    TheMoosiKeed is offline Junior Member
    Join Date
    Dec 2011
    Posts
    1

    Unhappy Re: imap.gmail.com without SSL???

    So I'm sorry that this is such a dead thread, but did purchasing a static IP from Bluehost do the trick? I'm having this issue and am getting very frustrated with Bluehost for this.

    Even if it did, is there a workaround? Possibly an external service made for problems like this? I'm a a bit on the broke side so I'd rather not pay for something that is not absolutely necessary.

    Thanks and apologies for the resurrection.

  7. #7
    Nilaxi86 is offline Junior Member
    Join Date
    Dec 2011
    Posts
    1

    Default getting mail from sugarcrm to gmail

    My company have integrated gmail with sugarcrm... but the problem we are facing is that we can get the mails sent from gmail to crm but we want thatany changes made from crm should also be seen in Gmail.google calender.......

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. gmail imap setup
    By maclonghorn in forum Help
    Replies: 3
    Last Post: 2009-06-11, 10:15 PM
  2. 5.1.a Gmail IMAP error
    By shrekthemp in forum Installation and Upgrade Help
    Replies: 0
    Last Post: 2008-10-05, 03:50 PM
  3. GMail & IMAP issue
    By johnswolter in forum Help
    Replies: 1
    Last Post: 2008-02-05, 06:15 PM
  4. Gmail Imap Functionality & Error
    By robert.blasingame in forum Help
    Replies: 1
    Last Post: 2007-12-26, 07:31 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •