Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: Email problems 5.0.0c

  1. #1
    shan1111 is offline Sugar Community Member
    Join Date
    Apr 2008
    Posts
    21

    Unhappy Email problems 5.0.0c

    Hi,

    I submitted a bug about email drop and drag in folder functionality which i cant find any more in sugarbugs. However it would seem that the 5.0.0c release has not addressed this issue as the problem is not fixed. I can not find any reference to the release notes for c and can not see the bug listed in the future release.

    The problem is when using sugar email, with an imap set up when you drag email from the inbox to a folder, or folder to folder sugar say the email is being moved but it does not. one thing i am noticing is that it no longer seems to be in the original folder but has disappeared completely. I am using firefox and my sugar instance is installed on a LAMP stack

    So my questions are...
    - is anyone else experiencing this issue with 5.0.0c?
    - are sugar developers aware of this bug?
    - if so which release is this issue being addressed in?

    For me any my company not having this basic function in the email module is the one thing stopping us from a full role out?

    Any help would be appreciated

    Cheers
    Shannon

  2. #2
    shan1111 is offline Sugar Community Member
    Join Date
    Apr 2008
    Posts
    21

    Default Re: Email problems 5.0.0c

    Sorry but can anyone help???

  3. #3
    joshmark is offline Member
    Join Date
    Dec 2006
    Posts
    9

    Default Re: Email problems 5.0.0c

    I faced the same issue. It said moved, but the email disappeared. Finally I had to take the hard decision of staying with 4.5 till the email module in 5.0 becomes reliable.

  4. #4
    clint's Avatar
    clint is offline Sugar Team Member | Forums Lead Moderator
    Join Date
    Aug 2004
    Location
    Silicon Valley
    Posts
    2,120

    Default Re: Email problems 5.0.0c

    What mail server are you using? The problem is that in Sugar 5.0, we have hard-coded the IMAP interface to move deleted emails to the INBOX.Trash folder. However this folder does not always exist. For instance Exchange does not use INBOX.Trash. See this thread for a code workaround on Exchange. If you create the Trash folder, everything should work.

    We will be fixing this issue in an upcoming patch.
    Sugar Developer Zone - developer resources | Sugar University - user and admin training
    Sugar Docs - user and admin documentation |
    Sugar Bug Tracker - Enter or view bugs
    SugarForge- open source modules, themes, lang packs | SugarExchange - commercial extensions

    Clint Oram
    Chief Technology Officer and Co-founder
    SugarCRM

  5. #5
    shan1111 is offline Sugar Community Member
    Join Date
    Apr 2008
    Posts
    21

    Default Re: Email problems 5.0.0c

    Thanks clint,

    Using gmail at the moment

    The problem i am experiencing actually involves all folders. after more testing it seems the draged email either disapears or just stays in the same place.

    As i had submitted a bug last time and cant find it now i am assuming this has been addressed..... has it?

    Is there a fix i can apply for this issue until the next patch?

    Thanks

  6. #6
    clint's Avatar
    clint is offline Sugar Team Member | Forums Lead Moderator
    Join Date
    Aug 2004
    Location
    Silicon Valley
    Posts
    2,120

    Default Re: Email problems 5.0.0c

    Gmail does not by default have a Trash folder under the Inbox folder. Create this Trash folder under the Inbox folder and see if it works for you.

    Clint
    Sugar Developer Zone - developer resources | Sugar University - user and admin training
    Sugar Docs - user and admin documentation |
    Sugar Bug Tracker - Enter or view bugs
    SugarForge- open source modules, themes, lang packs | SugarExchange - commercial extensions

    Clint Oram
    Chief Technology Officer and Co-founder
    SugarCRM

  7. #7
    shan1111 is offline Sugar Community Member
    Join Date
    Apr 2008
    Posts
    21

    Default Re: Email problems 5.0.0c

    Sorry Clint, but you will see above this issue is not exclusive to the trash but all folders.... any thoughts

  8. #8
    sgandhi is offline Sugar Team Member
    Join Date
    Aug 2007
    Posts
    217

    Default Re: Email problems 5.0.0c

    shan1111,
    Its a bug. I am ablt to reproduce this issue. Goto moveEmails function in InboundEmail.php. The first condition is
    PHP Code:
    if($fromIe == $toIe) { 
    Inside that there is a line of code

    PHP Code:
    $this->retrieve($fromIe); 
    After this line put this code.

    PHP Code:
    $delimiter $this->get_stored_options('folderDelimiter');
                if (
    $delimiter) {
                    
    $fromFolder str_replace('.'$delimiter$fromFolder);
                    
    $toFolder str_replace('.'$delimiter$toFolder);
                } 
    Thanks
    -Samir Gandhi

  9. #9
    shan1111 is offline Sugar Community Member
    Join Date
    Apr 2008
    Posts
    21

    Default Re: Email problems 5.0.0c

    Thanks so much Samir, although there are more bugs in the email for my businesses purposes this now makes the email module functional.

    Can you please advise if this bug will be fixed in the next patch or should i rember this fix just incase it is wiped over on the next patch install?

    Thanks again

  10. #10
    DragonflyMaster is offline Sugar Community Member
    Join Date
    Dec 2007
    Location
    Rimini, Italy
    Posts
    1,421

    Default Re: Email problems 5.0.0c

    Hi shan1111,
    do you remember the number assigned to this bug?
    What do you think the cookie monster eats ?

Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. HOW-TO guide for Email Campaigns.
    By agupta in forum Marketing/Campaign Management
    Replies: 146
    Last Post: 2012-01-31, 03:08 PM
  2. email marketing feature requests
    By maxsutter in forum Feature Requests
    Replies: 1
    Last Post: 2008-10-11, 10:19 AM
  3. Email setup problems 5.0a
    By shansmith01 in forum Installation and Upgrade Help
    Replies: 1
    Last Post: 2008-02-09, 06:41 AM
  4. Replies: 1
    Last Post: 2007-02-21, 11:42 AM

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
  •