The following bug has been RESOLVED.
======================================================================
http://www.dbmail.org/mantis/bug_view_advanced_page.php?bug_id=0000079
======================================================================
Reported By:                scocking
Assigned To:                ilja
======================================================================
Project:                    DBMail
Bug ID:                     79
Category:                   IMAP daemon
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     resolved
Resolution:                 fixed
======================================================================
Date Submitted:             30-Aug-04 12:39 CEST
Last Modified:              03-Sep-04 14:00 CEST
======================================================================
Summary:                    INTERNALDATE reponses do not conform to RFC
Description: 
The SnapperMail IMAP client is extremely strict in its IMAP protocol
adherence, and requires that INTERNALDATE responses are formatted in
"dd-mmm-yyyy hh:mm:ss +zzzz" format as per the RFC.  DBmail always
responds without the " +zzzz" timezone.
======================================================================

----------------------------------------------------------------------
 ilja - 03-Sep-04 14:00 CEST 
----------------------------------------------------------------------
fixed by doing the following:

instead of using array magic etc, the two date functions date_imap2sql()
and date_sql2imap() now use strptime() and strftime() to parse and format
the date & time. date_sql2imap() outputs the timezone information with the
date and time.

fix has been applied to HEAD, dbmail_2_0_branch. A patch has been prepared
for dbmail_1_2_branch.

Bug History
Date Modified  Username       Field                    Change              
======================================================================
30-Aug-04 12:39scocking       New Bug                                      
31-Aug-04 12:18ilja           ETA                      none => < 1 day     
31-Aug-04 12:18ilja           Assigned To               => ilja            
31-Aug-04 12:18ilja           Projection               none => minor fix   
31-Aug-04 12:18ilja           Status                   new => confirmed    
03-Sep-04 14:00ilja           Bugnote Added: 0000216                       
03-Sep-04 14:00ilja           Resolution               open => fixed       
03-Sep-04 14:00ilja           Status                   confirmed => resolved
======================================================================

Reply via email to