The following issue has been SUBMITTED. 
====================================================================== 
http://www.dbmail.org/mantis/view.php?id=518 
====================================================================== 
Reported By:                sn
Assigned To:                
====================================================================== 
Project:                    DBMail
Issue ID:                   518
Category:                   LMTP daemon
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     new
target:                      
====================================================================== 
Date Submitted:             02-Mar-07 03:49 CET
Last Modified:              02-Mar-07 03:49 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 ...
====================================================================== 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
02-Mar-07 03:49 sn             New Issue                                    
======================================================================

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

Reply via email to