Results 1 to 5 of 5

Thread: Imap, limit of 100 e-mail... bug or setting???

  1. #1
    cla1982 is offline Member
    Join Date
    May 2010
    Posts
    14

    Question Imap, limit of 100 e-mail... bug or setting???

    Hello everyone,

    I've installed SugarCrm CE version 5.5.2 and I've configured an user PERSONAL e-mail connected with IMAP protocol.

    When I set all parameters start the first check of the mail and download only 200 emails (although it feel that there are 580), it seems that at some point the process stop itself but do not appear errors or whatever.

    Then, if I click "sync", I find only 100 emails and do not download other even if I continue to do continuously check the mail.

    Has anyone had the same problem? It 'a bug? Or I need to set something?

    The mail server is MADEAMON 10... Is it a problem??

    Please help me, i'm desperated

    p.s. sorry for my english...

  2. #2
    davidboris is offline Sugar Community Member
    Join Date
    May 2010
    Posts
    1,113

    Default Re: Imap, limit of 100 e-mail... bug or setting???

    Hi,

    Check sugarcrm.log file when you run check new email or sync Inbox folder.
    And can you confirm that all your emails(over 508) are in Inbox only, and you havent created any folder or something?

    P.S.
    Don't get depressed, every problem has a solution.
    Thumbs up.

    Skype ID - david__boris

    SugarForge Projects:

    WYSIWYG now in studio!(Version 1.1 is out now!)

    Sugar Feeds on your personalized home pages like iGoogle, My Yahoo!, etc.

    Fab Tools! > Dashlet Not Followed Opportunities for past six Months

  3. #3
    cla1982 is offline Member
    Join Date
    May 2010
    Posts
    14

    Default Re: Imap, limit of 100 e-mail... bug or setting???

    I've looked the log file but i don't understand if there is any error..... It's in DEBUG mode and only for the email check there are 1600 rows..... panic!!!

    I can upload the file here if is useful...

    The 580 e-mail are all in INBOX folder... there are other 2 subfolder with more of 1000 messages each one, Sugar have also to show those?

    Please help me...

  4. #4
    davidboris is offline Sugar Community Member
    Join Date
    May 2010
    Posts
    1,113

    Default Re: Imap, limit of 100 e-mail... bug or setting???

    Hi,

    Can you send me the log file on davidboris@live.com or add me on skype, david__boris is my id.
    But I wont be available just now. Will reply you as soon as i return.
    Thumbs up.

    Skype ID - david__boris

    SugarForge Projects:

    WYSIWYG now in studio!(Version 1.1 is out now!)

    Sugar Feeds on your personalized home pages like iGoogle, My Yahoo!, etc.

    Fab Tools! > Dashlet Not Followed Opportunities for past six Months

  5. #5
    hexmode is offline Junior Member
    Join Date
    Jun 2010
    Posts
    1

    Default Re: Imap, limit of 100 e-mail... bug or setting???

    I had a client with a similar problem. It looks like my client's problem was caused by responses to checkEmailProgress requests in the EmailUIAJAX module were being sent gzip-encoded without the gzip-encoding header.

    The kludge I used to fix this code was to add header("Content-Encoding: gzip"); in modules/Emails/EmailUIAjax.php after the case statement for checkEmailProgress as below:


    case "checkEmailProgress":
    header("Content-Encoding: gzip");

    It took a little time with firebug to find this problem.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Inbound email IMAP setting problem
    By piccirm in forum Help
    Replies: 1
    Last Post: 2009-04-27, 11:56 AM
  2. Replies: 1
    Last Post: 2008-05-02, 08:48 PM
  3. Replies: 10
    Last Post: 2008-01-22, 02:17 AM
  4. Replies: 5
    Last Post: 2008-01-08, 10:24 AM

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
  •