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/18 11:27:20 UTC

[GitHub] [james-project] chibenwa commented on pull request #1320: JAMES-3461 - Fix Mailbox/changes do not take isSubscribe changes into account

chibenwa commented on PR #1320:
URL: https://github.com/apache/james-project/pull/1320#issuecomment-1319877068

   `mpt/impl/imap-mailbox/core/src/main/resources/org/apache/james/imap/scripts/Subscribe.test`
   
   Adding:
   
   ```
   C: b05 SUBSCRIBE whatever
   S: b05 OK SUBSCRIBE completed.
   
   # LIST All subscribed
   C: b06 LSUB "" "*"
   SUB {
   S: \* LSUB \(\) \"\.\" \"whatever\"
   S: \* LSUB \(\) \"\.\" \"subscribetest\"
   S: \* LSUB \(\) \"\.\" \"subscribetest\.subfolder\"
   S: \* LSUB \(\) \"\.\" \"subscribetest1\.subfolder1\"
   }
   S: b06 OK LSUB completed.
   
   C: b08 UNSUBSCRIBE whatever
   S: b08 OK UNSUBSCRIBE completed.
   
   # LIST A subset of subscribed
   ```
   
   From line 54... For instance. :green_apple:  on master...


-- 
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