The following issue has been RESOLVED. 
====================================================================== 
http://dbmail.org/mantis/view.php?id=849 
====================================================================== 
Reported By:                sergej
Assigned To:                paul
====================================================================== 
Project:                    DBMail
Issue ID:                   849
Category:                   IMAP daemon
Reproducibility:            sometimes
Severity:                   minor
Priority:                   normal
Status:                     resolved
target:                      
Resolution:                 fixed
Fixed in Version:           2.2.17
====================================================================== 
Date Submitted:             22-Jun-10 18:52 CEST
Last Modified:              24-Jun-10 14:34 CEST
====================================================================== 
Summary:                    imap daemon sends ')\r\n' after message
Description: 
Some email clients such as wanderlust becomes unhappy because of it.
Thunderbird seems to ignore it.
====================================================================== 

---------------------------------------------------------------------- 
 (0003065) sergej (reporter) - 23-Jun-10 12:12
 http://dbmail.org/mantis/view.php?id=849#c3065 
---------------------------------------------------------------------- 
I update dbmail to 2.2.16 and this bug disappeared. 

---------------------------------------------------------------------- 
 (0003066) sergej (reporter) - 23-Jun-10 12:26
 http://dbmail.org/mantis/view.php?id=849#c3066 
---------------------------------------------------------------------- 
Or it may be because of 2 imap clients were connected to server. Strange
bug... 

---------------------------------------------------------------------- 
 (0003067) sergej (reporter) - 23-Jun-10 12:56
 http://dbmail.org/mantis/view.php?id=849#c3067 
---------------------------------------------------------------------- 
Problem is in space before )

' )\r\n' 

---------------------------------------------------------------------- 
 (0003068) sergej (reporter) - 23-Jun-10 13:16
 http://dbmail.org/mantis/view.php?id=849#c3068 
---------------------------------------------------------------------- 
http://git.dbmail.eu/cgit/cgit.cgi/paul/dbmail/tree/dbmail-imapsession.c?id=v2.2.16

line 974

***
                dbmail_imap_session_buff_append(self, " ");
        }

        dbmail_imap_session_buff_append(self, ")\r\n");
***

interesting what does it mean...

Also following lines:

961: dbmail_imap_session_buff_append(self, "\r\n *BYE internal dbase
error\r\n");
968: dbmail_imap_session_buff_append(self, "\r\n* BYE internal dbase
error\r\n");

It seems like mistyping. 

---------------------------------------------------------------------- 
 (0003069) paul (administrator) - 23-Jun-10 13:41
 http://dbmail.org/mantis/view.php?id=849#c3069 
---------------------------------------------------------------------- 
I've committed a small change to fix both the unwanted whitespaces 

---------------------------------------------------------------------- 
 (0003070) sergej (reporter) - 24-Jun-10 13:42
 http://dbmail.org/mantis/view.php?id=849#c3070 
---------------------------------------------------------------------- 
Now it works, I update dbmail to 2.2.16+this git patch
( http://repos.archlinux.org/wsvn/community/dbmail/trunk/PKGBUILD )

 

---------------------------------------------------------------------- 
 (0003071) paul (administrator) - 24-Jun-10 14:34
 http://dbmail.org/mantis/view.php?id=849#c3071 
---------------------------------------------------------------------- 
Great!

I'm closing this report then. 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
22-Jun-10 18:52  sergej         New Issue                                    
23-Jun-10 12:12  sergej         Note Added: 0003065                          
23-Jun-10 12:26  sergej         Note Added: 0003066                          
23-Jun-10 12:56  sergej         Note Added: 0003067                          
23-Jun-10 13:16  sergej         Note Added: 0003068                          
23-Jun-10 13:41  paul           Note Added: 0003069                          
23-Jun-10 13:42  paul           Assigned To               => paul            
23-Jun-10 13:42  paul           Status                   new => acknowledged 
24-Jun-10 13:42  sergej         Note Added: 0003070                          
24-Jun-10 13:42  sergej         Note Edited: 0003070                         
24-Jun-10 14:34  paul           Note Added: 0003071                          
24-Jun-10 14:34  paul           Status                   acknowledged =>
resolved
24-Jun-10 14:34  paul           Resolution               open => fixed       
24-Jun-10 14:34  paul           Fixed in Version          => 2.2.17          
======================================================================

_______________________________________________
Dbmail-dev mailing list
Dbmail-dev@dbmail.org
http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail-dev

Reply via email to