chibenwa commented on code in PR #2817: URL: https://github.com/apache/james-project/pull/2817#discussion_r2376066035
########## 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. Yes but as a follow up PR please. -- 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]
