You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@manifoldcf.apache.org by "Karl Wright (JIRA)" <ji...@apache.org> on 2014/09/17 09:55:33 UTC

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

     [ https://issues.apache.org/jira/browse/CONNECTORS-1020?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Karl Wright resolved CONNECTORS-1020.
-------------------------------------
    Resolution: Fixed

> 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.6.1, ManifoldCF 1.7
>            Reporter: Paul Boichat
>            Assignee: Karl Wright
>             Fix For: Manifold 1.7.1, ManifoldCF 2.0
>
>         Attachments: CONNECTORS-1020.patch
>
>
> 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)