Uploaded image for project: 'CiviCRM'
  1. CiviCRM
  2. CRM-7528

when running emailprocessor, mailstore can die due to case sensitivity

    Details

    • Type: Bug
    • Status: Done/Fixed
    • Priority: Minor
    • Resolution: Fixed/Completed
    • Affects Version/s: 3.2.3, 3.2.4, 3.2.5, 3.3.0, 3.3.1, 3.3.2, 3.3.3
    • Fix Version/s: 3.4.alpha
    • Component/s: CiviMail
    • Labels:
      None

      Description

      when the EmailProcessor.php script is run, it retrieves all folders in the email account and then looks for the ignored and processed folders using in_array. but sometimes the mailbox structure has different cases than the constructed values its looking for, which causes it to fail. it then tries to create the mailboxes but fails because they're already there.

      attached patch looks for the folder with case insensitivity

      the patch is for IMAP. the other account formats may need editing too – i didn't investigate

        Attachments

          Activity

            People

            • Assignee:
              lobo Donald A. Lobo
              Reporter:
              lcdweb Brian Shaughnessy
            • Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: