Uploaded image for project: 'ManifoldCF'
  1. ManifoldCF
  2. CONNECTORS-1020

Email Connector Missing Documents

    XMLWordPrintableJSON

Details

    Description

      The email connector misses documents from the inbox/folder.

      In processDocuments the connector iterates through documents using i as an integer count. However, in the processing of attachments i appears to be incorrectly incremented in another for loop (line 563 and 582). As a result, each attachment or email body processed increments i and emails are missed from the main processing loop.

      End result is that emails on the server are identified in addSeedDocuments but not processed through to the output connector.

      I believe the fix to be a simple correction of the variable name on line 562 and 582

      Attachments

        1. CONNECTORS-1020.patch
          3 kB
          Karl Wright

        Activity

          People

            kwright@metacarta.com Karl Wright
            pboichat Paul Boichat
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: