[
https://issues.apache.org/jira/browse/IMAP-83?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robert Burrell Donkin closed IMAP-83.
-------------------------------------
Resolution: Fixed
Added support for passing flags to APPEND and a couple of concurrent EXPUNGE
tests. This seems to be working now.
> Concurrent EXPUNGE
> -------------------
>
> Key: IMAP-83
> URL: https://issues.apache.org/jira/browse/IMAP-83
> Project: JAMES Imap
> Issue Type: Bug
> Components: Mailbox, Protocol
> Affects Versions: 0.1
> Reporter: Robert Burrell Donkin
> Assignee: Robert Burrell Donkin
> Fix For: 0.1
>
>
> Use Case:
> User A
> 1. Login
> 2. Select mailbox alpha
> 3. Mark some messages as deleted
> User B
> 4. Login
> 5. Select mailbox alpha
> 6. Expunge
> Expected:
> * OK JAMES IMAP4rev1 Server 3.0-SNAPSHOT Server 127.0.1.1 ready
> a0 login gravitonian xxxxxxxxxx
> a0 OK LOGIN completed.
> a1 SELECT "INBOX/Company Home/User Homes/gravitonian/test"
> * FLAGS (\Answered \Deleted \Draft \Flagged \Recent \Seen)
> * 2 RECENT
> * OK [UIDVALIDITY 54]
> * 28 EXISTS
> * OK [UNSEEN 17] Message 17 is the first unseen
> * OK [PERMANENTFLAGS (\Answered \Deleted \Draft \Flagged \Recent \Seen)]
> a1 OK [READ-WRITE] SELECT completed.
> a2 EXPUNGE
> * 23 EXPUNGE
> * 23 EXPUNGE
> * 26 EXPUNGE
> a2 OK EXPUNGE completed.
> Was:
> * OK JAMES IMAP4rev1 Server 3.0-SNAPSHOT Server 192.168.2.3 is ready.
> a0 login mbergljung xxxxxxxxx
> a0 OK LOGIN completed.
> a1 SELECT "INBOX/Company Home/User Homes/mbergljung"
> * FLAGS (\Answered \Deleted \Draft \Flagged \Seen)
> * 7 EXISTS
> * 1 RECENT
> * OK [UIDVALIDITY 34]
> * OK [UNSEEN 4]
> * OK [PERMANENTFLAGS (\Answered \Deleted \Draft \Flagged \Recent \Seen)]
> * OK [UIDNEXT 8]
> a1 OK [READ-WRITE] SELECT completed.
> a2 EXPUNGE
> a2 OK EXPUNGE complete
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]