You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@manifoldcf.apache.org by "Paul Boichat (JIRA)" <ji...@apache.org> on 2014/09/03 11:48:51 UTC

[jira] [Created] (CONNECTORS-1020) Email Connector Missing Documents

Paul Boichat created CONNECTORS-1020:
----------------------------------------

             Summary: Email Connector Missing Documents
                 Key: CONNECTORS-1020
                 URL: https://issues.apache.org/jira/browse/CONNECTORS-1020
             Project: ManifoldCF
          Issue Type: Bug
          Components: Email connector
    Affects Versions: ManifoldCF 1.7, ManifoldCF 1.6.1
            Reporter: Paul Boichat


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



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)