The following bug has been CLOSED
======================================================================
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:                     closed
======================================================================
Date Submitted:             06-Nov-04 22:46 CET
Last Modified:              13-Dec-04 11:08 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.
======================================================================

----------------------------------------------------------------------
 ilja - 01-Dec-04 12:40 CET 
----------------------------------------------------------------------
MAX_LINESIZE changed to IMAP_MAX_LINESIZE. The definition of this constant
is moved to imap4.h

The value of IMAP_MAX_LINESIZE is now 100 * 1024 as Mikhail proposed.

Change was only made in 2.0, not in 2.1, as the IMAP code for that version
is changing still.

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     
01-Dec-04 12:40ilja           Resolution               open => fixed       
01-Dec-04 12:40ilja           Status                   assigned => resolved
01-Dec-04 12:40ilja           Bugnote Added: 0000402                       
13-Dec-04 11:08ilja           Status                   resolved => closed  
======================================================================

Reply via email to