You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@james.apache.org by GitBox <gi...@apache.org> on 2022/11/24 01:47:26 UTC

[GitHub] [james-project] chibenwa commented on a diff in pull request #1329: [WIP] JAMES-3754 - IMAP support List command extension RFC-5258

chibenwa commented on code in PR #1329:
URL: https://github.com/apache/james-project/pull/1329#discussion_r1030987755


##########
mpt/impl/imap-mailbox/core/src/main/resources/org/apache/james/imap/scripts/ListMailboxes.test:
##########
@@ -26,6 +26,15 @@ S: 12 OK \[MAILBOXID \(.+\)\] CREATE completed.
 C: 13 CREATE listtest1.subfolder1
 S: 13 OK \[MAILBOXID \(.+\)\] CREATE completed.
 
+# List select option: SUBSCRIBE
+C: a02 SUBSCRIBE listtest
+S: a02 OK SUBSCRIBE completed.
+C: A01 LIST (SUBSCRIBED) "" "*"
+SUB {
+S: \* LIST \(\\HasChildren \\Subscribed\) \"\.\" "listtest"
+}
+S: A01 OK LIST completed.
+

Review Comment:
   Please have a dedicates `ListSubscribed.test` that duplicated `Lsub.test`.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org
For additional commands, e-mail: notifications-help@james.apache.org