Updated Administrating wildduck via command line (markdown)

bunyevacz 2019-01-04 13:28:36 +01:00
parent b8184732b0
commit a5821fc9d3

@ -117,7 +117,7 @@ Function snippet to be saved in :~/.wildduck.commands`:
wduck-message-delete() {
URL=$1
echo "Delete(format: /users/USERID/mailboxes/MAILBOXID/messages/UID) message: $URL"
curl -i http://localhost:8080$URL
curl -i -XDELETE http://localhost:8080$URL
}
```
Use it like: