mirror of
https://github.com/nodemailer/wildduck.git
synced 2025-09-13 16:45:27 +08:00
v1.29.0
This commit is contained in:
parent
6fafcaa957
commit
78f77f1c64
5 changed files with 73 additions and 3 deletions
|
@ -11771,6 +11771,13 @@ define({ "api": [
|
|||
"field": "metaData",
|
||||
"description": "<p>Custom metadata object set for this user</p>"
|
||||
},
|
||||
{
|
||||
"group": "Success 200",
|
||||
"type": "Object",
|
||||
"optional": false,
|
||||
"field": "internalData",
|
||||
"description": "<p>Custom interna metadata object set for this user. Not available for user-role tokens</p>"
|
||||
},
|
||||
{
|
||||
"group": "Success 200",
|
||||
"type": "String[]",
|
||||
|
@ -12237,6 +12244,13 @@ define({ "api": [
|
|||
"field": "metaData",
|
||||
"description": "<p>If true, then includes <code>metaData</code> in the response</p>"
|
||||
},
|
||||
{
|
||||
"group": "Parameter",
|
||||
"type": "Boolean",
|
||||
"optional": true,
|
||||
"field": "internalData",
|
||||
"description": "<p>If true, then includes <code>internalData</code> in the response. Not shown for user-role tokens.</p>"
|
||||
},
|
||||
{
|
||||
"group": "Parameter",
|
||||
"type": "Number",
|
||||
|
@ -12399,6 +12413,13 @@ define({ "api": [
|
|||
"field": "results.metaData",
|
||||
"description": "<p>Custom metadata value. Included if <code>metaData</code> query argument was true</p>"
|
||||
},
|
||||
{
|
||||
"group": "Success 200",
|
||||
"type": "Object",
|
||||
"optional": true,
|
||||
"field": "results.internalData",
|
||||
"description": "<p>Custom metadata value for internal use. Included if <code>internalData</code> query argument was true and request was not made using user-role token</p>"
|
||||
},
|
||||
{
|
||||
"group": "Success 200",
|
||||
"type": "Number",
|
||||
|
@ -12623,6 +12644,13 @@ define({ "api": [
|
|||
"field": "metaData",
|
||||
"description": "<p>Optional metadata, must be an object or JSON formatted string of an object</p>"
|
||||
},
|
||||
{
|
||||
"group": "Parameter",
|
||||
"type": "Object|String",
|
||||
"optional": true,
|
||||
"field": "internalData",
|
||||
"description": "<p>Optional metadata for internal use, must be an object or JSON formatted string of an object. Not available for user-role tokens</p>"
|
||||
},
|
||||
{
|
||||
"group": "Parameter",
|
||||
"type": "String",
|
||||
|
@ -13148,6 +13176,13 @@ define({ "api": [
|
|||
"field": "metaData",
|
||||
"description": "<p>Optional metadata, must be an object or JSON formatted string of an object</p>"
|
||||
},
|
||||
{
|
||||
"group": "Parameter",
|
||||
"type": "Object|String",
|
||||
"optional": true,
|
||||
"field": "internalData",
|
||||
"description": "<p>Optional internal metadata, must be an object or JSON formatted string of an object. Not available for user-role tokens</p>"
|
||||
},
|
||||
{
|
||||
"group": "Parameter",
|
||||
"type": "String",
|
||||
|
|
|
@ -11771,6 +11771,13 @@
|
|||
"field": "metaData",
|
||||
"description": "<p>Custom metadata object set for this user</p>"
|
||||
},
|
||||
{
|
||||
"group": "Success 200",
|
||||
"type": "Object",
|
||||
"optional": false,
|
||||
"field": "internalData",
|
||||
"description": "<p>Custom interna metadata object set for this user. Not available for user-role tokens</p>"
|
||||
},
|
||||
{
|
||||
"group": "Success 200",
|
||||
"type": "String[]",
|
||||
|
@ -12237,6 +12244,13 @@
|
|||
"field": "metaData",
|
||||
"description": "<p>If true, then includes <code>metaData</code> in the response</p>"
|
||||
},
|
||||
{
|
||||
"group": "Parameter",
|
||||
"type": "Boolean",
|
||||
"optional": true,
|
||||
"field": "internalData",
|
||||
"description": "<p>If true, then includes <code>internalData</code> in the response. Not shown for user-role tokens.</p>"
|
||||
},
|
||||
{
|
||||
"group": "Parameter",
|
||||
"type": "Number",
|
||||
|
@ -12399,6 +12413,13 @@
|
|||
"field": "results.metaData",
|
||||
"description": "<p>Custom metadata value. Included if <code>metaData</code> query argument was true</p>"
|
||||
},
|
||||
{
|
||||
"group": "Success 200",
|
||||
"type": "Object",
|
||||
"optional": true,
|
||||
"field": "results.internalData",
|
||||
"description": "<p>Custom metadata value for internal use. Included if <code>internalData</code> query argument was true and request was not made using user-role token</p>"
|
||||
},
|
||||
{
|
||||
"group": "Success 200",
|
||||
"type": "Number",
|
||||
|
@ -12623,6 +12644,13 @@
|
|||
"field": "metaData",
|
||||
"description": "<p>Optional metadata, must be an object or JSON formatted string of an object</p>"
|
||||
},
|
||||
{
|
||||
"group": "Parameter",
|
||||
"type": "Object|String",
|
||||
"optional": true,
|
||||
"field": "internalData",
|
||||
"description": "<p>Optional metadata for internal use, must be an object or JSON formatted string of an object. Not available for user-role tokens</p>"
|
||||
},
|
||||
{
|
||||
"group": "Parameter",
|
||||
"type": "String",
|
||||
|
@ -13148,6 +13176,13 @@
|
|||
"field": "metaData",
|
||||
"description": "<p>Optional metadata, must be an object or JSON formatted string of an object</p>"
|
||||
},
|
||||
{
|
||||
"group": "Parameter",
|
||||
"type": "Object|String",
|
||||
"optional": true,
|
||||
"field": "internalData",
|
||||
"description": "<p>Optional internal metadata, must be an object or JSON formatted string of an object. Not available for user-role tokens</p>"
|
||||
},
|
||||
{
|
||||
"group": "Parameter",
|
||||
"type": "String",
|
||||
|
|
|
@ -9,7 +9,7 @@ define({
|
|||
"apidoc": "0.3.0",
|
||||
"generator": {
|
||||
"name": "apidoc",
|
||||
"time": "2020-09-10T07:07:14.809Z",
|
||||
"time": "2020-09-17T07:32:32.508Z",
|
||||
"url": "https://apidocjs.com",
|
||||
"version": "0.25.0"
|
||||
}
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
"apidoc": "0.3.0",
|
||||
"generator": {
|
||||
"name": "apidoc",
|
||||
"time": "2020-09-10T07:07:14.809Z",
|
||||
"time": "2020-09-17T07:32:32.508Z",
|
||||
"url": "https://apidocjs.com",
|
||||
"version": "0.25.0"
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "wildduck",
|
||||
"version": "1.28.1",
|
||||
"version": "1.29.0",
|
||||
"description": "IMAP/POP3 server built with Node.js and MongoDB",
|
||||
"main": "server.js",
|
||||
"scripts": {
|
||||
|
|
Loading…
Add table
Reference in a new issue