The following bug has been SUBMITTED. ====================================================================== http://dbmail.org/mantis/bug_view_advanced_page.php?bug_id=0000066 ====================================================================== Reported By: ilja Assigned To: ====================================================================== Project: DBMail Bug ID: 66 Category: IMAP daemon Reproducibility: always Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 19-Aug-04 14:03 CEST Last Modified: 19-Aug-04 14:03 CEST ====================================================================== Summary: imapsync doesn't always work when folders are non-existent Description: When imapsync (tool used for synchronizing accounts on different IMAP servers) runs, it tries to create create mailboxes. Before creating a mailboxes, imapsync will try to get the STATUS and SELECT the mailbox. Because the result of the command will be -1, the nfaultyresponses variable will be incremented. When nfaultyresponses reaches MAX_FAULTY_RESPONSES, the connection to the client is closed.
This means that an imapsync session will almost always stop prematurely. One solution to this problem is to reset the nfaultyresponses variable to zero after a "good" request is done. Doing this solves the problem. ====================================================================== Bug History Date Modified Username Field Change ====================================================================== 19-Aug-04 14:03ilja New Bug ======================================================================