Results 1 to 6 of 6

Thread: email not importing

  1. #1
    vaineh is offline Sugar Community Member
    Join Date
    Feb 2008
    Posts
    31

    Default email not importing

    hi there

    i had sugar Version 5.2.0 (Build 5380) running on a local server. ive moved it onto an online hosted server and its all working fine except for my email in sugar.

    i have it connect to my IMAP mail account, but its not pulling in any mails. I test the connection and it is successful. It tells me it is importing emails, eg. 100 of 400, 200 of 400 etc. but when I click on the inbox there is nothing there.

    any ideas or anything i should look at that might give some answers??

  2. #2
    vaineh is offline Sugar Community Member
    Join Date
    Feb 2008
    Posts
    31

    Default Re: email not importing

    just to add i receive no errors. but no mail shows up in IMAP mailboxes from within sugar.

  3. #3
    vaineh is offline Sugar Community Member
    Join Date
    Feb 2008
    Posts
    31

    Default Re: email not importing

    i did search before, but searched again and found answer:

    It is a php 5.2.9 issue. You only must change all calls to imap_fetch_overview in module /modules/InboundEmail/InboundEmail.php from

    imap_fetch_overview($this->conn, $concatResults, SE_NOPREFETCH+SE_UID);

    to

    imap_fetch_overview($this->conn, $concatResults, FT_UID);

  4. #4
    abhax's Avatar
    abhax is offline Senior Member
    Join Date
    Jun 2010
    Location
    India
    Posts
    65

    Smile Re: email not importing

    Hi,

    Using Sugar 6.0 CE

    Im also trying to configure the inbound mails.
    Im able to get the connection successful when i test the setting.
    But no mail is imported to Sugar.

    Im trying to automatically create Cases from inbound mails.
    Have looked at the scheduler, its active but never fired.

    Is this something to do with Teams/Groups?
    Or is there some other issue?
    If It Is To Be, It Is Up To Me

  5. #5
    abhax's Avatar
    abhax is offline Senior Member
    Join Date
    Jun 2010
    Location
    India
    Posts
    65

    Smile Re: email not importing

    Quote Originally Posted by abhax View Post
    Im also trying to configure the inbound mails.
    Im able to get the connection successful when i test the setting.
    But no mail is imported to Sugar.

    Im trying to automatically create Cases from inbound mails.
    Have looked at the scheduler, its active but never fired.

    Is this something to do with Teams/Groups?
    Or is there some other issue?

    Problem Solved...

    The scheduler was the cause of the trouble.
    I have added the cron in crontab using the normal user.
    That was giving some trouble with permissions or rights.


    what i did was i added the cron job as root user.
    sudo su -
    and ran the cron manually once..
    and now im able to import mails to sugar and cases are been created automatically.


    Hope this is helpfull to anyone with this issue.
    If It Is To Be, It Is Up To Me

  6. #6
    smoothumut is offline Senior Member
    Join Date
    Apr 2010
    Location
    Turkey
    Posts
    25

    Default Re: email not importing

    yes abhax,

    it helped a lot to me. it gave me a clue to follow, then i solved the problem too

    Thanks and Best Regards

    Umut

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Importing Email Addresses
    By ddial in forum Help
    Replies: 2
    Last Post: 2010-01-18, 09:55 PM
  2. Email was importing but has stopped.
    By Garotonoturno in forum Help
    Replies: 0
    Last Post: 2009-07-02, 02:59 PM
  3. Importing Email Templates
    By hugo84 in forum Help
    Replies: 0
    Last Post: 2008-11-15, 04:16 AM
  4. Email was importing but has stopped
    By TonyArgent in forum Help
    Replies: 0
    Last Post: 2008-10-29, 10:38 PM

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
  •