Results 1 to 2 of 2

Thread: SugarCRM 5.2.0e POP3 hangs

  1. #1
    openalliance is offline Junior Member
    Join Date
    Apr 2010
    Posts
    1

    Default SugarCRM 5.2.0e POP3 hangs

    Using the email module, I was unable to import an email. Searching for a solution, I looked inside the code and logs for a potential bug.

    It was surprising for me that Sugar opens with an imap_open a POP3 socket to get the email list or to get one email for read it, and when you are trying to import it, Sugar tries to open a new POP3 socket via pop3_command function.

    So, if your POP3 provider doesn't allow simultaneous connections using POP3 (i.e. Zyrus POP3 server), you'll unable to execute the process properly. In the other hand, other mail servers as Dovecot can.

    My question is: You're really OK in this way? Do you want to change it for keeping in line with the POP3 spec. which says that POP3 uses blocking connections?

    Please, answer.

  2. #2
    jnassi's Avatar
    jnassi is offline Sugar Team Member
    Join Date
    Apr 2005
    Posts
    455

    Default Re: SugarCRM 5.2.0e POP3 hangs

    Quote Originally Posted by openalliance View Post
    Using the email module, I was unable to import an email. Searching for a solution, I looked inside the code and logs for a potential bug.

    It was surprising for me that Sugar opens with an imap_open a POP3 socket to get the email list or to get one email for read it, and when you are trying to import it, Sugar tries to open a new POP3 socket via pop3_command function.

    So, if your POP3 provider doesn't allow simultaneous connections using POP3 (i.e. Zyrus POP3 server), you'll unable to execute the process properly. In the other hand, other mail servers as Dovecot can.

    My question is: You're really OK in this way? Do you want to change it for keeping in line with the POP3 spec. which says that POP3 uses blocking connections?

    Please, answer.
    openalliance,

    We've retired POP3 support from the product as of our 5.5.1 release. While I agree that the behavior you're describing is not the correct behavior from a POP3 specification standpoint, we do not have any plans to go back to the 5.2 branch and make a significant change to a retired feature.
    Jason Nassi
    SugarExchange.com

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Sugarcrm 5.2 and pop3
    By mathieuf in forum Help
    Replies: 6
    Last Post: 2009-11-18, 07:53 AM
  2. sugarcrm hangs
    By imran123 in forum Developer Help
    Replies: 2
    Last Post: 2009-09-29, 03:48 PM
  3. Timeout with POP3 hangs Sugar for awhile
    By phpchef in forum Installation and Upgrade Help
    Replies: 0
    Last Post: 2008-02-07, 07:56 PM
  4. SugarCRM hangs/blocks PHP applications
    By andreasr in forum Help
    Replies: 6
    Last Post: 2007-06-10, 07:13 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
  •