The following issue has been SUBMITTED. 
====================================================================== 
http://www.dbmail.org/mantis/view.php?id=591 
====================================================================== 
Reported By:                tss
Assigned To:                
====================================================================== 
Project:                    DBMail
Issue ID:                   591
Category:                   IMAP daemon
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     new
target:                      
====================================================================== 
Date Submitted:             12-May-07 01:13 CEST
Last Modified:              12-May-07 01:13 CEST
====================================================================== 
Summary:                    EXPUNGE and multiple sessions breaks IMAP protocol
Description: 
Using MySQL as backend if it matters.

I open two IMAP sessions to the same mailbox and execute commands:

Session 1:

x append inbox {10}
+ OK gimme that string
From: foo
x OK APPEND completed
x store 1 +flags \deleted
* 1 FETCH (FLAGS (\Seen \Answered \Deleted \Draft))
x OK STORE completed
x expunge
* 1 RECENT
* 1 EXPUNGE
x OK EXPUNGE completed
x fetch * uid
* 16 FETCH (UID 414)
x OK FETCH completed

Sesssion 2:

x noop
* 0 RECENT
* 1 EXPUNGE
* 15 FETCH (FLAGS ())
* 16 FETCH (FLAGS ())
x OK NOOP completed

The session 2 saw 16 messages originally. It should have given "* 16
EXISTS" reply after the EXPUNGE.
====================================================================== 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
12-May-07 01:13 tss            New Issue                                    
======================================================================

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

Reply via email to