mirror of
https://github.com/nodemailer/wildduck.git
synced 2024-12-27 02:10:52 +08:00
Updated Administrating wildduck via command line (markdown)
parent
b8184732b0
commit
a5821fc9d3
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue