Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
ManifoldCF 1.6.1, ManifoldCF 1.7
-
None
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