This is an automated email from the ASF dual-hosted git repository. btellier pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git
The following commit(s) were added to refs/heads/master by this push: new b9faa27bd4 JAMES-2182 Explicitly test more combinaisons for IMAP list on shared folders b9faa27bd4 is described below commit b9faa27bd46a56eece855fd830586cc48f047759 Author: Benoit TELLIER <btell...@linagora.com> AuthorDate: Wed Jun 25 14:31:15 2025 +0200 JAMES-2182 Explicitly test more combinaisons for IMAP list on shared folders --- .../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 23c0d0c8e3..6849ceebca 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 @@ -118,6 +118,14 @@ S: \* LIST \(\\HasNoChildren\) \".\" \"#user.boby.Sent\" } S: a13 OK LIST completed. +C: a13b LIST "" "#user.diana.*" +S: \* LIST \(\\HasNoChildren\) \".\" \"#user.diana.sharedMailbox\" +S: a13b OK LIST completed. + +C: a13c LIST "" "#user.diana.sharedMailbox" +S: \* LIST \(\\HasNoChildren\) \".\" \"#user.diana.sharedMailbox\" +S: a13c OK LIST completed. + C: b01 SUBSCRIBE INBOX S: b01 OK SUBSCRIBE completed. C: b02 SUBSCRIBE #user.diana.sharedMailbox @@ -165,6 +173,10 @@ C: b10 LSUB "" "#user.diana.*" S: \* LSUB \(\) \".\" \"#user.diana.sharedMailbox\" S: b10 OK LSUB completed. +C: b10b LSUB "" "#user.diana.sharedMailbox" +S: \* LSUB \(\) \".\" \"#user.diana.sharedMailbox\" +S: b10b OK LSUB completed. + C: b11 LSUB "#user" "diana.*" S: \* LSUB \(\) \".\" \"#user.diana.sharedMailbox\" S: b11 OK LSUB completed. --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@james.apache.org For additional commands, e-mail: notifications-h...@james.apache.org