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/03 12:22:51 UTC

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

    [ https://issues.apache.org/jira/browse/CONNECTORS-1020?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14119730#comment-14119730 ] 

Karl Wright commented on CONNECTORS-1020:
-----------------------------------------

Found that the metadata loops were interfering with the main loop.

r1622213 (trunk)


> 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: ManifoldCF 2.0
>
>
> 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)