The following bug has been ASSIGNED. ====================================================================== http://dbmail.org/mantis/bug_view_advanced_page.php?bug_id=0000115 ====================================================================== Reported By: ramendik Assigned To: ilja ====================================================================== Project: DBMail Bug ID: 115 Category: IMAP daemon Reproducibility: always Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 06-Nov-04 22:46 CET Last Modified: 24-Nov-04 15:59 CET ====================================================================== Summary: MAX_LINESIZE should be defined in one place and increased Description: With Thunderbird, massive IMAP COPY operations fail. The IMAP request is too long for DbMail to handle.
I could easily resolve this by finding where MAX_LINESIZE (not to be confused aith MAX_LINE_SIZE) is defined, and changing it to (100*1024); currently it's (10*1024) in two places and 1024 in one place. But really this should be defined in one header file. ====================================================================== Bug History Date Modified Username Field Change ====================================================================== 06-Nov-04 22:46ramendik New Bug 24-Nov-04 15:59ilja Assigned To => ilja 24-Nov-04 15:59ilja Status new => assigned ======================================================================