PROTOCOLS-117 General fixes: Check that subscribed folder are well returned as selectable by LSUB when using %
That was not blatent... Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/1cdb6b7a Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/1cdb6b7a Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/1cdb6b7a Branch: refs/heads/master Commit: 1cdb6b7ae17fa2d8df34612842b681edcb2950a2 Parents: f79e6f1 Author: benwa <[email protected]> Authored: Wed Nov 1 16:14:28 2017 +0700 Committer: benwa <[email protected]> Committed: Fri Nov 3 09:34:03 2017 +0700 ---------------------------------------------------------------------- .../resources/org/apache/james/imap/scripts/Subscribe.test | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/1cdb6b7a/mpt/impl/imap-mailbox/core/src/main/resources/org/apache/james/imap/scripts/Subscribe.test ---------------------------------------------------------------------- diff --git a/mpt/impl/imap-mailbox/core/src/main/resources/org/apache/james/imap/scripts/Subscribe.test b/mpt/impl/imap-mailbox/core/src/main/resources/org/apache/james/imap/scripts/Subscribe.test index 86e9e6e..9b8b9b8 100644 --- a/mpt/impl/imap-mailbox/core/src/main/resources/org/apache/james/imap/scripts/Subscribe.test +++ b/mpt/impl/imap-mailbox/core/src/main/resources/org/apache/james/imap/scripts/Subscribe.test @@ -74,6 +74,12 @@ S: \* LSUB \(\\Noselect\) \"\.\" \"subscribetest1\" } S: b01 OK LSUB completed. +C: b03 LSUB "" "subscribetest.%" +SUB { +S: \* LSUB \(\) \"\.\" \"subscribetest\.subfolder\" +} +S: b03 OK LSUB completed. + # Attempt to unsubscribe from a mailbox that isn't subscribed C: a10 UNSUBSCRIBE subscribetest1 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
