mirror of
https://github.com/nodemailer/wildduck.git
synced 2025-01-01 05:06:44 +08:00
fix docs
This commit is contained in:
parent
01886053e0
commit
06f269668e
1 changed files with 2 additions and 2 deletions
|
@ -2069,7 +2069,7 @@ module.exports = (db, server, messageHandler) => {
|
|||
*
|
||||
* @apiError error Description of the error
|
||||
*
|
||||
* @apiExample {curl} Delete a Message:
|
||||
* @apiExample {curl} Upload a Message:
|
||||
* curl -i -XPOST "http://localhost:8080/users/5a2f9ca57308fc3a6f5f811d/mailboxes/5a2f9ca57308fc3a6f5f811e/messages" \
|
||||
* -H 'Content-type: message/rfc822' \
|
||||
* -d 'From: sender@example.com
|
||||
|
@ -2296,7 +2296,7 @@ module.exports = (db, server, messageHandler) => {
|
|||
*
|
||||
* @apiError error Description of the error
|
||||
*
|
||||
* @apiExample {curl} Delete a Message:
|
||||
* @apiExample {curl} Forward a Message:
|
||||
* curl -i -XPOST "http://localhost:8080/users/59fc66a03e54454869460e45/mailboxes/59fc66a13e54454869460e57/messages/1/forward" \
|
||||
* -H 'Content-type: application/json' \
|
||||
* -d '{
|
||||
|
|
Loading…
Reference in a new issue