quantranhong1999 commented on code in PR #2817:
URL: https://github.com/apache/james-project/pull/2817#discussion_r2375304034


##########
docs/modules/servers/partials/operate/webadmin.adoc:
##########
@@ -1800,6 +1800,66 @@ the following `additionalInformation`:
 }
 ....
 
+=== Running a filtering rule on a mailbox
+
+....
+curl -XPOST 
http://ip:port/users/{usernameToBeUsed}/mailboxes/{mailboxName}/messages \
+-d '{
+  "id": "1",
+  "name": "rule 1",
+  "action": {
+    "appendIn": {
+      "mailboxIds": ["23"]
+    }
+  },

Review Comment:
   Likely we need to implement the "moveTo" action which relies on 
`mailboxName` to ease usage.
   
   cf ticket description `Action 'moveTo' based on a mailbox name (needed to 
trun mass treatment on several users as we cannot hard code mailboxid)`
   
   IMO this can be a part of the cluster-wide PR (that runs on mailboxes of 
users, for which we can not use hardcoded mailboxId).



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to