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

CiviMailProcessor doesn't run due to protocol values confusion in MailStore

    Details

    • Type: Bug
    • Status: Done/Fixed
    • Priority: Major
    • Resolution: Fixed/Completed
    • Affects Version/s: 2.2.0
    • Fix Version/s: 2.2.0
    • Component/s: CiviMail
    • Labels:
      None

      Description

      In CRM/Mailing/MailStore.php, the getStore method is expecting $dao->protocol to return one of 'IMAP', 'POP3', or 'Maildir'. However, it gets the "value" field from the DB, which just has integers in it. 1 for IMAP, 2 for Maildir, 3 for POP3. So no protocol ends up matching and the processing doesn't take place.

      This is in alpha2 w/ a couple alpha3 revisions applied so the mail server field shows up in the admin tool.

        Attachments

          Activity

            People

            • Assignee:
              sushant Sushant Paste
              Reporter:
              cap10morgan Wes Morgan
            • Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: