fixed typo

This commit is contained in:
Andris Reinman 2018-09-27 09:13:19 +03:00
parent d91ffafa90
commit fc9da62cb6
5 changed files with 21 additions and 21 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -1 +1 @@
define({ "name": "wildduck", "version": "1.0.0", "description": "WildDuck API docs", "title": "WildDuck API", "url": "https://api.wildduck.email", "sampleUrl": false, "defaultVersion": "0.0.0", "apidoc": "0.3.0", "generator": { "name": "apidoc", "time": "2018-09-21T08:23:08.842Z", "url": "http://apidocjs.com", "version": "0.17.6" } });
define({ "name": "wildduck", "version": "1.0.0", "description": "WildDuck API docs", "title": "WildDuck API", "url": "https://api.wildduck.email", "sampleUrl": false, "defaultVersion": "0.0.0", "apidoc": "0.3.0", "generator": { "name": "apidoc", "time": "2018-09-27T06:13:11.365Z", "url": "http://apidocjs.com", "version": "0.17.6" } });

View file

@ -1 +1 @@
{ "name": "wildduck", "version": "1.0.0", "description": "WildDuck API docs", "title": "WildDuck API", "url": "https://api.wildduck.email", "sampleUrl": false, "defaultVersion": "0.0.0", "apidoc": "0.3.0", "generator": { "name": "apidoc", "time": "2018-09-21T08:23:08.842Z", "url": "http://apidocjs.com", "version": "0.17.6" } }
{ "name": "wildduck", "version": "1.0.0", "description": "WildDuck API docs", "title": "WildDuck API", "url": "https://api.wildduck.email", "sampleUrl": false, "defaultVersion": "0.0.0", "apidoc": "0.3.0", "generator": { "name": "apidoc", "time": "2018-09-27T06:13:11.365Z", "url": "http://apidocjs.com", "version": "0.17.6" } }

View file

@ -202,13 +202,13 @@ module.exports = (db, server) => {
* @apiSuccess {String} query.to Partial match for the To:/Cc: headers (case insensitive)
* @apiSuccess {String} query.subject Partial match for the Subject: header (case insensitive)
* @apiSuccess {String} query.text Fulltext search against message text
* @apiSuccess {Bolean} query.ha Does a message have to have an attachment or not
* @apiSuccess {Boolean} query.ha Does a message have to have an attachment or not
* @apiSuccess {Number} query.size Message size in bytes. If the value is a positive number then message needs to be larger, if negative then message needs to be smaller than abs(size) value
* @apiSuccess {Object} action Action to take with a matching message
* @apiSuccess {Bolean} action.seen If true then mark matching messages as Seen
* @apiSuccess {Bolean} action.flag If true then mark matching messages as Flagged
* @apiSuccess {Bolean} action.delete If true then do not store matching messages
* @apiSuccess {Bolean} action.spam If true then store matching messags to Junk Mail folder
* @apiSuccess {Boolean} action.seen If true then mark matching messages as Seen
* @apiSuccess {Boolean} action.flag If true then mark matching messages as Flagged
* @apiSuccess {Boolean} action.delete If true then do not store matching messages
* @apiSuccess {Boolean} action.spam If true then store matching messags to Junk Mail folder
* @apiSuccess {String} action.mailbox Mailbox ID to store matching messages to
* @apiSuccess {String[]} action.targets A list of email addresses / HTTP URLs to forward the message to
* @apiSuccess {Boolean} disabled If true, then this filter is ignored
@ -467,16 +467,16 @@ module.exports = (db, server) => {
* @apiParam {String} [query.to] Partial match for the To:/Cc: headers (case insensitive)
* @apiParam {String} [query.subject] Partial match for the Subject: header (case insensitive)
* @apiParam {String} [query.text] Fulltext search against message text
* @apiParam {Bolean} [query.ha] Does a message have to have an attachment or not
* @apiParam {Boolean} [query.ha] Does a message have to have an attachment or not
* @apiParam {Number} [query.size] Message size in bytes. If the value is a positive number then message needs to be larger, if negative then message needs to be smaller than abs(size) value
* @apiParam {Object} action Action to take with a matching message
* @apiParam {Bolean} [action.seen] If true then mark matching messages as Seen
* @apiParam {Bolean} [action.flag] If true then mark matching messages as Flagged
* @apiParam {Bolean} [action.delete] If true then do not store matching messages
* @apiParam {Bolean} [action.spam] If true then store matching messags to Junk Mail folder
* @apiParam {Boolean} [action.seen] If true then mark matching messages as Seen
* @apiParam {Boolean} [action.flag] If true then mark matching messages as Flagged
* @apiParam {Boolean} [action.delete] If true then do not store matching messages
* @apiParam {Boolean} [action.spam] If true then store matching messags to Junk Mail folder
* @apiParam {String} [action.mailbox] Mailbox ID to store matching messages to
* @apiParam {String[]} [action.targets] An array of forwarding targets. The value could either be an email address or a relay url to next MX server ("smtp://mx2.zone.eu:25") or an URL where mail contents are POSTed to
* @apiParam {Bolean} [disabled] If true then this filter is ignored
* @apiParam {Boolean} [disabled] If true then this filter is ignored
*
* @apiSuccess {Boolean} success Indicates successful response
* @apiSuccess {String} id ID for the created Filter
@ -779,16 +779,16 @@ module.exports = (db, server) => {
* @apiParam {String} [query.to] Partial match for the To:/Cc: headers (case insensitive)
* @apiParam {String} [query.subject] Partial match for the Subject: header (case insensitive)
* @apiParam {String} [query.text] Fulltext search against message text
* @apiParam {Bolean} [query.ha] Does a message have to have an attachment or not
* @apiParam {Boolean} [query.ha] Does a message have to have an attachment or not
* @apiParam {Number} [query.size] Message size in bytes. If the value is a positive number then message needs to be larger, if negative then message needs to be smaller than abs(size) value
* @apiParam {Object} action Action to take with a matching message
* @apiParam {Bolean} [action.seen] If true then mark matching messages as Seen
* @apiParam {Bolean} [action.flag] If true then mark matching messages as Flagged
* @apiParam {Bolean} [action.delete] If true then do not store matching messages
* @apiParam {Bolean} [action.spam] If true then store matching messags to Junk Mail folder
* @apiParam {Boolean} [action.seen] If true then mark matching messages as Seen
* @apiParam {Boolean} [action.flag] If true then mark matching messages as Flagged
* @apiParam {Boolean} [action.delete] If true then do not store matching messages
* @apiParam {Boolean} [action.spam] If true then store matching messags to Junk Mail folder
* @apiParam {String} [action.mailbox] Mailbox ID to store matching messages to
* @apiParam {String[]} [action.targets] An array of forwarding targets. The value could either be an email address or a relay url to next MX server ("smtp://mx2.zone.eu:25") or an URL where mail contents are POSTed to
* @apiParam {Bolean} [disabled] If true then this filter is ignored
* @apiParam {Boolean} [disabled] If true then this filter is ignored
*
* @apiSuccess {Boolean} success Indicates successful response
* @apiSuccess {String} id ID for the created Filter