The following bug has been ASSIGNED. ====================================================================== http://www.dbmail.org/mantis/bug_view_advanced_page.php?bug_id=0000080 ====================================================================== Reported By: scocking Assigned To: ilja ====================================================================== Project: DBMail Bug ID: 80 Category: IMAP daemon Reproducibility: always Severity: major Priority: normal Status: confirmed ====================================================================== Date Submitted: 30-Aug-04 12:49 CEST Last Modified: 31-Aug-04 12:18 CEST ====================================================================== Summary: Extraneous whitespace included in FETCH responses violates RFC Description: The SnapperMail IMAP client reports IMAP protocol errors with many FETCH responses provided by DBmail. The problem appears to be extraneous whitespace provided at the end of DBmail's FETCH response. ======================================================================
---------------------------------------------------------------------- ilja - 30-Aug-04 14:37 CEST ---------------------------------------------------------------------- If I apply the following diff, it seems to be corrected: Index: imaputil.c =================================================================== RCS file: /cvsroot-dbmail/dbmail/imaputil.c,v retrieving revision 1.74 diff -r1.74 imaputil.c 171c171 < fprintf(outstream, " %llu ", --- > fprintf(outstream, " %llu", 175c175 < fprintf(outstream, " %llu ", --- > fprintf(outstream, " %llu", 216c216 < fprintf(outstream, "%llu", --- > fprintf(outstream, " %llu", 219c219 < fprintf(outstream, "%llu", msg->bodylines); --- > fprintf(outstream, " %llu", msg->bodylines); This has to be double checked, it looks very very shaky.. Ilja edited on: 30-Aug-04 14:37 Bug History Date Modified Username Field Change ====================================================================== 30-Aug-04 12:49scocking New Bug 30-Aug-04 14:35ilja Bugnote Added: 0000210 30-Aug-04 14:37ilja Bugnote Edited: 0000210 31-Aug-04 12:18ilja Assigned To => ilja 31-Aug-04 12:18ilja Status new => confirmed ======================================================================