The following issue has been RESOLVED. 
====================================================================== 
http://www.dbmail.org/mantis/view.php?id=518 
====================================================================== 
Reported By:                sn
Assigned To:                paul
====================================================================== 
Project:                    DBMail
Issue ID:                   518
Category:                   LMTP daemon
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     resolved
target:                      
Resolution:                 fixed
Fixed in Version:           2.2.4
====================================================================== 
Date Submitted:             02-Mar-07 03:49 CET
Last Modified:              02-Mar-07 09:31 CET
====================================================================== 
Summary:                    if there are no new messages in forder imap's select
command fails
Description: 
if there are no new (unread) messages in folder

Error:[imap] imap4.c,IMAPClientHandler(+325): command return with error
[select]

imapcommands.c: 
_ic_select:
if (! (key = db_first_unseen(ud->mailbox.uid))) {
   dbmail_imap_session_printf(self, "* BYE internal dbase error\r\n");
   return -1;
}

but in folder there are no messages and db_first_unseen(ud->mailbox.uid)
will return 0 ...
====================================================================== 

---------------------------------------------------------------------- 
 paul - 02-Mar-07 09:23  
---------------------------------------------------------------------- 
This was fixed in svn already. 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
02-Mar-07 03:49 sn             New Issue                                    
02-Mar-07 09:23 paul           Note Added: 0001851                          
02-Mar-07 09:23 paul           Status                   new => resolved     
02-Mar-07 09:23 paul           Resolution               open => fixed       
02-Mar-07 09:23 paul           Fixed in Version          => 2.2.4           
02-Mar-07 09:30 paul           Status                   resolved => assigned
02-Mar-07 09:30 paul           Assigned To               => paul            
02-Mar-07 09:31 paul           Status                   assigned => resolved
======================================================================

_______________________________________________
Dbmail-dev mailing list
[email protected]
http://twister.fastxs.net/mailman/listinfo/dbmail-dev

Reply via email to