This is an automated email from the ASF dual-hosted git repository. rcordier pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git
commit e79f8bc1227ff0304ab84a224b445f2f6dc4d16c Author: Benoit TELLIER <btell...@linagora.com> AuthorDate: Thu Oct 10 10:02:10 2024 +0200 [REFACTORING] Tests for UNSUBSCRIBE --- .../org/apache/james/imap/scripts/ListWithSharedMailbox.test | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/mpt/impl/imap-mailbox/core/src/main/resources/org/apache/james/imap/scripts/ListWithSharedMailbox.test b/mpt/impl/imap-mailbox/core/src/main/resources/org/apache/james/imap/scripts/ListWithSharedMailbox.test index fcd2af7090..6378cf5be5 100644 --- a/mpt/impl/imap-mailbox/core/src/main/resources/org/apache/james/imap/scripts/ListWithSharedMailbox.test +++ b/mpt/impl/imap-mailbox/core/src/main/resources/org/apache/james/imap/scripts/ListWithSharedMailbox.test @@ -171,6 +171,18 @@ S: \* LIST \(\\HasNoChildren \\Subscribed\) \".\" \"#user.boby.Sent\" } S: b13 OK LIST completed. +C: b14 UNSUBSCRIBE #user.diana.sharedMailbox +S: b14 OK UNSUBSCRIBE completed. + +C: b15 LIST (SUBSCRIBED) "" "*"RETURN (SUBSCRIBED) +SUB { +S: \* LIST \(\\HasNoChildren \\Subscribed\) \"\.\" \"INBOX\" +S: \* LIST \(\\HasChildren \\Subscribed\) \".\" \"#user.boby.sharedMailbox\" +S: \* LIST \(\\HasNoChildren \\Subscribed\) \".\" \"#user.boby.sharedMailbox.child\" +S: \* LIST \(\\HasNoChildren \\Subscribed\) \".\" \"#user.boby.Sent\" +} +S: b15 OK LIST completed. + C: c01 SELECT #user.diana.sharedMailbox S: \* OK \[MAILBOXID \(.*\)\] Ok S: \* FLAGS \(.*\) --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@james.apache.org For additional commands, e-mail: notifications-h...@james.apache.org