diff --git a/config/roles.json b/config/roles.json index 6473414d..79207de0 100644 --- a/config/roles.json +++ b/config/roles.json @@ -39,11 +39,32 @@ "delete:any": ["*"] }, + "autoreplies": { + "create:any": ["*"], + "read:any": ["*"], + "update:any": ["*"], + "delete:any": ["*"] + }, + + "filters": { + "create:any": ["*"], + "read:any": ["*"], + "update:any": ["*"], + "delete:any": ["*"] + }, + "dkim": { "create:any": ["*"], "read:any": ["*"], "update:any": ["*"], "delete:any": ["*"] + }, + + "domainaliases": { + "create:any": ["*"], + "read:any": ["*"], + "update:any": ["*"], + "delete:any": ["*"] } }, @@ -82,6 +103,20 @@ "read:own": ["*"], "update:own": ["*"], "delete:own": ["*"] + }, + + "autoreplies": { + "create:own": ["*"], + "read:own": ["*"], + "update:own": ["*"], + "delete:own": ["*"] + }, + + "filters": { + "create:own": ["*"], + "read:own": ["*"], + "update:own": ["*"], + "delete:own": ["*"] } }, diff --git a/docs/api_data.js b/docs/api_data.js index 42fdb8ad..a58a512c 100644 --- a/docs/api_data.js +++ b/docs/api_data.js @@ -1 +1 @@ -define({ "api": [ { "type": "delete", "url": "/addresses/forwarded/:address", "title": "Delete a forwarded Address", "name": "DeleteForwardedAddress", "group": "Addresses", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "
Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "address", "description": "ID of the Address
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"This address does not exist\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i -XDELETE http://localhost:8080/addresses/forwarded/59ef21aef255ed1d9d790e81", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/addresses.js", "groupTitle": "Addresses" }, { "type": "delete", "url": "/users/:user/addresses/:address", "title": "Delete an Address", "name": "DeleteUserAddress", "group": "Addresses", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "ID of the User
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "address", "description": "ID of the Address
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"Trying to delete main address. Set a new main address first\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i -XDELETE http://localhost:8080/users/59ef21aef255ed1d9d790e7a/addresses/59ef21aef255ed1d9d790e81", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/addresses.js", "groupTitle": "Addresses" }, { "type": "get", "url": "/addresses/resolve/:address", "title": "Get Address info", "name": "GetAddressInfo", "group": "Addresses", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "address", "description": "ID of the Address or e-mail address string
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "id", "description": "ID of the Address
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "address", "description": "E-mail address string
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "name", "description": "Identity name
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "user", "description": "ID of the user if the address belongs to an User
" }, { "group": "Success 200", "type": "String[]", "optional": false, "field": "targets", "description": "List of forwarding targets if this is a Forwarded address
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "limits", "description": "Account limits and usage for Forwarded address
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "limits.forwards", "description": "Forwarding quota
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "limits.forwards.allowed", "description": "How many messages per 24 hour can be forwarded
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "limits.forwards.used", "description": "How many messages are forwarded during current 24 hour period
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "limits.forwards.ttl", "description": "Time until the end of current 24 hour period
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "autoreply", "description": "Autoreply information
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "autoreply.status", "description": "If true, then autoreply is enabled for this address
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "autoreply.name", "description": "Name that is used for the From: header in autoreply message
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "autoreply.subject", "description": "Autoreply subject line
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "autoreply.text", "description": "Autoreply plaintext content
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "autoreply.html", "description": "Autoreply HTML content
" }, { "group": "Success 200", "type": "String[]", "optional": false, "field": "tags", "description": "List of tags associated with the Address
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "created", "description": "Datestring of the time the address was created
" } ] }, "examples": [ { "title": "User-Address:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"id\": \"59ef21aef255ed1d9d790e81\",\n \"address\": \"user@example.com\",\n \"user\": \"59ef21aef255ed1d9d771bb\"\n \"created\": \"2017-10-24T11:19:10.911Z\"\n}", "type": "json" }, { "title": "Forwarded-Address:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"id\": \"59ef21aef255ed1d9d790e81\",\n \"address\": \"user@example.com\",\n \"targets\": [\n \"my.other.address@example.com\"\n ],\n \"limits\": {\n \"forwards\": {\n \"allowed\": 2000,\n \"used\": 0,\n \"ttl\": false\n }\n },\n \"autoreply\": {\n \"status\": false\n },\n \"created\": \"2017-10-24T11:19:10.911Z\"\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"This address does not exist\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i http://localhost:8080/addresses/resolve/k%C3%A4ru%40j%C3%B5geva.ee", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/addresses.js", "groupTitle": "Addresses" }, { "type": "get", "url": "/addresses", "title": "List registered Addresses", "name": "GetAddresses", "group": "Addresses", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": true, "field": "query", "description": "Partial match of an address
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "tags", "description": "Comma separated list of tags. The Address must have at least one to be set
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "requiredTags", "description": "Comma separated list of tags. The Address must have all listed tags to be set
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "limit", "defaultValue": "20", "description": "How many records to return
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "page", "defaultValue": "1", "description": "Current page number. Informational only, page numbers start from 1
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "next", "description": "Cursor value for next page, retrieved from nextCursor
response value
Cursor value for previous page, retrieved from previousCursor
response value
Indicates successful response
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "total", "description": "How many results were found
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "page", "description": "Current page number. Derived from page
query argument
Either a cursor string or false if there are not any previous results
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "nextCursor", "description": "Either a cursor string or false if there are not any next results
" }, { "group": "Success 200", "type": "Object[]", "optional": false, "field": "results", "description": "Address listing
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.id", "description": "ID of the Address
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.name", "description": "Identity name
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.address", "description": "E-mail address string
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.user", "description": "User ID this address belongs to if this is an User address
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "results.forwarded", "description": "If true then it is a forwarded address
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"total\": 1,\n \"page\": 1,\n \"previousCursor\": false,\n \"nextCursor\": false,\n \"results\": [\n {\n \"id\": \"59ef21aef255ed1d9d790e81\",\n \"address\": \"user@example.com\",\n \"user\": \"59ef21aef255ed1d9d790e7a\"\n },\n {\n \"id\": \"59ef21aef255ed1d9d790e81\",\n \"address\": \"user@example.com\",\n \"forwarded\": true\n }\n ]\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"Database error\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i http://localhost:8080/addresses", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/addresses.js", "groupTitle": "Addresses" }, { "type": "get", "url": "/addresses/forwarded/:address", "title": "Request forwarded Addresses information", "name": "GetForwardedAddress", "group": "Addresses", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "address", "description": "ID of the Address
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "id", "description": "ID of the Address
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "address", "description": "E-mail address string
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "name", "description": "Identity name
" }, { "group": "Success 200", "type": "String[]", "optional": false, "field": "targets", "description": "List of forwarding targets
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "limits", "description": "Account limits and usage
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "limits.forwards", "description": "Forwarding quota
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "limits.forwards.allowed", "description": "How many messages per 24 hour can be forwarded
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "limits.forwards.used", "description": "How many messages are forwarded during current 24 hour period
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "limits.forwards.ttl", "description": "Time until the end of current 24 hour period
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "autoreply", "description": "Autoreply information
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "autoreply.status", "description": "If true, then autoreply is enabled for this address
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "autoreply.name", "description": "Name that is used for the From: header in autoreply message
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "autoreply.subject", "description": "Autoreply subject line
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "autoreply.text", "description": "Autoreply plaintext content
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "autoreply.html", "description": "Autoreply HTML content
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "created", "description": "Datestring of the time the address was created
" }, { "group": "Success 200", "type": "String[]", "optional": false, "field": "results.tags", "description": "List of tags associated with the Address
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"id\": \"59ef21aef255ed1d9d790e81\",\n \"address\": \"user@example.com\",\n \"targets\": [\n \"my.other.address@example.com\"\n ],\n \"limits\": {\n \"forwards\": {\n \"allowed\": 2000,\n \"used\": 0,\n \"ttl\": false\n }\n },\n \"created\": \"2017-10-24T11:19:10.911Z\"\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"This address does not exist\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i http://localhost:8080/addresses/forwarded/59ef21aef255ed1d9d790e81", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/addresses.js", "groupTitle": "Addresses" }, { "type": "get", "url": "/users/:user/addresses/:address", "title": "Request Addresses information", "name": "GetUserAddress", "group": "Addresses", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "ID of the User
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "address", "description": "ID of the Address
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "id", "description": "ID of the Address
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "name", "description": "Identity name
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "address", "description": "E-mail address string
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "main", "description": "Indicates if this is the default address for the User
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "created", "description": "Datestring of the time the address was created
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"id\": \"59ef21aef255ed1d9d790e81\",\n \"address\": \"user@example.com\",\n \"main\": true,\n \"created\": \"2017-10-24T11:19:10.911Z\"\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"This user does not exist\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i http://localhost:8080/users/59ef21aef255ed1d9d790e7a/addresses/59ef21aef255ed1d9d790e81", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/addresses.js", "groupTitle": "Addresses" }, { "type": "get", "url": "/users/:user/addresses", "title": "List registered Addresses for an User", "name": "GetUserAddresses", "group": "Addresses", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "ID of the User
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "Object[]", "optional": false, "field": "results", "description": "Address listing
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.id", "description": "ID of the Address
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.name", "description": "Identity name
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.address", "description": "E-mail address string
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "results.main", "description": "Indicates if this is the default address for the User
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.created", "description": "Datestring of the time the address was created
" }, { "group": "Success 200", "type": "String[]", "optional": false, "field": "results.tags", "description": "List of tags associated with the Address
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"total\": 1,\n \"page\": 1,\n \"previousCursor\": false,\n \"nextCursor\": false,\n \"results\": [\n {\n \"id\": \"59ef21aef255ed1d9d790e81\",\n \"address\": \"user@example.com\",\n \"main\": true,\n \"created\": \"2017-10-24T11:19:10.911Z\"\n }\n ]\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"This user does not exist\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i http://localhost:8080/users/59ef21aef255ed1d9d790e7a/addresses", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/addresses.js", "groupTitle": "Addresses" }, { "type": "post", "url": "/addresses/forwarded", "title": "Create new forwarded Address", "name": "PostForwardedAddress", "group": "Addresses", "description": "Add a new forwarded email address. Addresses can contain unicode characters. Dots in usernames are normalized so no need to create both "firstlast@example.com" and "first.last@example.com"
Special addresses *@example.com
and username@*
catches all emails to these domains or users without a registered destination (requires allowWildcard
argument)
Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "address", "description": "E-mail Address
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "name", "description": "Identity name
" }, { "group": "Parameter", "type": "String[]", "optional": true, "field": "targets", "description": "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
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "forwards", "description": "Daily allowed forwarding count for this address
" }, { "group": "Parameter", "type": "Boolean", "optional": true, "field": "allowWildcard", "defaultValue": "false", "description": "If true
then address value can be in the form of *@example.com
, otherwise using * is not allowed
A list of tags associated with this address
" }, { "group": "Parameter", "type": "Object", "optional": true, "field": "autoreply", "description": "Autoreply information
" }, { "group": "Parameter", "type": "Boolean", "optional": true, "field": "autoreply.status", "description": "If true, then autoreply is enabled for this address
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "autoreply.start", "description": "Either a date string or boolean false to disable start time checks
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "autoreply.end", "description": "Either a date string or boolean false to disable end time checks
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "autoreply.name", "description": "Name that is used for the From: header in autoreply message
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "autoreply.subject", "description": "Autoreply subject line
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "autoreply.text", "description": "Autoreply plaintext content
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "autoreply.html", "description": "Autoreply HTML content
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "id", "description": "ID of the Address
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"id\": \"59ef21aef255ed1d9d790e81\"\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"This email address already exists\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i -XPOST http://localhost:8080/addresses/forwarded \\\n-H 'Content-type: application/json' \\\n-d '{\n \"address\": \"my.new.address@example.com\",\n \"targets\": [\n \"my.old.address@example.com\",\n \"smtp://mx2.zone.eu:25\"\n ],\n \"forwards\": 500\n}'", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/addresses.js", "groupTitle": "Addresses" }, { "type": "post", "url": "/users/:user/addresses", "title": "Create new Address", "name": "PostUserAddress", "group": "Addresses", "description": "Add a new email address for an User. Addresses can contain unicode characters. Dots in usernames are normalized so no need to create both "firstlast@example.com" and "first.last@example.com"
Special addresses *@example.com
and username@*
catches all emails to these domains or users without a registered destination (requires allowWildcard
argument)
Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "ID of the User
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "address", "description": "E-mail Address
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "name", "description": "Identity name
" }, { "group": "Parameter", "type": "String[]", "optional": true, "field": "tags", "description": "A list of tags associated with this address
" }, { "group": "Parameter", "type": "Boolean", "optional": true, "field": "main", "defaultValue": "false", "description": "Indicates if this is the default address for the User
" }, { "group": "Parameter", "type": "Boolean", "optional": true, "field": "allowWildcard", "defaultValue": "false", "description": "If true
then address value can be in the form of *@example.com
, otherwise using * is not allowed
Indicates successful response
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "id", "description": "ID of the Address
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"id\": \"59ef21aef255ed1d9d790e81\"\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"This user does not exist\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i -XPOST http://localhost:8080/users/59fc66a03e54454869460e45/addresses \\\n-H 'Content-type: application/json' \\\n-d '{\n \"address\": \"my.new.address@example.com\"\n}'", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/addresses.js", "groupTitle": "Addresses" }, { "type": "put", "url": "/addresses/forwarded/:address", "title": "Update forwarded Address information", "name": "PutForwardedAddress", "group": "Addresses", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "id", "description": "ID of the Address
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "address", "description": "New address. Only affects normal addresses, special addresses that include * can not be changed
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "name", "description": "Identity name
" }, { "group": "Parameter", "type": "String[]", "optional": true, "field": "targets", "description": "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. If set then overwrites previous targets array
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "forwards", "description": "Daily allowed forwarding count for this address
" }, { "group": "Parameter", "type": "String[]", "optional": true, "field": "tags", "description": "A list of tags associated with this address
" }, { "group": "Parameter", "type": "Object", "optional": true, "field": "autoreply", "description": "Autoreply information
" }, { "group": "Parameter", "type": "Boolean", "optional": true, "field": "autoreply.status", "description": "If true, then autoreply is enabled for this address
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "autoreply.start", "description": "Either a date string or boolean false to disable start time checks
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "autoreply.end", "description": "Either a date string or boolean false to disable end time checks
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "autoreply.name", "description": "Name that is used for the From: header in autoreply message
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "autoreply.subject", "description": "Autoreply subject line
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "autoreply.text", "description": "Autoreply plaintext content
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "autoreply.html", "description": "Autoreply HTML content
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"This address does not exist\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i -XPUT http://localhost:8080/addresses/forwarded/5a1d4541153888cdcd62a71b \\\n-H 'Content-type: application/json' \\\n-d '{\n \"targets\": [\n \"some.other.address@example.com\"\n ]\n}'", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/addresses.js", "groupTitle": "Addresses" }, { "type": "put", "url": "/addresses/renameDomain", "title": "Rename domain in addresses", "name": "PutRenameDomain", "group": "Addresses", "description": "Renames domain names for addresses, DKIM keys and Domain Aliases
", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "oldDomain", "description": "Old Domain Name
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "newDomain", "description": "New Domain Name
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"Failed to rename domain\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i -XPUT http://localhost:8080/addresses/renameDomain \\\n-H 'Content-type: application/json' \\\n-d '{\n \"oldDomain\": \"example.com\",\n \"newDomain\": \"blurdybloop.com\"\n}'", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/addresses.js", "groupTitle": "Addresses" }, { "type": "put", "url": "/users/:user/addresses/:address", "title": "Update Address information", "name": "PutUserAddress", "group": "Addresses", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "ID of the User
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "id", "description": "ID of the Address
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "name", "description": "Identity name
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "address", "description": "New address if you want to rename existing address. Only affects normal addresses, special addresses that include * can not be changed
" }, { "group": "Parameter", "type": "Boolean", "optional": false, "field": "main", "description": "Indicates if this is the default address for the User
" }, { "group": "Parameter", "type": "String[]", "optional": true, "field": "tags", "description": "A list of tags associated with this address
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"This user does not exist\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i -XPUT http://localhost:8080/users/59fc66a03e54454869460e45/addresses/5a1d4541153888cdcd62a71b \\\n-H 'Content-type: application/json' \\\n-d '{\n \"main\": true\n}'", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/addresses.js", "groupTitle": "Addresses" }, { "type": "delete", "url": "/users/:user/asps/:asp", "title": "Delete an Application Password", "name": "DeleteASP", "group": "ApplicationPasswords", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "ID of the User
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "asp", "description": "ID of the Application Password
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"Database error\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i -XDELETE \"http://localhost:8080/users/59fc66a03e54454869460e45/asps/5a1d6dd776e56b6d97e5dd48\"", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/asps.js", "groupTitle": "ApplicationPasswords" }, { "type": "get", "url": "/users/:user/asps/:asp", "title": "Request ASP information", "name": "GetASP", "group": "ApplicationPasswords", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "ID of the User
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "asp", "description": "ID of the Application Specific Password
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "id", "description": "ID of the Application Password
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "description", "description": "Description
" }, { "group": "Success 200", "type": "String[]", "optional": false, "field": "scopes", "description": "Allowed scopes for the Application Password
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "lastUse", "description": "Information about last use
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "lastUse.time", "description": "Datestring of last use or false if password has not been used
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "lastUse.event", "description": "Event ID of the security log for the last authentication
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "created", "description": "Datestring
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"id\": \"5a1d6dd776e56b6d97e5dd48\",\n \"description\": \"Thunderbird\",\n \"scopes\": [\n \"imap\",\n \"smtp\"\n ],\n \"lastUse\": {\n \"time\": \"2018-06-21T16:51:53.807Z\",\n \"event\": \"5b2bd7a9d0ba2509deb88f40\"\n },\n \"created\": \"2017-11-28T14:08:23.520Z\"\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"Database error\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i \"http://localhost:8080/users/59fc66a03e54454869460e45/asps/5a1d6dd776e56b6d97e5dd48\"", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/asps.js", "groupTitle": "ApplicationPasswords" }, { "type": "get", "url": "/users/:user/asps", "title": "List Application Passwords", "name": "GetASPs", "group": "ApplicationPasswords", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "ID of the User
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "Object[]", "optional": false, "field": "results", "description": "Event listing
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.id", "description": "ID of the Application Password
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.description", "description": "Description
" }, { "group": "Success 200", "type": "String[]", "optional": false, "field": "results.scopes", "description": "Allowed scopes for the Application Password
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "results.lastUse", "description": "Information about last use
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.lastUse.time", "description": "Datestring of last use or false if password has not been used
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.lastUse.event", "description": "Event ID of the security log for the last authentication
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.created", "description": "Datestring
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"results\": [\n {\n \"id\": \"5a1d6dd776e56b6d97e5dd48\",\n \"description\": \"Thunderbird\",\n \"scopes\": [\n \"imap\",\n \"smtp\"\n ],\n \"lastUse\": {\n \"time\": \"2018-06-21T16:51:53.807Z\",\n \"event\": \"5b2bd7a9d0ba2509deb88f40\"\n },\n \"created\": \"2017-11-28T14:08:23.520Z\"\n }\n ]\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"Database error\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i \"http://localhost:8080/users/59fc66a03e54454869460e45/asps\"", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/asps.js", "groupTitle": "ApplicationPasswords" }, { "type": "post", "url": "/users/:user/asps", "title": "Create new Application Password", "name": "PostASP", "group": "ApplicationPasswords", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "ID of the User
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "description", "description": "Description
" }, { "group": "Parameter", "type": "String[]", "optional": false, "field": "scopes", "description": "List of scopes this Password applies to. Special scope "*" indicates that this password can be used for any scope except "master"
" }, { "group": "Parameter", "type": "Boolean", "optional": true, "field": "generateMobileconfig", "description": "If true then result contains a mobileconfig formatted file with account config
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "address", "description": "E-mail address to be used as the account address in mobileconfig file. Must be one of the listed identity addresses of the user. Defaults to the main address of the user
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "sess", "description": "Session identifier for the logs
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "ip", "description": "IP address for the logs
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "id", "description": "ID of the Application Password
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "password", "description": "Application Specific Password. Generated password is whitespace agnostic, so it could be displayed to the client as "abcd efgh ijkl mnop" instead of "abcdefghijklmnop"
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "mobileconfig", "description": "Base64 encoded mobileconfig file. Generated profile file should be sent to the client with Content-Type
value of application/x-apple-aspen-config
.
Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"Database error\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i -XPOST http://localhost:8080/users/59fc66a03e54454869460e45/asps \\\n-H 'Content-type: application/json' \\\n-d '{\n \"description\": \"Thunderbird\",\n \"scopes\": [\"imap\", \"smtp\"],\n \"generateMobileconfig\": true\n}'", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/asps.js", "groupTitle": "ApplicationPasswords" }, { "type": "get", "url": "/users/:user/archived/:message/attachments/:attachment", "title": "Download Archived Attachment", "name": "GetArchivedAttachment", "group": "Archive", "description": "This method returns attachment file contents in binary form
", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "ID of the User
" }, { "group": "Parameter", "type": "Number", "optional": false, "field": "message", "description": "ID of the Archived Message
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "attachment", "description": "ID of the Attachment
" } ] } }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"This attachment does not exist\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i \"http://localhost:8080/users/59fc66a03e54454869460e45/archived/59fc66a13e54454869460e58/attachments/ATT00003\"", "type": "curl" } ], "success": { "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\nContent-Type: image/png\n\n<89>PNG...", "type": "text" } ] }, "version": "0.0.0", "filename": "lib/api/messages.js", "groupTitle": "Archive" }, { "type": "get", "url": "/users/:user/archived/:message", "title": "Request Archived Message", "name": "GetArchivedMessage", "group": "Archive", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "ID of the User
" }, { "group": "Parameter", "type": "Number", "optional": false, "field": "message", "description": "ID of the Message
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "id", "description": "ID of the Message
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "mailbox", "description": "ID of the Mailbox the messages was deleted from
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "user", "description": "ID of the User
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "from", "description": "From: header info
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "from.name", "description": "Name of the sender
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "from.address", "description": "Address of the sender
" }, { "group": "Success 200", "type": "Object[]", "optional": false, "field": "to", "description": "To: header info
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "to.name", "description": "Name of the recipient
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "to.address", "description": "Address of the recipient
" }, { "group": "Success 200", "type": "Object[]", "optional": false, "field": "cc", "description": "Cc: header info
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "cc.name", "description": "Name of the recipient
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "cc.address", "description": "Address of the recipient
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "subject", "description": "Message subject
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "messageId", "description": "Message-ID header
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "date", "description": "Datestring of message header
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "list", "description": "If set then this message is from a mailing list
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "list.id", "description": "Value from List-ID header
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "list.unsubscribe", "description": "Value from List-Unsubscribe header
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "expires", "description": "Datestring, if set then indicates the time after this message is automatically deleted
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "seen", "description": "Does this message have a \\Seen flag
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "deleted", "description": "Does this message have a \\Deleted flag
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "flagged", "description": "Does this message have a \\Flagged flag
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "draft", "description": "Does this message have a \\Draft flag
" }, { "group": "Success 200", "type": "String[]", "optional": false, "field": "html", "description": "An array of HTML string. Every array element is from a separate mime node, usually you would just join these to a single string
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "text", "description": "Plaintext content of the message
" }, { "group": "Success 200", "type": "Object[]", "optional": false, "field": "attachments", "description": "List of attachments for this message
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "attachments.id", "description": "Attachment ID
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "attachments.filename", "description": "Filename of the attachment
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "attachments.contentType", "description": "MIME type
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "attachments.disposition", "description": "Attachment disposition
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "attachments.transferEncoding", "description": "Which transfer encoding was used (actual content when fetching attachments is not encoded)
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "attachments.related", "description": "Was this attachment found from a multipart/related node. This usually means that this is an embedded image
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "attachments.sizeKb", "description": "Approximate size of the attachment in kilobytes
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "contentType", "description": "Parsed Content-Type header. Usually needed to identify encrypted messages and such
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "contentType.value", "description": "MIME type of the message, eg. "multipart/mixed"
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "contentType.params", "description": "An object with Content-Type params as key-value pairs
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"id\": \"59fc66a13e54454869460e58\",\n \"mailbox\": \"59fc66a03e54454869460e46\",\n \"user\": \"59fc66a03e54454869460e45\",\n \"from\": {\n \"address\": \"rfinnie@domain.dom\",\n \"name\": \"Ryan Finnie\"\n },\n \"to\": [\n {\n \"address\": \"bob@domain.dom\",\n \"name\": \"\"\n }\n ],\n \"subject\": \"Ryan Finnie's MIME Torture Test v1.0\",\n \"messageId\": \"<1066976914.4721.5.camel@localhost>\",\n \"date\": \"2003-10-24T06:28:34.000Z\",\n \"seen\": true,\n \"deleted\": false,\n \"flagged\": true,\n \"draft\": false,\n \"html\": [\n \"Welcome to Ryan Finnie's MIME torture test.
\",\n \"While a message/rfc822 part inside another message/rfc822 part in a
message isn't too strange, 200 iterations of that would be.
Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"Database error\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i \"http://localhost:8080/users/59fc66a03e54454869460e45/archived/59fc66a13e54454869460e58\"", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/messages.js", "groupTitle": "Archive" }, { "type": "get", "url": "/users/:user/archived", "title": "List archived messages", "name": "GetArchivedMessages", "group": "Archive", "description": "Archive contains all recently deleted messages besides Drafts etc.
", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "ID of the User
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "limit", "defaultValue": "20", "description": "How many records to return
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "page", "defaultValue": "1", "description": "Current page number. Informational only, page numbers start from 1
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "order", "defaultValue": "desc", "description": "Ordering of the records by insert date
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "next", "description": "Cursor value for next page, retrieved from nextCursor
response value
Cursor value for previous page, retrieved from previousCursor
response value
Indicates successful response
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "total", "description": "How many results were found
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "page", "description": "Current page number. Derived from page
query argument
Either a cursor string or false if there are not any previous results
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "nextCursor", "description": "Either a cursor string or false if there are not any next results
" }, { "group": "Success 200", "type": "Object[]", "optional": false, "field": "results", "description": "Message listing
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.id", "description": "ID of the Message (24 byte hex)
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.mailbox", "description": "ID of the Mailbox
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.thread", "description": "ID of the Thread
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "results.from", "description": "Sender info
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.from.name", "description": "Name of the sender
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.from.address", "description": "Address of the sender
" }, { "group": "Success 200", "type": "Object[]", "optional": false, "field": "results.to", "description": "Recipients in To: field
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.to.name", "description": "Name of the recipient
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.to.address", "description": "Address of the recipient
" }, { "group": "Success 200", "type": "Object[]", "optional": false, "field": "results.cc", "description": "Recipients in Cc: field
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.cc.name", "description": "Name of the recipient
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.cc.address", "description": "Address of the recipient
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.subject", "description": "Message subject
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.date", "description": "Datestring
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.intro", "description": "First 128 bytes of the message
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "results.attachments", "description": "Does the message have attachments
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "results.seen", "description": "Is this message alread seen or not
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "results.deleted", "description": "Does this message have a \\Deleted flag (should not have as messages are automatically deleted once this flag is set)
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "results.flagged", "description": "Does this message have a \\Flagged flag
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "results.contentType", "description": "Parsed Content-Type header. Usually needed to identify encrypted messages and such
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.contentType.value", "description": "MIME type of the message, eg. "multipart/mixed"
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "results.contentType.params", "description": "An object with Content-Type params as key-value pairs
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"total\": 1,\n \"page\": 1,\n \"previousCursor\": false,\n \"nextCursor\": false,\n \"results\": [\n {\n \"id\": \"59fc66a13e54454869460e58\",\n \"mailbox\": \"59fc66a03e54454869460e46\",\n \"thread\": \"59fc66a13e54454869460e50\",\n \"from\": {\n \"address\": \"rfinnie@domain.dom\",\n \"name\": \"Ryan Finnie\"\n },\n \"subject\": \"Ryan Finnie's MIME Torture Test v1.0\",\n \"date\": \"2003-10-24T06:28:34.000Z\",\n \"intro\": \"Welcome to Ryan Finnie's MIME torture test. This message was designed to introduce a couple of the newer features of MIME-aware…\",\n \"attachments\": true,\n \"seen\": true,\n \"deleted\": false,\n \"flagged\": true,\n \"draft\": false,\n \"url\": \"/users/59fc66a03e54454869460e45/mailboxes/59fc66a03e54454869460e46/messages/1\",\n \"contentType\": {\n \"value\": \"multipart/mixed\",\n \"params\": {\n \"boundary\": \"=-qYxqvD9rbH0PNeExagh1\"\n }\n }\n }\n ]\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"Database error\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i \"http://localhost:8080/users/59fc66a03e54454869460e45/archived\"", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/messages.js", "groupTitle": "Archive" }, { "type": "post", "url": "/users/:user/archived/:message/restore", "title": "Restore archived Message", "name": "RestoreMessage", "group": "Archive", "description": "Restores an archived message by moving it back to the mailbox it was deleted from or to provided target mailbox. If target mailbox does not exist, then the message is moved to INBOX.
", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "ID of the User
" }, { "group": "Parameter", "type": "Number", "optional": false, "field": "message", "description": "Message ID
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "mailbox", "description": "ID of the target Mailbox. If not set then original mailbox is used.
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "mailbox", "description": "Maibox ID the message was moved to
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "id", "description": "New ID for the Message
" } ] }, "examples": [ { "title": "Restore Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"mailbox\": \"59fc66a13e54454869460e57\",\n \"id\": 4\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"Database error\"\n}", "type": "json" } ] }, "examples": [ { "title": "Restore a Message:", "content": "curl -i -XPOST \"http://localhost:8080/users/59fc66a03e54454869460e45/archived/59fc66a13e54454869460e58/restore\" \\\n-H 'Content-type: application/json' \\\n-d '{}'", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/messages.js", "groupTitle": "Archive" }, { "type": "post", "url": "/users/:user/restore", "title": "Restore archived messages", "name": "RestoreMessages", "group": "Archive", "description": "Initiates a restore task to move archived messages of a date range back to the mailboxes the messages were deleted from. If target mailbox does not exist, then the messages are moved to INBOX.
", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "ID of the User
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "start", "description": "Datestring
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "end", "description": "Datestring
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" } ] }, "examples": [ { "title": "Restore Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"Database error\"\n}", "type": "json" } ] }, "examples": [ { "title": "Restore a Message:", "content": "curl -i -XPOST \"http://localhost:8080/users/59fc66a03e54454869460e45/restore\" \\\n-H 'Content-type: application/json' \\\n-d '{\n \"start\": \"2018-10-01T00:00:00.000Z\",\n \"end\": \"2018-10-08T23:59:59.999Z\"\n}'", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/messages.js", "groupTitle": "Archive" }, { "type": "get", "url": "/users/:user/authlog", "title": "List authentication Events", "name": "GetAuthlog", "group": "Authentication", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "ID of the User
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "action", "description": "Limit listing only to values with specific action value
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "sess", "description": "Limit listing only to values with specific session identifier
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "ip", "description": "Limit listing only to values with specific IP address
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "limit", "defaultValue": "20", "description": "How many records to return
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "page", "defaultValue": "1", "description": "Current page number. Informational only, page numbers start from 1
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "next", "description": "Cursor value for next page, retrieved from nextCursor
response value
Cursor value for previous page, retrieved from previousCursor
response value
Indicates successful response
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "total", "description": "How many results were found
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "page", "description": "Current page number. Derived from page
query argument
Either a cursor string or false if there are not any previous results
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "nextCursor", "description": "Either a cursor string or false if there are not any next results
" }, { "group": "Success 200", "type": "Object[]", "optional": false, "field": "results", "description": "Event listing
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.id", "description": "ID of the Event
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.action", "description": "Action identifier
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.result", "description": "Did the action succeed
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.sess", "description": "Session identifier
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.ip", "description": "IP address of the Event
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.created", "description": "Datestring of the Event time
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"action\": \"account created\",\n \"total\": 1,\n \"page\": 1,\n \"previousCursor\": false,\n \"nextCursor\": false,\n \"results\": [\n {\n \"id\": \"59fc66a03e54454869460e4d\",\n \"action\": \"account created\",\n \"result\": \"success\",\n \"sess\": null,\n \"ip\": null,\n \"created\": \"2017-11-03T12:52:48.792Z\",\n \"expires\": \"2017-12-03T12:52:48.792Z\"\n }\n ]\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"Database error\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i \"http://localhost:8080/users/59fc66a03e54454869460e45/authlog?action=account+created\"", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/auth.js", "groupTitle": "Authentication" }, { "type": "get", "url": "/users/:user/authlog/:event", "title": "Request Event information", "name": "GetAuthlogEvent", "group": "Authentication", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "ID of the User
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "event", "description": "ID of the Event
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "id", "description": "ID of the Event
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "action", "description": "Action identifier
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "result", "description": "Did the action succeed
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "sess", "description": "Session identifier
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "ip", "description": "IP address of the Event
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "created", "description": "Datestring of the Event time
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"id\": \"59fc66a03e54454869460e4d\",\n \"action\": \"account created\",\n \"result\": \"success\",\n \"sess\": null,\n \"ip\": null,\n \"created\": \"2017-11-03T12:52:48.792Z\",\n \"expires\": \"2017-12-03T12:52:48.792Z\"\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"Database error\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i \"http://localhost:8080/users/59fc66a03e54454869460e45/authlog/59fc66a03e54454869460e4d\"", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/auth.js", "groupTitle": "Authentication" }, { "type": "post", "url": "/authenticate", "title": "Authenticate an User", "name": "PostAuth", "group": "Authentication", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "username", "description": "Username or E-mail address
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "password", "description": "Password
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "protocol", "description": "Application identifier for security logs
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "scope", "defaultValue": "master", "description": "Required scope. One of master
, imap
, smtp
, pop3
Session identifier for the logs
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "ip", "description": "IP address for the logs
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "id", "description": "ID of authenticated User
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "username", "description": "Username of authenticated User
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "scope", "description": "The scope this authentication is valid for
" }, { "group": "Success 200", "type": "String[]", "optional": false, "field": "require2fa", "description": "List of enabled 2FA mechanisms
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "requirePasswordChange", "description": "Indicates if account hassword has been reset and should be replaced
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"id\": \"5a12914c350c183bd0d331f0\",\n \"username\": \"myuser\",\n \"scope\": \"master\",\n \"require2fa\": [\n \"totp\"\n ],\n \"requirePasswordChange\": false\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" }, { "group": "Error 4xx", "optional": true, "field": "code", "description": "Error code
" }, { "group": "Error 4xx", "optional": true, "field": "id", "description": "User ID if the user exists
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"Authentication failed. Invalid scope\",\n \"code\": \"InvalidAuthScope\",\n \"id\": \"5b22283d45e8d47572eb0381\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i -XPOST http://localhost:8080/authenticate \\\n-H 'Content-type: application/json' \\\n-d '{\n \"username\": \"myuser\",\n \"password\": \"secretpass\",\n \"scope\": \"master\"\n}'", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/auth.js", "groupTitle": "Authentication" }, { "type": "delete", "url": "/users/:user/autoreply", "title": "Delete Autoreply information", "name": "DeleteAutoreply", "group": "Autoreplies", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "ID of the User
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"This user does not exist\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i -XDELETE http://localhost:8080/users/59fc66a03e54454869460e45/autoreply", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/autoreply.js", "groupTitle": "Autoreplies" }, { "type": "get", "url": "/users/:user/autoreply", "title": "Request Autoreply information", "name": "GetAutoreply", "group": "Autoreplies", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "ID of the User
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "status", "description": "Is the autoreply enabled (true) or not (false)
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "name", "description": "Name that is used for the From: header in autoreply message
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "subject", "description": "Subject line for the autoreply. If empty then uses subject of the original message
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "html", "description": "HTML formatted content of the autoreply message
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "text", "description": "Plaintext formatted content of the autoreply message
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "start", "description": "Datestring of the start of the autoreply
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "end", "description": "Datestring of the end of the autoreply
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"status\": true,\n \"subject\": \"\",\n \"text\": \"Away from office until Dec.19\",\n \"html\": \"\",\n \"start\": \"2017-11-15T00:00:00.000Z\",\n \"end\": \"2017-12-19T00:00:00.000Z\"\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"This user does not exist\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i http://localhost:8080/users/59fc66a03e54454869460e45/autoreply", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/autoreply.js", "groupTitle": "Autoreplies" }, { "type": "put", "url": "/users/:user/autoreply", "title": "Update Autoreply information", "name": "PutAutoreply", "group": "Autoreplies", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "ID of the User
" }, { "group": "Parameter", "type": "Boolean", "optional": true, "field": "status", "description": "Is the autoreply enabled (true) or not (false)
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "name", "description": "Name that is used for the From: header in autoreply message
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "subject", "description": "Subject line for the autoreply. If empty then uses subject of the original message
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "html", "description": "HTML formatted content of the autoreply message
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "text", "description": "Plaintext formatted content of the autoreply message
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "start", "description": "Datestring of the start of the autoreply or boolean false to disable start checks
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "end", "description": "Datestring of the end of the autoreply or boolean false to disable end checks
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"This user does not exist\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i -XPUT http://localhost:8080/users/59fc66a03e54454869460e45/autoreply \\\n-H 'Content-type: application/json' \\\n-d '{\n \"status\": true,\n \"text\": \"Away from office until Dec.19\",\n \"start\": \"2017-11-15T00:00:00.000Z\",\n \"end\": \"2017-12-19T00:00:00.000Z\"\n}'", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/autoreply.js", "groupTitle": "Autoreplies" }, { "type": "delete", "url": "/dkim/:dkim", "title": "Delete a DKIM key", "name": "DeleteDkim", "group": "DKIM", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "dkim", "description": "ID of the DKIM
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"Database error\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i -XDELETE http://localhost:8080/dkim/59ef21aef255ed1d9d790e81", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/dkim.js", "groupTitle": "DKIM" }, { "type": "get", "url": "/dkim", "title": "List registered DKIM keys", "name": "GetDkim", "group": "DKIM", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": true, "field": "query", "description": "Partial match of a Domain name
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "limit", "defaultValue": "20", "description": "How many records to return
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "page", "defaultValue": "1", "description": "Current page number. Informational only, page numbers start from 1
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "next", "description": "Cursor value for next page, retrieved from nextCursor
response value
Cursor value for previous page, retrieved from previousCursor
response value
Indicates successful response
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "total", "description": "How many results were found
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "page", "description": "Current page number. Derived from page
query argument
Either a cursor string or false if there are not any previous results
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "nextCursor", "description": "Either a cursor string or false if there are not any next results
" }, { "group": "Success 200", "type": "Object[]", "optional": false, "field": "results", "description": "Aliases listing
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.id", "description": "ID of the DKIM
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.domain", "description": "The domain this DKIM key applies to
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.selector", "description": "DKIM selector
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.description", "description": "Key description
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.fingerprint", "description": "Key fingerprint (SHA1)
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.created", "description": "Datestring
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"total\": 1,\n \"page\": 1,\n \"previousCursor\": false,\n \"nextCursor\": false,\n \"results\": [\n {\n \"id\": \"59ef21aef255ed1d9d790e81\",\n \"domain\": \"example.com\",\n \"selector\": \"oct17\",\n \"description\": \"Key for marketing emails\",\n \"fingerprint\": \"6a:aa:d7:ba:e4:99:b4:12:e0:f3:35:01:71:d4:f1:d6:b4:95:c4:f5\",\n \"created\": \"2017-10-24T11:19:10.911Z\"\n }\n ]\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"Database error\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i http://localhost:8080/dkim", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/dkim.js", "groupTitle": "DKIM" }, { "type": "get", "url": "/dkim/:dkim", "title": "Request DKIM information", "name": "GetDkimKey", "group": "DKIM", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "dkim", "description": "ID of the DKIM
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "id", "description": "ID of the DKIM
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "domain", "description": "The domain this DKIM key applies to
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "selector", "description": "DKIM selector
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "description", "description": "Key description
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "fingerprint", "description": "Key fingerprint (SHA1)
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "publicKey", "description": "Public key in DNS format (no prefix/suffix, single line)
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "dnsTxt", "description": "Value for DNS TXT entry
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "dnsTxt.name", "description": "Is the domain name of TXT
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "dnsTxt.value", "description": "Is the value of TXT
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "created", "description": "Datestring
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"id\": \"59ef21aef255ed1d9d790e7a\",\n \"domain\": \"example.com\",\n \"selector\": \"oct17\",\n \"description\": \"Key for marketing emails\",\n \"fingerprint\": \"6a:aa:d7:ba:e4:99:b4:12:e0:f3:35:01:71:d4:f1:d6:b4:95:c4:f5\",\n \"publicKey\": \"-----BEGIN PUBLIC KEY-----\\r\\nMIGfMA0...\",\n \"dnsTxt\": {\n \"name\": \"dec20._domainkey.example.com\",\n \"value\": \"v=DKIM1;t=s;p=MIGfMA0...\"\n }\n \"created\": \"2017-10-24T11:19:10.911Z\"\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"This Alias does not exist\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i http://localhost:8080/dkim/59ef21aef255ed1d9d790e7a", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/dkim.js", "groupTitle": "DKIM" }, { "type": "post", "url": "/dkim", "title": "Create or update DKIM key for domain", "name": "PostDkim", "group": "DKIM", "description": "Add a new DKIM key for a Domain or update existing one. There can be single DKIM key registered for each domain name.
", "header": { "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "domain", "description": "Domain name this DKIM key applies to. Use "*"
as a special value that will be used for domains that do not have their own DKIM key set
Selector for the key
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "description", "description": "Key description
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "privateKey", "description": "Pem formatted DKIM private key. If not set then a new 2048 bit RSA key is generated, beware though that it can take several seconds to complete.
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "id", "description": "ID of the DKIM
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "domain", "description": "The domain this DKIM key applies to
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "selector", "description": "DKIM selector
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "description", "description": "Key description
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "fingerprint", "description": "Key fingerprint (SHA1)
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "publicKey", "description": "Public key in DNS format (no prefix/suffix, single line)
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "dnsTxt", "description": "Value for DNS TXT entry
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "dnsTxt.name", "description": "Is the domain name of TXT
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "dnsTxt.value", "description": "Is the value of TXT
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"id\": \"59ef21aef255ed1d9d790e81\",\n \"domain\": \"example.com\",\n \"selector\": \"oct17\",\n \"description\": \"Key for marketing emails\",\n \"fingerprint\": \"6a:aa:d7:ba:e4:99:b4:12:e0:f3:35:01:71:d4:f1:d6:b4:95:c4:f5\",\n \"publicKey\": \"-----BEGIN PUBLIC KEY-----\\r\\nMIGfMA0...\",\n \"dnsTxt\": {\n \"name\": \"dec20._domainkey.example.com\",\n \"value\": \"v=DKIM1;t=s;p=MIGfMA0...\"\n }\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"This user does not exist\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i -XPOST http://localhost:8080/dkim \\\n-H 'Content-type: application/json' \\\n-d '{\n \"domain\": \"example.com\",\n \"selector\": \"oct17\",\n \"description\": \"Key for marketing emails\",\n \"privateKey\": \"-----BEGIN RSA PRIVATE KEY-----...\"\n}'", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/dkim.js", "groupTitle": "DKIM" }, { "type": "get", "url": "/dkim/resolve/:domain", "title": "Resolve ID for a DKIM domain", "name": "ResolveDKIM", "group": "DKIM", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "domain", "description": "DKIM domain
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "id", "description": "DKIM unique ID (24 byte hex)
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"id\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"This domain does not exist\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i http://localhost:8080/dkim/resolve/example.com", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/dkim.js", "groupTitle": "DKIM" }, { "type": "delete", "url": "/domainaliases/:alias", "title": "Delete an Alias", "name": "DeleteDomainAlias", "group": "DomainAliases", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "alias", "description": "ID of the Alias
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"Database error\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i -XDELETE http://localhost:8080/domainaliases/59ef21aef255ed1d9d790e81", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/domainaliases.js", "groupTitle": "DomainAliases" }, { "type": "get", "url": "/domainaliases", "title": "List registered Domain Aliases", "name": "GetAliases", "group": "DomainAliases", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": true, "field": "query", "description": "Partial match of a Domain Alias or Domain name
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "limit", "defaultValue": "20", "description": "How many records to return
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "page", "defaultValue": "1", "description": "Current page number. Informational only, page numbers start from 1
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "next", "description": "Cursor value for next page, retrieved from nextCursor
response value
Cursor value for previous page, retrieved from previousCursor
response value
Indicates successful response
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "total", "description": "How many results were found
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "page", "description": "Current page number. Derived from page
query argument
Either a cursor string or false if there are not any previous results
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "nextCursor", "description": "Either a cursor string or false if there are not any next results
" }, { "group": "Success 200", "type": "Object[]", "optional": false, "field": "results", "description": "Aliases listing
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.id", "description": "ID of the Domain Alias
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.alias", "description": "Domain Alias
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.domain", "description": "The domain this alias applies to
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"total\": 1,\n \"page\": 1,\n \"previousCursor\": false,\n \"nextCursor\": false,\n \"results\": [\n {\n \"id\": \"59ef21aef255ed1d9d790e81\",\n \"alias\": \"example.net\",\n \"domain\": \"example.com\"\n }\n ]\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"Database error\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i http://localhost:8080/domainaliases", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/domainaliases.js", "groupTitle": "DomainAliases" }, { "type": "get", "url": "/domainaliases/:alias", "title": "Request Alias information", "name": "GetDomainAlias", "group": "DomainAliases", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "alias", "description": "ID of the Alias
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "id", "description": "ID of the Alias
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "alias", "description": "Alias domain
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "domain", "description": "Alias target
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "created", "description": "Datestring of the time the alias was created
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"id\": \"59ef21aef255ed1d9d790e7a\",\n \"alias\": \"example.net\",\n \"domain\": \"example.com\",\n \"created\": \"2017-10-24T11:19:10.911Z\"\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"This Alias does not exist\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i http://localhost:8080/domainaliases/59ef21aef255ed1d9d790e7a", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/domainaliases.js", "groupTitle": "DomainAliases" }, { "type": "post", "url": "/domainaliases", "title": "Create new Domain Alias", "name": "PostDomainAlias", "group": "DomainAliases", "description": "Add a new Alias for a Domain. This allows to accept mail on username@domain and username@alias
", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "alias", "description": "Domain Alias
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "domain", "description": "Domain name this Alias applies to
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "id", "description": "ID of the Domain Alias
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"id\": \"59ef21aef255ed1d9d790e81\"\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"This user does not exist\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i -XPOST http://localhost:8080/domainaliases \\\n-H 'Content-type: application/json' \\\n-d '{\n \"domain\": \"example.com\",\n \"alias\": \"example.org\"\n}'", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/domainaliases.js", "groupTitle": "DomainAliases" }, { "type": "get", "url": "/domainaliases/resolve/:alias", "title": "Resolve ID for a domain aias", "name": "ResolveDomainAlias", "group": "DomainAliases", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "alias", "description": "Alias domain
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "id", "description": "Alias unique ID (24 byte hex)
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"id\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"This alias does not exist\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i http://localhost:8080/domainaliases/resolve/example.com", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/domainaliases.js", "groupTitle": "DomainAliases" }, { "type": "delete", "url": "/users/:user/filters/:filter", "title": "Delete a Filter", "name": "DeleteFilter", "group": "Filters", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "Users unique ID
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "filter", "description": "Filters unique ID
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"This filter does not exist\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i -XDELETE http://localhost:8080/users/59fc66a03e54454869460e45/filters/5a1c0ee490a34c67e266931c", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/filters.js", "groupTitle": "Filters" }, { "type": "get", "url": "/users/:user/filters/:filter", "title": "Request Filter information", "name": "GetFilter", "group": "Filters", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "Users unique ID.
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "filter", "description": "Filters unique ID.
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "id", "description": "ID for the Filter
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "name", "description": "Name of the Filter
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "query", "description": "Rules that a message must match
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "query.from", "description": "Partial match for the From: header (case insensitive)
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "query.to", "description": "Partial match for the To:/Cc: headers (case insensitive)
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "query.subject", "description": "Partial match for the Subject: header (case insensitive)
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "query.text", "description": "Fulltext search against message text
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "query.ha", "description": "Does a message have to have an attachment or not
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "query.size", "description": "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
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "action", "description": "Action to take with a matching message
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "action.seen", "description": "If true then mark matching messages as Seen
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "action.flag", "description": "If true then mark matching messages as Flagged
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "action.delete", "description": "If true then do not store matching messages
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "action.spam", "description": "If true then store matching messags to Junk Mail folder
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "action.mailbox", "description": "Mailbox ID to store matching messages to
" }, { "group": "Success 200", "type": "String[]", "optional": false, "field": "action.targets", "description": "A list of email addresses / HTTP URLs to forward the message to
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "disabled", "description": "If true, then this filter is ignored
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"id\": \"5a1c0ee490a34c67e266931c\",\n \"created\": \"2017-11-27T13:11:00.835Z\",\n \"query\": {\n \"from\": \"Mäger\"\n },\n \"action\": {\n \"seen\": true\n },\n \"disabled\": false\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"This filter does not exist\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i http://localhost:8080/users/59fc66a03e54454869460e45/filters/5a1c0ee490a34c67e266931c", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/filters.js", "groupTitle": "Filters" }, { "type": "get", "url": "/users/:user/filters", "title": "List Filters for an User", "name": "GetFilters", "group": "Filters", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "Users unique ID
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "Object[]", "optional": false, "field": "results", "description": "Filter description
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.id", "description": "Filter ID
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.name", "description": "Name for the filter
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.created", "description": "Datestring of the time the filter was created
" }, { "group": "Success 200", "type": "Array[]", "optional": false, "field": "results.query", "description": "A list of query descriptions
" }, { "group": "Success 200", "type": "Array[]", "optional": false, "field": "results.action", "description": "A list of action descriptions
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "results.disabled", "description": "If true, then this filter is ignored
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"results\": [\n {\n \"id\": \"5a1c0ee490a34c67e266931c\",\n \"query\": [\n [\n \"from\",\n \"(Mäger)\"\n ]\n ],\n \"action\": [\n [\n \"mark as read\"\n ]\n ],\n \"disabled\": false,\n \"created\": \"2017-11-27T13:11:00.835Z\"\n }\n ]\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"This user does not exist\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i http://localhost:8080/users/5a1bda70bfbd1442cd96c6f0/filters", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/filters.js", "groupTitle": "Filters" }, { "type": "post", "url": "/users/:user/filters", "title": "Create new Filter", "name": "PostFilter", "group": "Filters", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "Users unique ID.
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "name", "description": "Name of the Filter
" }, { "group": "Parameter", "type": "Object", "optional": false, "field": "query", "description": "Rules that a message must match
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "query.from", "description": "Partial match for the From: header (case insensitive)
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "query.to", "description": "Partial match for the To:/Cc: headers (case insensitive)
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "query.subject", "description": "Partial match for the Subject: header (case insensitive)
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "query.text", "description": "Fulltext search against message text
" }, { "group": "Parameter", "type": "Boolean", "optional": true, "field": "query.ha", "description": "Does a message have to have an attachment or not
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "query.size", "description": "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
" }, { "group": "Parameter", "type": "Object", "optional": false, "field": "action", "description": "Action to take with a matching message
" }, { "group": "Parameter", "type": "Boolean", "optional": true, "field": "action.seen", "description": "If true then mark matching messages as Seen
" }, { "group": "Parameter", "type": "Boolean", "optional": true, "field": "action.flag", "description": "If true then mark matching messages as Flagged
" }, { "group": "Parameter", "type": "Boolean", "optional": true, "field": "action.delete", "description": "If true then do not store matching messages
" }, { "group": "Parameter", "type": "Boolean", "optional": true, "field": "action.spam", "description": "If true then store matching messags to Junk Mail folder
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "action.mailbox", "description": "Mailbox ID to store matching messages to
" }, { "group": "Parameter", "type": "String[]", "optional": true, "field": "action.targets", "description": "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
" }, { "group": "Parameter", "type": "Boolean", "optional": true, "field": "disabled", "description": "If true then this filter is ignored
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "id", "description": "ID for the created Filter
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"id\": \"5a1c0ee490a34c67e266931c\"\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"Empty filter query\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i -XPOST http://localhost:8080/users/5a1bda70bfbd1442cd96c6f0/filters \\\n-H 'Content-type: application/json' \\\n-d '{\n \"query\": {\n \"from\": \"Mäger\"\n },\n \"action\": {\n \"seen\": true\n }\n}'", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/filters.js", "groupTitle": "Filters" }, { "type": "put", "url": "/users/:user/filters/:filter", "title": "Update Filter information", "name": "PutFilter", "group": "Filters", "description": "This method updates Filter data. To unset a value, use empty strings
", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "Users unique ID.
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "filter", "description": "Filters unique ID.
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "name", "description": "Name of the Filter
" }, { "group": "Parameter", "type": "Object", "optional": false, "field": "query", "description": "Rules that a message must match
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "query.from", "description": "Partial match for the From: header (case insensitive)
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "query.to", "description": "Partial match for the To:/Cc: headers (case insensitive)
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "query.subject", "description": "Partial match for the Subject: header (case insensitive)
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "query.text", "description": "Fulltext search against message text
" }, { "group": "Parameter", "type": "Boolean", "optional": true, "field": "query.ha", "description": "Does a message have to have an attachment or not
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "query.size", "description": "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
" }, { "group": "Parameter", "type": "Object", "optional": false, "field": "action", "description": "Action to take with a matching message
" }, { "group": "Parameter", "type": "Boolean", "optional": true, "field": "action.seen", "description": "If true then mark matching messages as Seen
" }, { "group": "Parameter", "type": "Boolean", "optional": true, "field": "action.flag", "description": "If true then mark matching messages as Flagged
" }, { "group": "Parameter", "type": "Boolean", "optional": true, "field": "action.delete", "description": "If true then do not store matching messages
" }, { "group": "Parameter", "type": "Boolean", "optional": true, "field": "action.spam", "description": "If true then store matching messags to Junk Mail folder
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "action.mailbox", "description": "Mailbox ID to store matching messages to
" }, { "group": "Parameter", "type": "String[]", "optional": true, "field": "action.targets", "description": "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
" }, { "group": "Parameter", "type": "Boolean", "optional": true, "field": "disabled", "description": "If true then this filter is ignored
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "id", "description": "ID for the created Filter
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"Empty filter query\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i -XPUT http://localhost:8080/users/59fc66a03e54454869460e45/filters/5a1c0ee490a34c67e266931c \\\n-H 'Content-type: application/json' \\\n-d '{\n \"action\": {\n \"seen\": \"\",\n \"flag\": true\n }\n}'", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/filters.js", "groupTitle": "Filters" }, { "type": "delete", "url": "/users/:user/mailboxes/:mailbox", "title": "Delete a Mailbox", "name": "DeleteMailbox", "group": "Mailboxes", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "Users unique ID
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "mailbox", "description": "Mailbox unique ID. Special use folders and INBOX can not be deleted
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"Mailbox deletion failed with code CANNOT\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i -XDELETE http://localhost:8080/users/59fc66a03e54454869460e45/mailboxes/5a1d2816153888cdcd62a715", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/mailboxes.js", "groupTitle": "Mailboxes" }, { "type": "get", "url": "/users/:user/mailboxes/:mailbox", "title": "Request Mailbox information", "name": "GetMailbox", "group": "Mailboxes", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "Users unique ID
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "mailbox", "description": "Mailbox unique ID
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "id", "description": "Mailbox ID
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "name", "description": "Name for the mailbox (unicode string)
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "path", "description": "Full path of the mailbox, folders are separated by slashes, ends with the mailbox name (unicode string)
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "specialUse", "description": "Either special use identifier or null
. One of \\Drafts
, \\Junk
, \\Sent
or \\Trash
Modification sequence number. Incremented on every change in the mailbox.
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "subscribed", "description": "Mailbox subscription status. IMAP clients may unsubscribe from a folder.
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "total", "description": "How many messages are stored in this mailbox
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "unseen", "description": "How many unseen messages are stored in this mailbox
" } ] }, "examples": [ { "title": "Success-Response:", "content": " HTTP/1.1 200 OK\n{\n \"success\": true,\n \"id\": \"59fc66a03e54454869460e46\",\n \"name\": \"INBOX\",\n \"path\": \"INBOX\",\n \"specialUse\": null,\n \"modifyIndex\": 1808,\n \"subscribed\": true,\n \"total\": 20,\n \"unseen\": 2\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"This mailbox does not exist\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i http://localhost:8080/users/59fc66a03e54454869460e45/mailboxes/59fc66a03e54454869460e46", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/mailboxes.js", "groupTitle": "Mailboxes" }, { "type": "get", "url": "/users/:user/mailboxes", "title": "List Mailboxes for an User", "name": "GetMailboxes", "group": "Mailboxes", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "Users unique ID
" }, { "group": "Parameter", "type": "Boolean", "optional": true, "field": "specialUse", "defaultValue": "false", "description": "Should the response include only folders with specialUse flag set.
" }, { "group": "Parameter", "type": "Boolean", "optional": true, "field": "counters", "defaultValue": "false", "description": "Should the response include counters (total + unseen). Counters come with some overhead.
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "Object[]", "optional": false, "field": "results", "description": "List of user mailboxes
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.id", "description": "Mailbox ID
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.name", "description": "Name for the mailbox (unicode string)
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.path", "description": "Full path of the mailbox, folders are separated by slashes, ends with the mailbox name (unicode string)
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.specialUse", "description": "Either special use identifier or null
. One of \\Drafts
, \\Junk
, \\Sent
or \\Trash
Modification sequence number. Incremented on every change in the mailbox.
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "results.subscribed", "description": "Mailbox subscription status. IMAP clients may unsubscribe from a folder.
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "results.total", "description": "How many messages are stored in this mailbox
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "results.unseen", "description": "How many unseen messages are stored in this mailbox
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"results\": [\n {\n \"id\": \"59fc66a03e54454869460e46\",\n \"name\": \"INBOX\",\n \"path\": \"INBOX\",\n \"specialUse\": null,\n \"modifyIndex\": 1808,\n \"subscribed\": true,\n \"total\": 20,\n \"unseen\": 2\n },\n {\n \"id\": \"59fc66a03e54454869460e47\",\n \"name\": \"Sent Mail\",\n \"path\": \"Sent Mail\",\n \"specialUse\": \"\\\\Sent\",\n \"modifyIndex\": 145,\n \"subscribed\": true,\n \"total\": 15,\n \"unseen\": 0\n }\n ]\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"This mailbox does not exist\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i http://localhost:8080/users/59fc66a03e54454869460e45/mailboxes?counters=true", "type": "curl" }, { "title": "Special Use Only", "content": "curl -i http://localhost:8080/users/59fc66a03e54454869460e45/mailboxes?specialUse=true", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/mailboxes.js", "groupTitle": "Mailboxes" }, { "type": "post", "url": "/users/:user/mailboxes", "title": "Create new Mailbox", "name": "PostMailboxes", "group": "Mailboxes", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "Users unique ID
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "path", "description": "Full path of the mailbox, folders are separated by slashes, ends with the mailbox name (unicode string)
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "retention", "defaultValue": "0", "description": "Retention policy for the created Mailbox. Milliseconds after a message added to mailbox expires. Set to 0 to disable.
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "id", "description": "Mailbox ID
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"id\": \"5a1d2816153888cdcd62a715\"\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"Mailbox creation failed with code ALREADYEXISTS\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i -XPOST http://localhost:8080/users/59fc66a03e54454869460e45/mailboxes \\\n-H 'Content-type: application/json' \\\n-d '{\n \"path\": \"First Level/Second 😎 Level/Folder Name\"\n}'", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/mailboxes.js", "groupTitle": "Mailboxes" }, { "type": "put", "url": "/users/:user/mailboxes/:mailbox", "title": "Update Mailbox information", "name": "PutMailbox", "group": "Mailboxes", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "Users unique ID
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "mailbox", "description": "Mailbox unique ID
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "path", "description": "Full path of the mailbox, use this to rename an existing Mailbox
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "retention", "description": "Retention policy for the Mailbox. Changing retention value only affects messages added to this folder after the change
" }, { "group": "Parameter", "type": "Boolean", "optional": true, "field": "subscribed", "description": "Change Mailbox subscription state
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"Mailbox update failed with code ALREADYEXISTS\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i -XPUT http://localhost:8080/users/59fc66a03e54454869460e45/mailboxes/5a1d2816153888cdcd62a715 \\\n-H 'Content-type: application/json' \\\n-d '{\n \"path\": \"Updated Folder Name\"\n}'", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/mailboxes.js", "groupTitle": "Mailboxes" }, { "type": "delete", "url": "/users/:user/mailboxes/:mailbox/messages/:message", "title": "Delete a Message", "name": "DeleteMessage", "group": "Messages", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "ID of the User
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "mailbox", "description": "ID of the Mailbox
" }, { "group": "Parameter", "type": "Number", "optional": false, "field": "message", "description": "Message ID
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" } ] }, "examples": [ { "title": "Delete Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"Database error\"\n}", "type": "json" } ] }, "examples": [ { "title": "Delete a Message:", "content": "curl -i -XDELETE \"http://localhost:8080/users/59fc66a03e54454869460e45/mailboxes/59fc66a13e54454869460e57/messages/2\"", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/messages.js", "groupTitle": "Messages" }, { "type": "post", "url": "/users/:user/mailboxes/:mailbox/messages/:message/forward", "title": "Forward stored Message", "name": "ForwardStoredMessage", "group": "Messages", "description": "This method allows either to re-forward a message to an original forward target or forward it to some other address. This is useful if an user had forwarding turned on but the message was not delivered so you can try again. Forwarding does not modify the original message.
", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "ID of the User
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "mailbox", "description": "ID of the Mailbox
" }, { "group": "Parameter", "type": "Number", "optional": false, "field": "message", "description": "Message ID
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "target", "description": "Number of original forwarding target
" }, { "group": "Parameter", "type": "String[]", "optional": true, "field": "addresses", "description": "An array of additional forward targets
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "queueId", "description": "Message ID in outbound queue
" }, { "group": "Success 200", "type": "Object[]", "optional": false, "field": "forwarded", "description": "Information about forwarding targets
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "forwarded.seq", "description": "Sequence ID
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "forwarded.type", "description": "Target type
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "forwarded.value", "description": "Target address
" } ] }, "examples": [ { "title": "Forward Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"id\": \"1600d2f36470008b72\",\n \"forwarded\": [\n {\n \"seq\": \"001\",\n \"type\": \"mail\",\n \"value\": \"andris@ethereal.email\"\n }\n ]\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"Database error\"\n}", "type": "json" } ] }, "examples": [ { "title": "Forward a Message:", "content": "curl -i -XPOST \"http://localhost:8080/users/59fc66a03e54454869460e45/mailboxes/59fc66a13e54454869460e57/messages/1/forward\" \\\n-H 'Content-type: application/json' \\\n-d '{\n \"addresses\": [\n \"andris@ethereal.email\"\n ]\n}'", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/messages.js", "groupTitle": "Messages" }, { "type": "get", "url": "/users/:user/mailboxes/:mailbox/messages/:message", "title": "Request Message information", "name": "GetMessage", "group": "Messages", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "ID of the User
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "mailbox", "description": "ID of the Mailbox
" }, { "group": "Parameter", "type": "Number", "optional": false, "field": "message", "description": "ID of the Message
" }, { "group": "Parameter", "type": "Boolean", "optional": true, "field": "markAsSeen", "defaultValue": "false", "description": "If true then marks message as seen
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "id", "description": "ID of the Message
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "mailbox", "description": "ID of the Mailbox
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "user", "description": "ID of the User
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "envelope", "description": "SMTP envelope (if available)
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "envelope.from", "description": "Address from MAIL FROM
" }, { "group": "Success 200", "type": "Object[]", "optional": false, "field": "envelope.rcpt", "description": "Array of addresses from RCPT TO (should have just one normally)
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "envelope.rcpt.value", "description": "RCPT TO address as provided by SMTP client
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "envelope.rcpt.formatted", "description": "Normalized RCPT address
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "from", "description": "From: header info
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "from.name", "description": "Name of the sender
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "from.address", "description": "Address of the sender
" }, { "group": "Success 200", "type": "Object[]", "optional": false, "field": "to", "description": "To: header info
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "to.name", "description": "Name of the recipient
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "to.address", "description": "Address of the recipient
" }, { "group": "Success 200", "type": "Object[]", "optional": false, "field": "cc", "description": "Cc: header info
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "cc.name", "description": "Name of the recipient
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "cc.address", "description": "Address of the recipient
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "subject", "description": "Message subject
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "messageId", "description": "Message-ID header
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "date", "description": "Datestring of message header
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "list", "description": "If set then this message is from a mailing list
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "list.id", "description": "Value from List-ID header
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "list.unsubscribe", "description": "Value from List-Unsubscribe header
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "expires", "description": "Datestring, if set then indicates the time after this message is automatically deleted
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "seen", "description": "Does this message have a \\Seen flag
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "deleted", "description": "Does this message have a \\Deleted flag
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "flagged", "description": "Does this message have a \\Flagged flag
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "draft", "description": "Does this message have a \\Draft flag
" }, { "group": "Success 200", "type": "String[]", "optional": false, "field": "html", "description": "An array of HTML string. Every array element is from a separate mime node, usually you would just join these to a single string
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "text", "description": "Plaintext content of the message
" }, { "group": "Success 200", "type": "Object[]", "optional": false, "field": "attachments", "description": "List of attachments for this message
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "attachments.id", "description": "Attachment ID
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "attachments.filename", "description": "Filename of the attachment
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "attachments.contentType", "description": "MIME type
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "attachments.disposition", "description": "Attachment disposition
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "attachments.transferEncoding", "description": "Which transfer encoding was used (actual content when fetching attachments is not encoded)
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "attachments.related", "description": "Was this attachment found from a multipart/related node. This usually means that this is an embedded image
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "attachments.sizeKb", "description": "Approximate size of the attachment in kilobytes
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "contentType", "description": "Parsed Content-Type header. Usually needed to identify encrypted messages and such
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "contentType.value", "description": "MIME type of the message, eg. "multipart/mixed"
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "contentType.params", "description": "An object with Content-Type params as key-value pairs
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"id\": 1,\n \"mailbox\": \"59fc66a03e54454869460e46\",\n \"user\": \"59fc66a03e54454869460e45\",\n \"from\": {\n \"address\": \"rfinnie@domain.dom\",\n \"name\": \"Ryan Finnie\"\n },\n \"to\": [\n {\n \"address\": \"bob@domain.dom\",\n \"name\": \"\"\n }\n ],\n \"subject\": \"Ryan Finnie's MIME Torture Test v1.0\",\n \"messageId\": \"<1066976914.4721.5.camel@localhost>\",\n \"date\": \"2003-10-24T06:28:34.000Z\",\n \"seen\": true,\n \"deleted\": false,\n \"flagged\": true,\n \"draft\": false,\n \"html\": [\n \"Welcome to Ryan Finnie's MIME torture test.
\",\n \"While a message/rfc822 part inside another message/rfc822 part in a
message isn't too strange, 200 iterations of that would be.
Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"Database error\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i \"http://localhost:8080/users/59fc66a03e54454869460e45/mailboxes/59fc66a03e54454869460e46/messages/1\"", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/messages.js", "groupTitle": "Messages" }, { "type": "get", "url": "/users/:user/mailboxes/:mailbox/messages/:message/attachments/:attachment", "title": "Download Attachment", "name": "GetMessageAttachment", "group": "Messages", "description": "This method returns attachment file contents in binary form
", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "ID of the User
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "mailbox", "description": "ID of the Mailbox
" }, { "group": "Parameter", "type": "Number", "optional": false, "field": "message", "description": "ID of the Message
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "attachment", "description": "ID of the Attachment
" } ] } }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"This attachment does not exist\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i \"http://localhost:8080/users/59fc66a03e54454869460e45/mailboxes/59fc66a13e54454869460e57/messages/1/attachments/ATT00002\"", "type": "curl" } ], "success": { "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\nContent-Type: image/png\n\n<89>PNG...", "type": "text" } ] }, "version": "0.0.0", "filename": "lib/api/messages.js", "groupTitle": "Messages" }, { "type": "get", "url": "/users/:user/mailboxes/:mailbox/messages/:message/events", "title": "Message events", "name": "GetMessageEvents", "group": "Messages", "description": "This method returns a listing of events related to this messages. This includes how the message was received and also information about forwarding
", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "ID of the User
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "mailbox", "description": "ID of the Mailbox
" }, { "group": "Parameter", "type": "Number", "optional": false, "field": "message", "description": "ID of the Message
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "Object[]", "optional": false, "field": "events", "description": "List of events
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "action", "description": "Event type
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"id\": \"59fc66a03e54454869460e4e\",\n \"events\": [\n {\n \"id\": \"59fc66a03e54454869460e4e\",\n \"stored\": \"59fc66a03e54454869460e4e\",\n \"action\": \"STORE\",\n \"origin\": \"Import\",\n \"messageId\": \"<1066976914.4721.5.camel@localhost>\",\n \"from\": null,\n \"to\": [\n \"user1@example.com\"\n ],\n \"transtype\": null,\n \"time\": 1509713568834\n }\n ]\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"Database error\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i \"http://localhost:8080/users/59fc66a03e54454869460e45/mailboxes/59fc66a03e54454869460e46/messages/1/events\"", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/messages.js", "groupTitle": "Messages" }, { "type": "get", "url": "/users/:user/mailboxes/:mailbox/messages/:message/message.eml", "title": "Get Message source", "name": "GetMessageSource", "group": "Messages", "description": "This method returns the full RFC822 formatted source of the stored message
", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "ID of the User
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "mailbox", "description": "ID of the Mailbox
" }, { "group": "Parameter", "type": "Number", "optional": false, "field": "message", "description": "ID of the Message
" } ] } }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"Database error\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i \"http://localhost:8080/users/59fc66a03e54454869460e45/mailboxes/59fc66a03e54454869460e46/messages/1/message.eml\"", "type": "curl" } ], "success": { "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\nContent-Type: message/rfc822\n\nSubject: Ryan Finnie's MIME Torture Test v1.0\nFrom: Ryan FinnieOptional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "ID of the User
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "mailbox", "description": "ID of the Mailbox
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "limit", "defaultValue": "20", "description": "How many records to return
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "page", "defaultValue": "1", "description": "Current page number. Informational only, page numbers start from 1
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "order", "defaultValue": "desc", "description": "Ordering of the records by insert date
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "next", "description": "Cursor value for next page, retrieved from nextCursor
response value
Cursor value for previous page, retrieved from previousCursor
response value
Indicates successful response
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "total", "description": "How many results were found
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "page", "description": "Current page number. Derived from page
query argument
Either a cursor string or false if there are not any previous results
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "nextCursor", "description": "Either a cursor string or false if there are not any next results
" }, { "group": "Success 200", "type": "Object[]", "optional": false, "field": "results", "description": "Message listing
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "results.id", "description": "ID of the Message
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.mailbox", "description": "ID of the Mailbox
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.thread", "description": "ID of the Thread
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "results.from", "description": "Sender info
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.from.name", "description": "Name of the sender
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.from.address", "description": "Address of the sender
" }, { "group": "Success 200", "type": "Object[]", "optional": false, "field": "results.to", "description": "Recipients in To: field
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.to.name", "description": "Name of the recipient
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.to.address", "description": "Address of the recipient
" }, { "group": "Success 200", "type": "Object[]", "optional": false, "field": "results.cc", "description": "Recipients in Cc: field
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.cc.name", "description": "Name of the recipient
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.cc.address", "description": "Address of the recipient
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.subject", "description": "Message subject
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.date", "description": "Datestring
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.intro", "description": "First 128 bytes of the message
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "results.attachments", "description": "Does the message have attachments
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "results.seen", "description": "Is this message alread seen or not
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "results.deleted", "description": "Does this message have a \\Deleted flag (should not have as messages are automatically deleted once this flag is set)
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "results.flagged", "description": "Does this message have a \\Flagged flag
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "results.answered", "description": "Does this message have a \\Answered flag
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "results.forwarded", "description": "Does this message have a $Forwarded flag
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "results.contentType", "description": "Parsed Content-Type header. Usually needed to identify encrypted messages and such
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.contentType.value", "description": "MIME type of the message, eg. "multipart/mixed"
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "results.contentType.params", "description": "An object with Content-Type params as key-value pairs
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"total\": 1,\n \"page\": 1,\n \"previousCursor\": false,\n \"nextCursor\": false,\n \"specialUse\": null,\n \"results\": [\n {\n \"id\": 1,\n \"mailbox\": \"59fc66a03e54454869460e46\",\n \"thread\": \"59fc66a13e54454869460e50\",\n \"from\": {\n \"address\": \"rfinnie@domain.dom\",\n \"name\": \"Ryan Finnie\"\n },\n \"subject\": \"Ryan Finnie's MIME Torture Test v1.0\",\n \"date\": \"2003-10-24T06:28:34.000Z\",\n \"intro\": \"Welcome to Ryan Finnie's MIME torture test. This message was designed to introduce a couple of the newer features of MIME-aware…\",\n \"attachments\": true,\n \"seen\": true,\n \"deleted\": false,\n \"flagged\": true,\n \"draft\": false,\n \"answered\": false,\n \"forwarded\": false,\n \"url\": \"/users/59fc66a03e54454869460e45/mailboxes/59fc66a03e54454869460e46/messages/1\",\n \"contentType\": {\n \"value\": \"multipart/mixed\",\n \"params\": {\n \"boundary\": \"=-qYxqvD9rbH0PNeExagh1\"\n }\n }\n }\n ]\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"Database error\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i \"http://localhost:8080/users/59fc66a03e54454869460e45/mailboxes/59fc66a03e54454869460e46/messages\"", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/messages.js", "groupTitle": "Messages" }, { "type": "get", "url": "/users/:user/search", "title": "Search for messages", "name": "GetMessagesSearch", "group": "Messages", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "ID of the User
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "mailbox", "description": "ID of the Mailbox
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "thread", "description": "Thread ID
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "query", "description": "Search string, uses MongoDB fulltext index. Covers data from mesage body and also common headers like from, to, subject etc.
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "datestart", "description": "Datestring for the earliest message storing time
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "dateend", "description": "Datestring for the latest message storing time
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "from", "description": "Partial match for the From: header line
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "to", "description": "Partial match for the To: and Cc: header lines
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "subject", "description": "Partial match for the Subject: header line
" }, { "group": "Parameter", "type": "Boolean", "optional": true, "field": "attachments", "description": "If true, then matches only messages with attachments
" }, { "group": "Parameter", "type": "Boolean", "optional": true, "field": "flagged", "description": "If true, then matches only messages with \\Flagged flags
" }, { "group": "Parameter", "type": "Boolean", "optional": true, "field": "searchable", "description": "If true, then matches messages not in Junk or Trash
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "limit", "defaultValue": "20", "description": "How many records to return
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "page", "defaultValue": "1", "description": "Current page number. Informational only, page numbers start from 1
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "next", "description": "Cursor value for next page, retrieved from nextCursor
response value
Cursor value for previous page, retrieved from previousCursor
response value
Indicates successful response
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "total", "description": "How many results were found
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "page", "description": "Current page number. Derived from page
query argument
Either a cursor string or false if there are not any previous results
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "nextCursor", "description": "Either a cursor string or false if there are not any next results
" }, { "group": "Success 200", "type": "Object[]", "optional": false, "field": "results", "description": "Message listing
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "results.id", "description": "ID of the Message
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.mailbox", "description": "ID of the Mailbox
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.thread", "description": "ID of the Thread
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "results.from", "description": "Sender info
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.from.name", "description": "Name of the sender
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.from.address", "description": "Address of the sender
" }, { "group": "Success 200", "type": "Object[]", "optional": false, "field": "results.to", "description": "Recipients in To: field
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.to.name", "description": "Name of the recipient
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.to.address", "description": "Address of the recipient
" }, { "group": "Success 200", "type": "Object[]", "optional": false, "field": "results.cc", "description": "Recipients in Cc: field
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.cc.name", "description": "Name of the recipient
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.cc.address", "description": "Address of the recipient
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.subject", "description": "Message subject
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.date", "description": "Datestring
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.intro", "description": "First 128 bytes of the message
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "results.attachments", "description": "Does the message have attachments
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "results.seen", "description": "Is this message alread seen or not
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "results.deleted", "description": "Does this message have a \\Deleted flag (should not have as messages are automatically deleted once this flag is set)
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "results.flagged", "description": "Does this message have a \\Flagged flag
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.url", "description": "Relative API url for fetching message contents
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "results.contentType", "description": "Parsed Content-Type header. Usually needed to identify encrypted messages and such
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.contentType.value", "description": "MIME type of the message, eg. "multipart/mixed"
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "results.contentType.params", "description": "An object with Content-Type params as key-value pairs
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"query\": \"Ryan\",\n \"total\": 1,\n \"page\": 1,\n \"previousCursor\": false,\n \"nextCursor\": false,\n \"specialUse\": null,\n \"results\": [\n {\n \"id\": 1,\n \"mailbox\": \"59fc66a03e54454869460e46\",\n \"thread\": \"59fc66a13e54454869460e50\",\n \"from\": {\n \"address\": \"rfinnie@domain.dom\",\n \"name\": \"Ryan Finnie\"\n },\n \"subject\": \"Ryan Finnie's MIME Torture Test v1.0\",\n \"date\": \"2003-10-24T06:28:34.000Z\",\n \"intro\": \"Welcome to Ryan Finnie's MIME torture test. This message was designed to introduce a couple of the newer features of MIME-aware…\",\n \"attachments\": true,\n \"seen\": true,\n \"deleted\": false,\n \"flagged\": true,\n \"draft\": false,\n \"url\": \"/users/59fc66a03e54454869460e45/mailboxes/59fc66a03e54454869460e46/messages/1\",\n \"contentType\": {\n \"value\": \"multipart/mixed\",\n \"params\": {\n \"boundary\": \"=-qYxqvD9rbH0PNeExagh1\"\n }\n }\n }\n ]\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"Database error\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i \"http://localhost:8080/users/59fc66a03e54454869460e45/search?query=Ryan\"", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/messages.js", "groupTitle": "Messages" }, { "type": "put", "url": "/users/:user/mailboxes/:mailbox/messages", "title": "Update Message information", "name": "PutMessage", "group": "Messages", "description": "This method updates message flags and also allows to move messages to a different mailbox
", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "ID of the User
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "mailbox", "description": "ID of the Mailbox
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "message", "description": "Message ID values. Either comma separated numbers (1,2,3) or colon separated range (3:15)
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "moveTo", "description": "ID of the target Mailbox if you want to move messages
" }, { "group": "Parameter", "type": "Boolean", "optional": false, "field": "seen", "description": "State of the \\Seen flag
" }, { "group": "Parameter", "type": "Boolean", "optional": false, "field": "flagged", "description": "State of the \\Flagged flag
" }, { "group": "Parameter", "type": "Boolean", "optional": false, "field": "draft", "description": "State of the \\Draft flag
" }, { "group": "Parameter", "type": "Datestring", "optional": false, "field": "expires", "description": "Either expiration date or false
to turn of autoexpiration
Indicates successful response
" }, { "group": "Success 200", "type": "Object[]", "optional": false, "field": "id", "description": "If messages were moved then lists new ID values. Array entry is an array with first element pointing to old ID and second to new ID
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "updated", "description": "If messages were not moved, then indicates the number of updated messages
" } ] }, "examples": [ { "title": "Update Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"updated\": 2\n}", "type": "json" }, { "title": "Move Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"mailbox\": \"59fc66a13e54454869460e57\",\n \"id\": [\n [1,24],\n [2,25]\n ]\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"Database error\"\n}", "type": "json" } ] }, "examples": [ { "title": "Mark messages as unseen:", "content": "curl -i -XPUT \"http://localhost:8080/users/59fc66a03e54454869460e45/mailboxes/59fc66a03e54454869460e46/messages\" \\\n-H 'Content-type: application/json' \\\n-d '{\n \"message\": \"1,2,3\",\n \"seen\": false\n}'", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/messages.js", "groupTitle": "Messages" }, { "type": "post", "url": "/users/:user/mailboxes/:mailbox/messages", "title": "Upload Message Source", "name": "UploadMessage", "group": "Messages", "description": "This method allows to upload an RFC822 formatted message to a mailbox. Message is stored unmodified, no headers are added or removed. If you want to generate the uploaded message from strucutred data fields, then see Submit a Message for Delivery with uploadOnly
option
Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "ID of the User
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "mailbox", "description": "ID of the Mailbox
" }, { "group": "Parameter", "type": "Boolean", "optional": true, "field": "unseen", "defaultValue": "false", "description": "Is the message unseen or not
" }, { "group": "Parameter", "type": "Boolean", "optional": true, "field": "draft", "defaultValue": "false", "description": "Is the message a draft or not
" }, { "group": "Parameter", "type": "Boolean", "optional": true, "field": "flagged", "defaultValue": "false", "description": "Is the message flagged or not
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "raw", "description": "base64 encoded message source. Alternatively, you can provide this value as POST body by using message/rfc822 MIME type
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "sess", "description": "Session identifier for the logs
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "ip", "description": "IP address for the logs
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "message", "description": "Message information
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "message.id", "description": "Message ID in mailbox
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "message.mailbox", "description": "Mailbox ID the message was stored into
" } ] }, "examples": [ { "title": "Forward Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"message\": {\n \"id\": 2,\n \"mailbox\": \"5a2f9ca57308fc3a6f5f811e\"\n }\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"Database error\"\n}", "type": "json" } ] }, "examples": [ { "title": "Upload a Message:", "content": "curl -i -XPOST \"http://localhost:8080/users/5a2f9ca57308fc3a6f5f811d/mailboxes/5a2f9ca57308fc3a6f5f811e/messages\" \\\n-H 'Content-type: message/rfc822' \\\n-d 'From: sender@example.com\nTo: recipient@example.com\nSubject: hello world!\n\nExample message'", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/messages.js", "groupTitle": "Messages" }, { "type": "post", "url": "/users/:user/submit", "title": "Submit a Message for Delivery", "name": "PostSubmit", "group": "Submission", "description": "Use this method to send emails from an user account
", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "Users unique ID
" }, { "group": "Parameter", "type": "Object", "optional": true, "field": "reference", "description": "Optional referenced email. If submitted message is a reply and relevant fields are not provided then these are resolved from the message to be replied to
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "reference.mailbox", "description": "Mailbox ID
" }, { "group": "Parameter", "type": "Number", "optional": false, "field": "reference.id", "description": "Message ID in Mailbox
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "reference.action", "description": "Either reply
, replyAll
or forward
Mailbox ID where to upload the message. If not set then message is uploaded to Sent Mail folder.
" }, { "group": "Parameter", "type": "Boolean", "optional": true, "field": "uploadOnly", "defaultValue": "false", "description": "If true
then generated message is not added to the sending queue
If true
then treats this message as draft (should be used with uploadOnly=true)
Datestring for delivery if message should be sent some later time
" }, { "group": "Parameter", "type": "Object", "optional": true, "field": "envelope", "description": "SMTP envelope. If not provided then resolved either from message headers or from referenced message
" }, { "group": "Parameter", "type": "Object", "optional": true, "field": "envelope.from", "description": "Sender information. If not set then it is resolved to User's default address
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "envelope.from.address", "description": "Sender address. If this is not listed as allowed address for the sending User then it is replaced with the User's default address
" }, { "group": "Parameter", "type": "Object[]", "optional": true, "field": "envelope.to", "description": "Recipients information
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "envelope.to.address", "description": "Recipient address
" }, { "group": "Parameter", "type": "Object", "optional": true, "field": "from", "description": "Address for the From: header
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "from.name", "description": "Name of the sender
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "from.address", "description": "Address of the sender
" }, { "group": "Parameter", "type": "Object[]", "optional": true, "field": "to", "description": "Addresses for the To: header
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "to.name", "description": "Name of the recipient
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "to.address", "description": "Address of the recipient
" }, { "group": "Parameter", "type": "Object[]", "optional": true, "field": "cc", "description": "Addresses for the Cc: header
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "cc.name", "description": "Name of the recipient
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "cc.address", "description": "Address of the recipient
" }, { "group": "Parameter", "type": "Object[]", "optional": true, "field": "bcc", "description": "Addresses for the Bcc: header
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "bcc.name", "description": "Name of the recipient
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "bcc.address", "description": "Address of the recipient
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "subject", "description": "Message subject. If not then resolved from Reference message
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "text", "description": "Plaintext message
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "html", "description": "HTML formatted message
" }, { "group": "Parameter", "type": "Object[]", "optional": true, "field": "headers", "description": "Custom headers for the message. If reference message is set then In-Reply-To and References headers are set automatically
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "headers.key", "description": "Header key ('X-Mailer')
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "headers.value", "description": "Header value ('My Awesome Mailing Service')
" }, { "group": "Parameter", "type": "Object[]", "optional": true, "field": "attachments", "description": "Attachments for the message
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "attachments.content", "description": "Base64 encoded attachment content
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "attachments.filename", "description": "Attachment filename
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "attachments.contentType", "description": "MIME type for the attachment file
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "attachments.cid", "description": "Content-ID value if you want to reference to this attachment from HTML formatted message
" }, { "group": "Parameter", "type": "Object", "optional": true, "field": "meta", "description": "Custom metainfo for the message
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "sess", "description": "Session identifier for the logs
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "ip", "description": "IP address for the logs
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "message", "description": "Information about submitted Message
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "message.mailbox", "description": "Mailbox ID the message was stored to
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "message.id", "description": "Message ID in Mailbox
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "message.queueId", "description": "Queue ID in MTA
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"message\": {\n \"id\": 16,\n \"mailbox\": \"59fc66a03e54454869460e47\",\n \"queueId\": \"1600798505b000a25f\"\n }\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "type": "String", "optional": false, "field": "error", "description": "Description of the error
" }, { "group": "Error 4xx", "type": "String", "optional": false, "field": "code", "description": "Reason for the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"User account is disabled\",\n \"code\": \"ERRDISABLEDUSER\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "# Sender info is derived from account settings\ncurl -i -XPOST \"http://localhost:8080/users/59fc66a03e54454869460e45/submit\" \\\n-H 'Content-type: application/json' \\\n-d '{\n \"to\": [{\n \"address\": \"andris@ethereal.email\"\n }],\n \"subject\": \"Hello world!\",\n \"text\": \"Test message\"\n}'", "type": "curl" }, { "title": "Reply to All", "content": "# Recipients and subject line are derived from referenced message\ncurl -i -XPOST \"http://localhost:8080/users/59fc66a03e54454869460e45/submit\" \\\n-H 'Content-type: application/json' \\\n-d '{\n \"reference\": {\n \"mailbox\": \"59fc66a03e54454869460e47\",\n \"id\": 15,\n \"action\": \"replyAll\"\n },\n \"text\": \"Yeah, sure\"\n}'", "type": "curl" }, { "title": "Upload only", "content": "# Recipients and subject line are derived from referenced message\ncurl -i -XPOST \"http://localhost:8080/users/5a2fe496ce76ede84f177ec3/submit\" \\\n-H 'Content-type: application/json' \\\n-d '{\n \"reference\": {\n \"mailbox\": \"5a2fe496ce76ede84f177ec4\",\n \"id\": 1,\n \"action\": \"replyAll\"\n },\n \"uploadOnly\": true,\n \"mailbox\": \"5a33b45acf482d3219955bc4\",\n \"text\": \"Yeah, sure\"\n}'", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/submit.js", "groupTitle": "Submission" }, { "type": "delete", "url": "/users/:user/2fa/custom", "title": "Disable custom 2FA for an user", "name": "DisableCustom2FA", "group": "TwoFactorAuth", "description": "This method disables custom 2FA. If it was the only 2FA set up, then account password for IMAP/POP3/SMTP gets enabled again
", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "ID of the User
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "sess", "description": "Session identifier for the logs
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "ip", "description": "IP address for the logs
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"This username does not exist\"\n \"code\": \"UserNotFound\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i -XDELETE http://localhost:8080/users/59fc66a03e54454869460e45/2fa/custom \\\n-H 'Content-type: application/json' \\\n-d '{\n \"ip\": \"127.0.0.1\"\n}'", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/2fa/custom.js", "groupTitle": "TwoFactorAuth" }, { "type": "put", "url": "/users/:user/2fa/custom", "title": "Enable custom 2FA for an user", "name": "EnableCustom2FA", "group": "TwoFactorAuth", "description": "This method disables account password for IMAP/POP3/SMTP
", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "ID of the User
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "sess", "description": "Session identifier for the logs
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "ip", "description": "IP address for the logs
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"This username does not exist\"\n \"code\": \"UserNotFound\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i -XPUT http://localhost:8080/users/59fc66a03e54454869460e45/2fa/custom \\\n-H 'Content-type: application/json' \\\n-d '{\n \"ip\": \"127.0.0.1\"\n}'", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/2fa/custom.js", "groupTitle": "TwoFactorAuth" }, { "type": "delete", "url": "/users/:id", "title": "Delete an User", "name": "DeleteUser", "group": "Users", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "id", "description": "Users unique ID.
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "sess", "description": "Session identifier for the logs
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "ip", "description": "IP address for the logs
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"This user does not exist\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i -XDELETE http://localhost:8080/users/5a1bda70bfbd1442cd96c6f0?ip=127.0.0.1", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/users.js", "groupTitle": "Users" }, { "type": "get", "url": "/users/:id/updates", "title": "Open change stream", "name": "GetUpdates", "group": "Users", "description": "This api call returns an EventSource response. Listen on this stream to get notifications about changes in messages and mailboxes. Returned events are JSON encoded strings
", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "id", "description": "Users unique ID.
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "String", "optional": false, "field": "command", "description": "Indicates data event type
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\nContent-Type: text/event-stream\n\ndata: {\ndata: \"command\": \"CREATE\",\ndata: \"mailbox\": \"5a1d3061153888cdcd62a719\",\ndata: \"path\": \"First Level/Second 😎 Level/Folder Name\"\ndata: }", "type": "text" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"This user does not exist\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "var stream = new EventSource('/users/59fc66a03e54454869460e45/updates');\nstream.onmessage = function(e) {\n console.log(JSON.parse(e.data));\n};", "type": "javascript" } ], "version": "0.0.0", "filename": "lib/api/updates.js", "groupTitle": "Users" }, { "type": "get", "url": "/users/:id", "title": "Request User information", "name": "GetUser", "group": "Users", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "id", "description": "Users unique ID.
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "id", "description": "Users unique ID (24 byte hex)
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "username", "description": "Username of the User
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "name", "description": "Name of the User
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "address", "description": "Main email address of the User
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "retention", "description": "Default retention time in ms. false
if not enabled
List of enabled 2FA methods
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "encryptMessages", "description": "If true
then received messages are encrypted
If true
then forwarded messages are encrypted
Public PGP key for the User that is used for encryption
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "keyInfo", "description": "Information about public key or false
if key is not available
Name listed in public key
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "keyInfo.address", "description": "E-mail address listed in public key
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "keyInfo.fingerprint", "description": "Fingerprint of the public key
" }, { "group": "Success 200", "type": "String[]", "optional": false, "field": "targets", "description": "List of forwarding targets
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "spamLevel", "description": "Relative scale for detecting spam. 0 means that everything is spam, 100 means that nothing is spam
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "limits", "description": "Account limits and usage
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "limits.quota", "description": "Quota usage limits
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "limits.quota.allowed", "description": "Allowed quota of the user in bytes
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "limits.quota.used", "description": "Space used in bytes
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "limits.recipients", "description": "Sending quota
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "limits.recipients.allowed", "description": "How many messages per 24 hours can be sent
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "limits.recipients.used", "description": "How many messages are sent during current 24 hour period
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "limits.recipients.ttl", "description": "Time until the end of current 24 hour period
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "limits.forwards", "description": "Forwarding quota
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "limits.forwards.allowed", "description": "How many messages per 24 hours can be forwarded
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "limits.forwards.used", "description": "How many messages are forwarded during current 24 hour period
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "limits.forwards.ttl", "description": "Time until the end of current 24 hour period
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "limits.received", "description": "Receiving quota
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "limits.received.allowed", "description": "How many messages per 1 hour can be received
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "limits.received.used", "description": "How many messages are received during current 1 hour period
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "limits.received.ttl", "description": "Time until the end of current 1 hour period
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "limits.imapUpload", "description": "IMAP upload quota
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "limits.imapUpload.allowed", "description": "How many bytes per 24 hours can be uploaded via IMAP. Only message contents are counted, not protocol overhead.
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "limits.imapUpload.used", "description": "How many bytes are uploaded during current 24 hour period
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "limits.imapUpload.ttl", "description": "Time until the end of current 24 hour period
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "limits.imapDownload", "description": "IMAP download quota
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "limits.imapDownload.allowed", "description": "How many bytes per 24 hours can be downloaded via IMAP. Only message contents are counted, not protocol overhead.
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "limits.imapDownload.used", "description": "How many bytes are downloaded during current 24 hour period
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "limits.imapDownload.ttl", "description": "Time until the end of current 24 hour period
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "limits.pop3Download", "description": "POP3 download quota
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "limits.pop3Download.allowed", "description": "How many bytes per 24 hours can be downloaded via POP3. Only message contents are counted, not protocol overhead.
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "limits.pop3Download.used", "description": "How many bytes are downloaded during current 24 hour period
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "limits.pop3Download.ttl", "description": "Time until the end of current 24 hour period
" }, { "group": "Success 200", "type": "String[]", "optional": false, "field": "tags", "description": "List of tags associated with the User
" }, { "group": "Success 200", "type": "String[]", "optional": false, "field": "disabledScopes", "description": "Disabled scopes for this user
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "hasPasswordSet", "description": "If true
then the User has a password set and can authenticate
Is the account activated
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "disabled", "description": "If true
then the user can not authenticate or receive any new mail
Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"This user does not exist\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i http://localhost:8080/users/59fc66a03e54454869460e45", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/users.js", "groupTitle": "Users" }, { "type": "get", "url": "/users/resolve/:username", "title": "Resolve ID for an username", "name": "GetUsername", "group": "Users", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "username", "description": "Username of the User. Alphanumeric value. Must start with a letter, dots are allowed but informational only ("user.name" is the same as "username")
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "id", "description": "Users unique ID (24 byte hex)
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"id\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"This user does not exist\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i http://localhost:8080/users/resolve/testuser", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/users.js", "groupTitle": "Users" }, { "type": "get", "url": "/users", "title": "List registered Users", "name": "GetUsers", "group": "Users", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": true, "field": "query", "description": "Partial match of username or default email address
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "tags", "description": "Comma separated list of tags. The User must have at least one to be set
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "requiredTags", "description": "Comma separated list of tags. The User must have all listed tags to be set
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "limit", "defaultValue": "20", "description": "How many records to return
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "page", "defaultValue": "1", "description": "Current page number. Informational only, page numbers start from 1
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "next", "description": "Cursor value for next page, retrieved from nextCursor
response value
Cursor value for previous page, retrieved from previousCursor
response value
Indicates successful response
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "total", "description": "How many results were found
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "page", "description": "Current page number. Derived from page
query argument
Either a cursor string or false if there are not any previous results
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "nextCursor", "description": "Either a cursor string or false if there are not any next results
" }, { "group": "Success 200", "type": "Object[]", "optional": false, "field": "results", "description": "User listing
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.id", "description": "Users unique ID (24 byte hex)
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.username", "description": "Username of the User
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.name", "description": "Name of the User
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.address", "description": "Main email address of the User
" }, { "group": "Success 200", "type": "String[]", "optional": false, "field": "results.tags", "description": "List of tags associated with the User'
" }, { "group": "Success 200", "type": "String[]", "optional": false, "field": "results.targets", "description": "List of forwarding targets
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "results.encryptMessages", "description": "If true
then received messages are encrypted
If true
then forwarded messages are encrypted
Quota usage limits
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "results.quota.allowed", "description": "Allowed quota of the user in bytes
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "results.quota.used", "description": "Space used in bytes
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "results.hasPasswordSet", "description": "If true
then the User has a password set and can authenticate
Is the account activated
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "results.disabled", "description": "If true
then the user can not authenticate or receive any new mail
Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"Database error\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i http://localhost:8080/users", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/users.js", "groupTitle": "Users" }, { "type": "post", "url": "/users", "title": "Create new user", "name": "PostUser", "group": "Users", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "username", "description": "Username of the User. Dots are allowed but informational only ("user.name" is the same as "username").
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "name", "description": "Name of the User
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "password", "description": "Password for the account. Set to boolean false
to disable password usage
If true
then password is already hashed, so store as. Hash needs to be bcrypt $2a
, $2y
or $2b
. Additionally md5-crypt hashes $1
are allowed but these are rehashed on first successful authentication
If false
then validates provided passwords against Have I Been Pwned API. Experimental, so validation is disabled by default but will be enabled automatically in some future version of WildDuck.
Default email address for the User (autogenerated if not set)
" }, { "group": "Parameter", "type": "Boolean", "optional": true, "field": "emptyAddress", "description": "If true then do not autogenerate missing email address for the User. Only needed if you want to create an user account that does not have any email address associated
" }, { "group": "Parameter", "type": "Boolean", "optional": true, "field": "requirePasswordChange", "description": "If true then requires the user to change password, useful if password for the account was autogenerated
" }, { "group": "Parameter", "type": "String[]", "optional": true, "field": "tags", "description": "A list of tags associated with this user
" }, { "group": "Parameter", "type": "Boolean", "optional": true, "field": "addTagsToAddress", "description": "If true
then autogenerated address gets the same tags as the user
Default retention time in ms. Set to 0
to disable
If true
then all messages sent through MSA are also uploaded to the Sent Mail folder. Might cause duplicates with some email clients, so disabled by default.
If true
then received messages are encrypted
If true
then forwarded messages are encrypted
Public PGP key for the User that is used for encryption. Use empty string to remove the key
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "language", "description": "Language code for the User
" }, { "group": "Parameter", "type": "String[]", "optional": true, "field": "targets", "description": "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
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "spamLevel", "defaultValue": "50", "description": "Relative scale for detecting spam. 0 means that everything is spam, 100 means that nothing is spam
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "quota", "description": "Allowed quota of the user in bytes
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "recipients", "description": "How many messages per 24 hour can be sent
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "forwards", "description": "How many messages per 24 hour can be forwarded
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "imapMaxUpload", "description": "How many bytes can be uploaded via IMAP during 24 hour
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "imapMaxDownload", "description": "How many bytes can be downloaded via IMAP during 24 hour
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "pop3MaxDownload", "description": "How many bytes can be downloaded via POP3 during 24 hour
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "receivedMax", "description": "How many messages can be received from MX during 1 hour
" }, { "group": "Parameter", "type": "Object", "optional": true, "field": "mailboxes", "description": "Optional names for special mailboxes
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "mailboxes.sent", "defaultValue": "Sent Mail", "description": "Path of Sent Mail folder
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "mailboxes.junk", "defaultValue": "Junk", "description": "Path of spam folder
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "mailboxes.drafts", "defaultValue": "Drafts", "description": "Path of drafts folder
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "mailboxes.trash", "defaultValue": "Trash", "description": "Path of trash folder
" }, { "group": "Parameter", "type": "String[]", "optional": false, "field": "disabledScopes", "description": "List of scopes that are disabled for this user ("imap", "pop3", "smtp")
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "sess", "description": "Session identifier for the logs
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "ip", "description": "IP address for the logs
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "id", "description": "ID for the created User
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"id\": \"5a1bda70bfbd1442cd96c6f0\"\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"This username already exists\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i -XPOST http://localhost:8080/users \\\n-H 'Content-type: application/json' \\\n-d '{\n \"username\": \"myuser\",\n \"password\": \"verysecret\",\n \"name\": \"John Doe\",\n \"address\": \"john.doe@example.com\",\n \"tags\": [\n \"status:regular_user\",\n \"subscription:business_big\"\n ]\n}'", "type": "curl" }, { "title": "Example address:", "content": "curl -i -XPOST http://localhost:8080/users \\\n-H 'Content-type: application/json' \\\n-d '{\n \"username\": \"john.doe@example.com\",\n \"password\": \"verysecret\",\n \"name\": \"John Doe\",\n \"tags\": [\n \"status:regular_user\",\n \"subscription:business_big\"\n ]\n}'", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/users.js", "groupTitle": "Users" }, { "type": "post", "url": "/users/:id/quota/reset", "title": "Recalculate User quota", "name": "PostUserQuota", "group": "Users", "description": "This method recalculates quota usage for an User. Normally not needed, only use it if quota numbers are way off. This method is not transactional, so if the user is currently receiving new messages then the resulting value is not exact.
", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "id", "description": "Users unique ID.
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "reason", "description": "Message to be shown to connected IMAP client
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "storageUsed", "description": "Calculated quota usage for the user
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"storageUsed\": 1234567\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"This user does not exist\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i -XPOST http://localhost:8080/users/59fc66a03e54454869460e45/quota/reset \\\n-H 'Content-type: application/json' \\\n-d '{}'", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/users.js", "groupTitle": "Users" }, { "type": "put", "url": "/users/:id", "title": "Update User information", "name": "PutUser", "group": "Users", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "id", "description": "Users unique ID.
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "name", "description": "Name of the User
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "existingPassword", "description": "If provided then validates against account password before applying any changes
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "password", "description": "New password for the account. Set to boolean false
to disable password usage
If true
then password is already hashed, so store as. Hash needs to be bcrypt $2a
, $2y
or $2b
. Additionally md5-crypt hashes $1
are allowed but these are rehashed on first successful authentication
If false
then validates provided passwords against Have I Been Pwned API. Experimental, so validation is disabled by default but will be enabled automatically in some future version of WildDuck.
A list of tags associated with this user
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "retention", "description": "Default retention time in ms. Set to 0
to disable
If true
then all messages sent through MSA are also uploaded to the Sent Mail folder. Might cause duplicates with some email clients, so disabled by default.
If true
then received messages are encrypted
If true
then forwarded messages are encrypted
Public PGP key for the User that is used for encryption. Use empty string to remove the key
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "language", "description": "Language code for the User
" }, { "group": "Parameter", "type": "String[]", "optional": true, "field": "targets", "description": "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
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "spamLevel", "description": "Relative scale for detecting spam. 0 means that everything is spam, 100 means that nothing is spam
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "quota", "description": "Allowed quota of the user in bytes
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "recipients", "description": "How many messages per 24 hour can be sent
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "forwards", "description": "How many messages per 24 hour can be forwarded
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "imapMaxUpload", "description": "How many bytes can be uploaded via IMAP during 24 hour
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "imapMaxDownload", "description": "How many bytes can be downloaded via IMAP during 24 hour
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "pop3MaxDownload", "description": "How many bytes can be downloaded via POP3 during 24 hour
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "receivedMax", "description": "How many messages can be received from MX during 1 hour
" }, { "group": "Parameter", "type": "Boolean", "optional": true, "field": "disable2fa", "description": "If true, then disables 2FA for this user
" }, { "group": "Parameter", "type": "String[]", "optional": false, "field": "disabledScopes", "description": "List of scopes that are disabled for this user ("imap", "pop3", "smtp")
" }, { "group": "Parameter", "type": "Boolean", "optional": true, "field": "disabled", "description": "If true then disables user account (can not login, can not receive messages)
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "sess", "description": "Session identifier for the logs
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "ip", "description": "IP address for the logs
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"This user does not exist\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i -XPUT http://localhost:8080/users/59fc66a03e54454869460e45 \\\n-H 'Content-type: application/json' \\\n-d '{\n \"name\": \"Updated user name\"\n}'", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/users.js", "groupTitle": "Users" }, { "type": "put", "url": "/users/:id/logout", "title": "Log out User", "name": "PutUserLogout", "group": "Users", "description": "This method logs out all user sessions in IMAP
", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "id", "description": "Users unique ID.
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "reason", "description": "Message to be shown to connected IMAP client
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"This user does not exist\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i -XPUT http://localhost:8080/users/59fc66a03e54454869460e45/logout \\\n-H 'Content-type: application/json' \\\n-d '{\n \"reason\": \"Logout requested from API\"\n}'", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/users.js", "groupTitle": "Users" }, { "type": "post", "url": "/users/:id/password/reset", "title": "Reset password for an User", "name": "ResetUserPassword", "group": "Users", "description": "This method generates a new temporary password for an User. Additionally it removes all two-factor authentication settings
", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "id", "description": "Users unique ID.
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "validAfter", "description": "Allow using the generated password not earlier than provided time
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "sess", "description": "Session identifier for the logs
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "ip", "description": "IP address for the logs
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "password", "description": "Temporary password
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"password\": \"temporarypass\"\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"This user does not exist\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i -XPOST http://localhost:8080/users/5a1bda70bfbd1442cd96/password/reset \\\n-H 'Content-type: application/json' \\\n-d '{\n \"ip\": \"127.0.0.1\"\n}'", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/users.js", "groupTitle": "Users" } ] }); +define({ "api": [ { "type": "delete", "url": "/addresses/forwarded/:address", "title": "Delete a forwarded Address", "name": "DeleteForwardedAddress", "group": "Addresses", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "address", "description": "ID of the Address
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"This address does not exist\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i -XDELETE http://localhost:8080/addresses/forwarded/59ef21aef255ed1d9d790e81", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/addresses.js", "groupTitle": "Addresses" }, { "type": "delete", "url": "/users/:user/addresses/:address", "title": "Delete an Address", "name": "DeleteUserAddress", "group": "Addresses", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "ID of the User
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "address", "description": "ID of the Address
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"Trying to delete main address. Set a new main address first\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i -XDELETE http://localhost:8080/users/59ef21aef255ed1d9d790e7a/addresses/59ef21aef255ed1d9d790e81", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/addresses.js", "groupTitle": "Addresses" }, { "type": "get", "url": "/addresses/resolve/:address", "title": "Get Address info", "name": "GetAddressInfo", "group": "Addresses", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "address", "description": "ID of the Address or e-mail address string
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "id", "description": "ID of the Address
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "address", "description": "E-mail address string
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "name", "description": "Identity name
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "user", "description": "ID of the user if the address belongs to an User
" }, { "group": "Success 200", "type": "String[]", "optional": false, "field": "targets", "description": "List of forwarding targets if this is a Forwarded address
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "limits", "description": "Account limits and usage for Forwarded address
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "limits.forwards", "description": "Forwarding quota
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "limits.forwards.allowed", "description": "How many messages per 24 hour can be forwarded
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "limits.forwards.used", "description": "How many messages are forwarded during current 24 hour period
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "limits.forwards.ttl", "description": "Time until the end of current 24 hour period
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "autoreply", "description": "Autoreply information
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "autoreply.status", "description": "If true, then autoreply is enabled for this address
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "autoreply.name", "description": "Name that is used for the From: header in autoreply message
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "autoreply.subject", "description": "Autoreply subject line
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "autoreply.text", "description": "Autoreply plaintext content
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "autoreply.html", "description": "Autoreply HTML content
" }, { "group": "Success 200", "type": "String[]", "optional": false, "field": "tags", "description": "List of tags associated with the Address
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "created", "description": "Datestring of the time the address was created
" } ] }, "examples": [ { "title": "User-Address:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"id\": \"59ef21aef255ed1d9d790e81\",\n \"address\": \"user@example.com\",\n \"user\": \"59ef21aef255ed1d9d771bb\"\n \"created\": \"2017-10-24T11:19:10.911Z\"\n}", "type": "json" }, { "title": "Forwarded-Address:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"id\": \"59ef21aef255ed1d9d790e81\",\n \"address\": \"user@example.com\",\n \"targets\": [\n \"my.other.address@example.com\"\n ],\n \"limits\": {\n \"forwards\": {\n \"allowed\": 2000,\n \"used\": 0,\n \"ttl\": false\n }\n },\n \"autoreply\": {\n \"status\": false\n },\n \"created\": \"2017-10-24T11:19:10.911Z\"\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"This address does not exist\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i http://localhost:8080/addresses/resolve/k%C3%A4ru%40j%C3%B5geva.ee", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/addresses.js", "groupTitle": "Addresses" }, { "type": "get", "url": "/addresses", "title": "List registered Addresses", "name": "GetAddresses", "group": "Addresses", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": true, "field": "query", "description": "Partial match of an address
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "tags", "description": "Comma separated list of tags. The Address must have at least one to be set
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "requiredTags", "description": "Comma separated list of tags. The Address must have all listed tags to be set
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "limit", "defaultValue": "20", "description": "How many records to return
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "page", "defaultValue": "1", "description": "Current page number. Informational only, page numbers start from 1
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "next", "description": "Cursor value for next page, retrieved from nextCursor
response value
Cursor value for previous page, retrieved from previousCursor
response value
Indicates successful response
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "total", "description": "How many results were found
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "page", "description": "Current page number. Derived from page
query argument
Either a cursor string or false if there are not any previous results
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "nextCursor", "description": "Either a cursor string or false if there are not any next results
" }, { "group": "Success 200", "type": "Object[]", "optional": false, "field": "results", "description": "Address listing
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.id", "description": "ID of the Address
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.name", "description": "Identity name
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.address", "description": "E-mail address string
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.user", "description": "User ID this address belongs to if this is an User address
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "results.forwarded", "description": "If true then it is a forwarded address
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"total\": 1,\n \"page\": 1,\n \"previousCursor\": false,\n \"nextCursor\": false,\n \"results\": [\n {\n \"id\": \"59ef21aef255ed1d9d790e81\",\n \"address\": \"user@example.com\",\n \"user\": \"59ef21aef255ed1d9d790e7a\"\n },\n {\n \"id\": \"59ef21aef255ed1d9d790e81\",\n \"address\": \"user@example.com\",\n \"forwarded\": true\n }\n ]\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"Database error\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i http://localhost:8080/addresses", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/addresses.js", "groupTitle": "Addresses" }, { "type": "get", "url": "/addresses/forwarded/:address", "title": "Request forwarded Addresses information", "name": "GetForwardedAddress", "group": "Addresses", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "address", "description": "ID of the Address
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "id", "description": "ID of the Address
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "address", "description": "E-mail address string
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "name", "description": "Identity name
" }, { "group": "Success 200", "type": "String[]", "optional": false, "field": "targets", "description": "List of forwarding targets
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "limits", "description": "Account limits and usage
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "limits.forwards", "description": "Forwarding quota
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "limits.forwards.allowed", "description": "How many messages per 24 hour can be forwarded
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "limits.forwards.used", "description": "How many messages are forwarded during current 24 hour period
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "limits.forwards.ttl", "description": "Time until the end of current 24 hour period
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "autoreply", "description": "Autoreply information
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "autoreply.status", "description": "If true, then autoreply is enabled for this address
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "autoreply.name", "description": "Name that is used for the From: header in autoreply message
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "autoreply.subject", "description": "Autoreply subject line
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "autoreply.text", "description": "Autoreply plaintext content
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "autoreply.html", "description": "Autoreply HTML content
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "created", "description": "Datestring of the time the address was created
" }, { "group": "Success 200", "type": "String[]", "optional": false, "field": "results.tags", "description": "List of tags associated with the Address
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"id\": \"59ef21aef255ed1d9d790e81\",\n \"address\": \"user@example.com\",\n \"targets\": [\n \"my.other.address@example.com\"\n ],\n \"limits\": {\n \"forwards\": {\n \"allowed\": 2000,\n \"used\": 0,\n \"ttl\": false\n }\n },\n \"created\": \"2017-10-24T11:19:10.911Z\"\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"This address does not exist\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i http://localhost:8080/addresses/forwarded/59ef21aef255ed1d9d790e81", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/addresses.js", "groupTitle": "Addresses" }, { "type": "get", "url": "/users/:user/addresses/:address", "title": "Request Addresses information", "name": "GetUserAddress", "group": "Addresses", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "ID of the User
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "address", "description": "ID of the Address
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "id", "description": "ID of the Address
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "name", "description": "Identity name
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "address", "description": "E-mail address string
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "main", "description": "Indicates if this is the default address for the User
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "created", "description": "Datestring of the time the address was created
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"id\": \"59ef21aef255ed1d9d790e81\",\n \"address\": \"user@example.com\",\n \"main\": true,\n \"created\": \"2017-10-24T11:19:10.911Z\"\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"This user does not exist\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i http://localhost:8080/users/59ef21aef255ed1d9d790e7a/addresses/59ef21aef255ed1d9d790e81", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/addresses.js", "groupTitle": "Addresses" }, { "type": "get", "url": "/users/:user/addresses", "title": "List registered Addresses for an User", "name": "GetUserAddresses", "group": "Addresses", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "ID of the User
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "Object[]", "optional": false, "field": "results", "description": "Address listing
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.id", "description": "ID of the Address
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.name", "description": "Identity name
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.address", "description": "E-mail address string
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "results.main", "description": "Indicates if this is the default address for the User
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.created", "description": "Datestring of the time the address was created
" }, { "group": "Success 200", "type": "String[]", "optional": false, "field": "results.tags", "description": "List of tags associated with the Address
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"total\": 1,\n \"page\": 1,\n \"previousCursor\": false,\n \"nextCursor\": false,\n \"results\": [\n {\n \"id\": \"59ef21aef255ed1d9d790e81\",\n \"address\": \"user@example.com\",\n \"main\": true,\n \"created\": \"2017-10-24T11:19:10.911Z\"\n }\n ]\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"This user does not exist\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i http://localhost:8080/users/59ef21aef255ed1d9d790e7a/addresses", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/addresses.js", "groupTitle": "Addresses" }, { "type": "post", "url": "/addresses/forwarded", "title": "Create new forwarded Address", "name": "PostForwardedAddress", "group": "Addresses", "description": "Add a new forwarded email address. Addresses can contain unicode characters. Dots in usernames are normalized so no need to create both "firstlast@example.com" and "first.last@example.com"
Special addresses *@example.com
and username@*
catches all emails to these domains or users without a registered destination (requires allowWildcard
argument)
Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "address", "description": "E-mail Address
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "name", "description": "Identity name
" }, { "group": "Parameter", "type": "String[]", "optional": true, "field": "targets", "description": "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
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "forwards", "description": "Daily allowed forwarding count for this address
" }, { "group": "Parameter", "type": "Boolean", "optional": true, "field": "allowWildcard", "defaultValue": "false", "description": "If true
then address value can be in the form of *@example.com
, otherwise using * is not allowed
A list of tags associated with this address
" }, { "group": "Parameter", "type": "Object", "optional": true, "field": "autoreply", "description": "Autoreply information
" }, { "group": "Parameter", "type": "Boolean", "optional": true, "field": "autoreply.status", "description": "If true, then autoreply is enabled for this address
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "autoreply.start", "description": "Either a date string or boolean false to disable start time checks
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "autoreply.end", "description": "Either a date string or boolean false to disable end time checks
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "autoreply.name", "description": "Name that is used for the From: header in autoreply message
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "autoreply.subject", "description": "Autoreply subject line
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "autoreply.text", "description": "Autoreply plaintext content
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "autoreply.html", "description": "Autoreply HTML content
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "id", "description": "ID of the Address
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"id\": \"59ef21aef255ed1d9d790e81\"\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"This email address already exists\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i -XPOST http://localhost:8080/addresses/forwarded \\\n-H 'Content-type: application/json' \\\n-d '{\n \"address\": \"my.new.address@example.com\",\n \"targets\": [\n \"my.old.address@example.com\",\n \"smtp://mx2.zone.eu:25\"\n ],\n \"forwards\": 500\n}'", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/addresses.js", "groupTitle": "Addresses" }, { "type": "post", "url": "/users/:user/addresses", "title": "Create new Address", "name": "PostUserAddress", "group": "Addresses", "description": "Add a new email address for an User. Addresses can contain unicode characters. Dots in usernames are normalized so no need to create both "firstlast@example.com" and "first.last@example.com"
Special addresses *@example.com
and username@*
catches all emails to these domains or users without a registered destination (requires allowWildcard
argument)
Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "ID of the User
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "address", "description": "E-mail Address
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "name", "description": "Identity name
" }, { "group": "Parameter", "type": "String[]", "optional": true, "field": "tags", "description": "A list of tags associated with this address
" }, { "group": "Parameter", "type": "Boolean", "optional": true, "field": "main", "defaultValue": "false", "description": "Indicates if this is the default address for the User
" }, { "group": "Parameter", "type": "Boolean", "optional": true, "field": "allowWildcard", "defaultValue": "false", "description": "If true
then address value can be in the form of *@example.com
, otherwise using * is not allowed
Indicates successful response
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "id", "description": "ID of the Address
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"id\": \"59ef21aef255ed1d9d790e81\"\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"This user does not exist\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i -XPOST http://localhost:8080/users/59fc66a03e54454869460e45/addresses \\\n-H 'Content-type: application/json' \\\n-d '{\n \"address\": \"my.new.address@example.com\"\n}'", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/addresses.js", "groupTitle": "Addresses" }, { "type": "put", "url": "/addresses/forwarded/:address", "title": "Update forwarded Address information", "name": "PutForwardedAddress", "group": "Addresses", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "id", "description": "ID of the Address
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "address", "description": "New address. Only affects normal addresses, special addresses that include * can not be changed
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "name", "description": "Identity name
" }, { "group": "Parameter", "type": "String[]", "optional": true, "field": "targets", "description": "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. If set then overwrites previous targets array
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "forwards", "description": "Daily allowed forwarding count for this address
" }, { "group": "Parameter", "type": "String[]", "optional": true, "field": "tags", "description": "A list of tags associated with this address
" }, { "group": "Parameter", "type": "Object", "optional": true, "field": "autoreply", "description": "Autoreply information
" }, { "group": "Parameter", "type": "Boolean", "optional": true, "field": "autoreply.status", "description": "If true, then autoreply is enabled for this address
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "autoreply.start", "description": "Either a date string or boolean false to disable start time checks
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "autoreply.end", "description": "Either a date string or boolean false to disable end time checks
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "autoreply.name", "description": "Name that is used for the From: header in autoreply message
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "autoreply.subject", "description": "Autoreply subject line
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "autoreply.text", "description": "Autoreply plaintext content
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "autoreply.html", "description": "Autoreply HTML content
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"This address does not exist\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i -XPUT http://localhost:8080/addresses/forwarded/5a1d4541153888cdcd62a71b \\\n-H 'Content-type: application/json' \\\n-d '{\n \"targets\": [\n \"some.other.address@example.com\"\n ]\n}'", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/addresses.js", "groupTitle": "Addresses" }, { "type": "put", "url": "/addresses/renameDomain", "title": "Rename domain in addresses", "name": "PutRenameDomain", "group": "Addresses", "description": "Renames domain names for addresses, DKIM keys and Domain Aliases
", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "oldDomain", "description": "Old Domain Name
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "newDomain", "description": "New Domain Name
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"Failed to rename domain\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i -XPUT http://localhost:8080/addresses/renameDomain \\\n-H 'Content-type: application/json' \\\n-d '{\n \"oldDomain\": \"example.com\",\n \"newDomain\": \"blurdybloop.com\"\n}'", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/addresses.js", "groupTitle": "Addresses" }, { "type": "put", "url": "/users/:user/addresses/:address", "title": "Update Address information", "name": "PutUserAddress", "group": "Addresses", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "ID of the User
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "id", "description": "ID of the Address
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "name", "description": "Identity name
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "address", "description": "New address if you want to rename existing address. Only affects normal addresses, special addresses that include * can not be changed
" }, { "group": "Parameter", "type": "Boolean", "optional": false, "field": "main", "description": "Indicates if this is the default address for the User
" }, { "group": "Parameter", "type": "String[]", "optional": true, "field": "tags", "description": "A list of tags associated with this address
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"This user does not exist\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i -XPUT http://localhost:8080/users/59fc66a03e54454869460e45/addresses/5a1d4541153888cdcd62a71b \\\n-H 'Content-type: application/json' \\\n-d '{\n \"main\": true\n}'", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/addresses.js", "groupTitle": "Addresses" }, { "type": "delete", "url": "/users/:user/asps/:asp", "title": "Delete an Application Password", "name": "DeleteASP", "group": "ApplicationPasswords", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "ID of the User
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "asp", "description": "ID of the Application Password
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"Database error\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i -XDELETE \"http://localhost:8080/users/59fc66a03e54454869460e45/asps/5a1d6dd776e56b6d97e5dd48\"", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/asps.js", "groupTitle": "ApplicationPasswords" }, { "type": "get", "url": "/users/:user/asps/:asp", "title": "Request ASP information", "name": "GetASP", "group": "ApplicationPasswords", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "ID of the User
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "asp", "description": "ID of the Application Specific Password
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "id", "description": "ID of the Application Password
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "description", "description": "Description
" }, { "group": "Success 200", "type": "String[]", "optional": false, "field": "scopes", "description": "Allowed scopes for the Application Password
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "lastUse", "description": "Information about last use
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "lastUse.time", "description": "Datestring of last use or false if password has not been used
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "lastUse.event", "description": "Event ID of the security log for the last authentication
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "created", "description": "Datestring
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"id\": \"5a1d6dd776e56b6d97e5dd48\",\n \"description\": \"Thunderbird\",\n \"scopes\": [\n \"imap\",\n \"smtp\"\n ],\n \"lastUse\": {\n \"time\": \"2018-06-21T16:51:53.807Z\",\n \"event\": \"5b2bd7a9d0ba2509deb88f40\"\n },\n \"created\": \"2017-11-28T14:08:23.520Z\"\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"Database error\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i \"http://localhost:8080/users/59fc66a03e54454869460e45/asps/5a1d6dd776e56b6d97e5dd48\"", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/asps.js", "groupTitle": "ApplicationPasswords" }, { "type": "get", "url": "/users/:user/asps", "title": "List Application Passwords", "name": "GetASPs", "group": "ApplicationPasswords", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "ID of the User
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "Object[]", "optional": false, "field": "results", "description": "Event listing
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.id", "description": "ID of the Application Password
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.description", "description": "Description
" }, { "group": "Success 200", "type": "String[]", "optional": false, "field": "results.scopes", "description": "Allowed scopes for the Application Password
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "results.lastUse", "description": "Information about last use
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.lastUse.time", "description": "Datestring of last use or false if password has not been used
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.lastUse.event", "description": "Event ID of the security log for the last authentication
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.created", "description": "Datestring
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"results\": [\n {\n \"id\": \"5a1d6dd776e56b6d97e5dd48\",\n \"description\": \"Thunderbird\",\n \"scopes\": [\n \"imap\",\n \"smtp\"\n ],\n \"lastUse\": {\n \"time\": \"2018-06-21T16:51:53.807Z\",\n \"event\": \"5b2bd7a9d0ba2509deb88f40\"\n },\n \"created\": \"2017-11-28T14:08:23.520Z\"\n }\n ]\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"Database error\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i \"http://localhost:8080/users/59fc66a03e54454869460e45/asps\"", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/asps.js", "groupTitle": "ApplicationPasswords" }, { "type": "post", "url": "/users/:user/asps", "title": "Create new Application Password", "name": "PostASP", "group": "ApplicationPasswords", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "ID of the User
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "description", "description": "Description
" }, { "group": "Parameter", "type": "String[]", "optional": false, "field": "scopes", "description": "List of scopes this Password applies to. Special scope "*" indicates that this password can be used for any scope except "master"
" }, { "group": "Parameter", "type": "Boolean", "optional": true, "field": "generateMobileconfig", "description": "If true then result contains a mobileconfig formatted file with account config
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "address", "description": "E-mail address to be used as the account address in mobileconfig file. Must be one of the listed identity addresses of the user. Defaults to the main address of the user
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "sess", "description": "Session identifier for the logs
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "ip", "description": "IP address for the logs
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "id", "description": "ID of the Application Password
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "password", "description": "Application Specific Password. Generated password is whitespace agnostic, so it could be displayed to the client as "abcd efgh ijkl mnop" instead of "abcdefghijklmnop"
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "mobileconfig", "description": "Base64 encoded mobileconfig file. Generated profile file should be sent to the client with Content-Type
value of application/x-apple-aspen-config
.
Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"Database error\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i -XPOST http://localhost:8080/users/59fc66a03e54454869460e45/asps \\\n-H 'Content-type: application/json' \\\n-d '{\n \"description\": \"Thunderbird\",\n \"scopes\": [\"imap\", \"smtp\"],\n \"generateMobileconfig\": true\n}'", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/asps.js", "groupTitle": "ApplicationPasswords" }, { "type": "get", "url": "/users/:user/archived/messages", "title": "List archived messages", "name": "GetArchivedMessages", "group": "Archive", "description": "Archive contains all recently deleted messages besides Drafts etc.
", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "ID of the User
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "limit", "defaultValue": "20", "description": "How many records to return
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "page", "defaultValue": "1", "description": "Current page number. Informational only, page numbers start from 1
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "order", "defaultValue": "desc", "description": "Ordering of the records by insert date
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "next", "description": "Cursor value for next page, retrieved from nextCursor
response value
Cursor value for previous page, retrieved from previousCursor
response value
Indicates successful response
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "total", "description": "How many results were found
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "page", "description": "Current page number. Derived from page
query argument
Either a cursor string or false if there are not any previous results
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "nextCursor", "description": "Either a cursor string or false if there are not any next results
" }, { "group": "Success 200", "type": "Object[]", "optional": false, "field": "results", "description": "Message listing
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.id", "description": "ID of the Message (24 byte hex)
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.mailbox", "description": "ID of the Mailbox
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.thread", "description": "ID of the Thread
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "results.from", "description": "Sender info
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.from.name", "description": "Name of the sender
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.from.address", "description": "Address of the sender
" }, { "group": "Success 200", "type": "Object[]", "optional": false, "field": "results.to", "description": "Recipients in To: field
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.to.name", "description": "Name of the recipient
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.to.address", "description": "Address of the recipient
" }, { "group": "Success 200", "type": "Object[]", "optional": false, "field": "results.cc", "description": "Recipients in Cc: field
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.cc.name", "description": "Name of the recipient
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.cc.address", "description": "Address of the recipient
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.subject", "description": "Message subject
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.date", "description": "Datestring
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.intro", "description": "First 128 bytes of the message
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "results.attachments", "description": "Does the message have attachments
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "results.seen", "description": "Is this message alread seen or not
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "results.deleted", "description": "Does this message have a \\Deleted flag (should not have as messages are automatically deleted once this flag is set)
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "results.flagged", "description": "Does this message have a \\Flagged flag
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "results.contentType", "description": "Parsed Content-Type header. Usually needed to identify encrypted messages and such
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.contentType.value", "description": "MIME type of the message, eg. "multipart/mixed"
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "results.contentType.params", "description": "An object with Content-Type params as key-value pairs
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"total\": 1,\n \"page\": 1,\n \"previousCursor\": false,\n \"nextCursor\": false,\n \"results\": [\n {\n \"id\": \"59fc66a13e54454869460e58\",\n \"mailbox\": \"59fc66a03e54454869460e46\",\n \"thread\": \"59fc66a13e54454869460e50\",\n \"from\": {\n \"address\": \"rfinnie@domain.dom\",\n \"name\": \"Ryan Finnie\"\n },\n \"subject\": \"Ryan Finnie's MIME Torture Test v1.0\",\n \"date\": \"2003-10-24T06:28:34.000Z\",\n \"intro\": \"Welcome to Ryan Finnie's MIME torture test. This message was designed to introduce a couple of the newer features of MIME-aware…\",\n \"attachments\": true,\n \"seen\": true,\n \"deleted\": false,\n \"flagged\": true,\n \"draft\": false,\n \"url\": \"/users/59fc66a03e54454869460e45/mailboxes/59fc66a03e54454869460e46/messages/1\",\n \"contentType\": {\n \"value\": \"multipart/mixed\",\n \"params\": {\n \"boundary\": \"=-qYxqvD9rbH0PNeExagh1\"\n }\n }\n }\n ]\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"Database error\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i \"http://localhost:8080/users/59fc66a03e54454869460e45/archived/messages\"", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/messages.js", "groupTitle": "Archive" }, { "type": "post", "url": "/users/:user/archived/messages/:message/restore", "title": "Restore archived Message", "name": "RestoreMessage", "group": "Archive", "description": "Restores a single archived message by moving it back to the mailbox it was deleted from or to provided target mailbox. If target mailbox does not exist, then the message is moved to INBOX.
", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "ID of the User
" }, { "group": "Parameter", "type": "Number", "optional": false, "field": "message", "description": "Message ID
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "mailbox", "description": "ID of the target Mailbox. If not set then original mailbox is used.
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "mailbox", "description": "Maibox ID the message was moved to
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "id", "description": "New ID for the Message
" } ] }, "examples": [ { "title": "Restore Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"mailbox\": \"59fc66a13e54454869460e57\",\n \"id\": 4\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"Database error\"\n}", "type": "json" } ] }, "examples": [ { "title": "Restore a Message:", "content": "curl -i -XPOST \"http://localhost:8080/users/59fc66a03e54454869460e45/archived/messages/59fc66a13e54454869460e58/restore\" \\\n-H 'Content-type: application/json' \\\n-d '{}'", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/messages.js", "groupTitle": "Archive" }, { "type": "post", "url": "/users/:user/archived/restore", "title": "Restore archived messages", "name": "RestoreMessages", "group": "Archive", "description": "Initiates a restore task to move archived messages of a date range back to the mailboxes the messages were deleted from. If target mailbox does not exist, then the messages are moved to INBOX.
", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "ID of the User
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "start", "description": "Datestring
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "end", "description": "Datestring
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" } ] }, "examples": [ { "title": "Restore Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"Database error\"\n}", "type": "json" } ] }, "examples": [ { "title": "Restore a Message:", "content": "curl -i -XPOST \"http://localhost:8080/users/59fc66a03e54454869460e45/archived/restore\" \\\n-H 'Content-type: application/json' \\\n-d '{\n \"start\": \"2018-10-01T00:00:00.000Z\",\n \"end\": \"2018-10-08T23:59:59.999Z\"\n}'", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/messages.js", "groupTitle": "Archive" }, { "type": "get", "url": "/users/:user/authlog", "title": "List authentication Events", "name": "GetAuthlog", "group": "Authentication", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "ID of the User
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "action", "description": "Limit listing only to values with specific action value
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "sess", "description": "Limit listing only to values with specific session identifier
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "ip", "description": "Limit listing only to values with specific IP address
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "limit", "defaultValue": "20", "description": "How many records to return
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "page", "defaultValue": "1", "description": "Current page number. Informational only, page numbers start from 1
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "next", "description": "Cursor value for next page, retrieved from nextCursor
response value
Cursor value for previous page, retrieved from previousCursor
response value
Indicates successful response
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "total", "description": "How many results were found
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "page", "description": "Current page number. Derived from page
query argument
Either a cursor string or false if there are not any previous results
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "nextCursor", "description": "Either a cursor string or false if there are not any next results
" }, { "group": "Success 200", "type": "Object[]", "optional": false, "field": "results", "description": "Event listing
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.id", "description": "ID of the Event
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.action", "description": "Action identifier
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.result", "description": "Did the action succeed
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.sess", "description": "Session identifier
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.ip", "description": "IP address of the Event
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.created", "description": "Datestring of the Event time
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"action\": \"account created\",\n \"total\": 1,\n \"page\": 1,\n \"previousCursor\": false,\n \"nextCursor\": false,\n \"results\": [\n {\n \"id\": \"59fc66a03e54454869460e4d\",\n \"action\": \"account created\",\n \"result\": \"success\",\n \"sess\": null,\n \"ip\": null,\n \"created\": \"2017-11-03T12:52:48.792Z\",\n \"expires\": \"2017-12-03T12:52:48.792Z\"\n }\n ]\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"Database error\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i \"http://localhost:8080/users/59fc66a03e54454869460e45/authlog?action=account+created\"", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/auth.js", "groupTitle": "Authentication" }, { "type": "get", "url": "/users/:user/authlog/:event", "title": "Request Event information", "name": "GetAuthlogEvent", "group": "Authentication", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "ID of the User
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "event", "description": "ID of the Event
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "id", "description": "ID of the Event
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "action", "description": "Action identifier
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "result", "description": "Did the action succeed
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "sess", "description": "Session identifier
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "ip", "description": "IP address of the Event
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "created", "description": "Datestring of the Event time
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"id\": \"59fc66a03e54454869460e4d\",\n \"action\": \"account created\",\n \"result\": \"success\",\n \"sess\": null,\n \"ip\": null,\n \"created\": \"2017-11-03T12:52:48.792Z\",\n \"expires\": \"2017-12-03T12:52:48.792Z\"\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"Database error\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i \"http://localhost:8080/users/59fc66a03e54454869460e45/authlog/59fc66a03e54454869460e4d\"", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/auth.js", "groupTitle": "Authentication" }, { "type": "post", "url": "/authenticate", "title": "Authenticate an User", "name": "PostAuth", "group": "Authentication", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "username", "description": "Username or E-mail address
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "password", "description": "Password
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "protocol", "description": "Application identifier for security logs
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "scope", "defaultValue": "master", "description": "Required scope. One of master
, imap
, smtp
, pop3
Session identifier for the logs
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "ip", "description": "IP address for the logs
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "id", "description": "ID of authenticated User
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "username", "description": "Username of authenticated User
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "scope", "description": "The scope this authentication is valid for
" }, { "group": "Success 200", "type": "String[]", "optional": false, "field": "require2fa", "description": "List of enabled 2FA mechanisms
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "requirePasswordChange", "description": "Indicates if account hassword has been reset and should be replaced
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"id\": \"5a12914c350c183bd0d331f0\",\n \"username\": \"myuser\",\n \"scope\": \"master\",\n \"require2fa\": [\n \"totp\"\n ],\n \"requirePasswordChange\": false\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" }, { "group": "Error 4xx", "optional": true, "field": "code", "description": "Error code
" }, { "group": "Error 4xx", "optional": true, "field": "id", "description": "User ID if the user exists
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"Authentication failed. Invalid scope\",\n \"code\": \"InvalidAuthScope\",\n \"id\": \"5b22283d45e8d47572eb0381\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i -XPOST http://localhost:8080/authenticate \\\n-H 'Content-type: application/json' \\\n-d '{\n \"username\": \"myuser\",\n \"password\": \"secretpass\",\n \"scope\": \"master\"\n}'", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/auth.js", "groupTitle": "Authentication" }, { "type": "delete", "url": "/users/:user/autoreply", "title": "Delete Autoreply information", "name": "DeleteAutoreply", "group": "Autoreplies", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "ID of the User
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"This user does not exist\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i -XDELETE http://localhost:8080/users/59fc66a03e54454869460e45/autoreply", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/autoreply.js", "groupTitle": "Autoreplies" }, { "type": "get", "url": "/users/:user/autoreply", "title": "Request Autoreply information", "name": "GetAutoreply", "group": "Autoreplies", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "ID of the User
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "status", "description": "Is the autoreply enabled (true) or not (false)
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "name", "description": "Name that is used for the From: header in autoreply message
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "subject", "description": "Subject line for the autoreply. If empty then uses subject of the original message
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "html", "description": "HTML formatted content of the autoreply message
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "text", "description": "Plaintext formatted content of the autoreply message
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "start", "description": "Datestring of the start of the autoreply
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "end", "description": "Datestring of the end of the autoreply
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"status\": true,\n \"subject\": \"\",\n \"text\": \"Away from office until Dec.19\",\n \"html\": \"\",\n \"start\": \"2017-11-15T00:00:00.000Z\",\n \"end\": \"2017-12-19T00:00:00.000Z\"\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"This user does not exist\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i http://localhost:8080/users/59fc66a03e54454869460e45/autoreply", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/autoreply.js", "groupTitle": "Autoreplies" }, { "type": "put", "url": "/users/:user/autoreply", "title": "Update Autoreply information", "name": "PutAutoreply", "group": "Autoreplies", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "ID of the User
" }, { "group": "Parameter", "type": "Boolean", "optional": true, "field": "status", "description": "Is the autoreply enabled (true) or not (false)
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "name", "description": "Name that is used for the From: header in autoreply message
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "subject", "description": "Subject line for the autoreply. If empty then uses subject of the original message
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "html", "description": "HTML formatted content of the autoreply message
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "text", "description": "Plaintext formatted content of the autoreply message
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "start", "description": "Datestring of the start of the autoreply or boolean false to disable start checks
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "end", "description": "Datestring of the end of the autoreply or boolean false to disable end checks
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"This user does not exist\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i -XPUT http://localhost:8080/users/59fc66a03e54454869460e45/autoreply \\\n-H 'Content-type: application/json' \\\n-d '{\n \"status\": true,\n \"text\": \"Away from office until Dec.19\",\n \"start\": \"2017-11-15T00:00:00.000Z\",\n \"end\": \"2017-12-19T00:00:00.000Z\"\n}'", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/autoreply.js", "groupTitle": "Autoreplies" }, { "type": "delete", "url": "/dkim/:dkim", "title": "Delete a DKIM key", "name": "DeleteDkim", "group": "DKIM", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "dkim", "description": "ID of the DKIM
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"Database error\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i -XDELETE http://localhost:8080/dkim/59ef21aef255ed1d9d790e81", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/dkim.js", "groupTitle": "DKIM" }, { "type": "get", "url": "/dkim", "title": "List registered DKIM keys", "name": "GetDkim", "group": "DKIM", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": true, "field": "query", "description": "Partial match of a Domain name
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "limit", "defaultValue": "20", "description": "How many records to return
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "page", "defaultValue": "1", "description": "Current page number. Informational only, page numbers start from 1
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "next", "description": "Cursor value for next page, retrieved from nextCursor
response value
Cursor value for previous page, retrieved from previousCursor
response value
Indicates successful response
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "total", "description": "How many results were found
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "page", "description": "Current page number. Derived from page
query argument
Either a cursor string or false if there are not any previous results
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "nextCursor", "description": "Either a cursor string or false if there are not any next results
" }, { "group": "Success 200", "type": "Object[]", "optional": false, "field": "results", "description": "Aliases listing
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.id", "description": "ID of the DKIM
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.domain", "description": "The domain this DKIM key applies to
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.selector", "description": "DKIM selector
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.description", "description": "Key description
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.fingerprint", "description": "Key fingerprint (SHA1)
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.created", "description": "Datestring
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"total\": 1,\n \"page\": 1,\n \"previousCursor\": false,\n \"nextCursor\": false,\n \"results\": [\n {\n \"id\": \"59ef21aef255ed1d9d790e81\",\n \"domain\": \"example.com\",\n \"selector\": \"oct17\",\n \"description\": \"Key for marketing emails\",\n \"fingerprint\": \"6a:aa:d7:ba:e4:99:b4:12:e0:f3:35:01:71:d4:f1:d6:b4:95:c4:f5\",\n \"created\": \"2017-10-24T11:19:10.911Z\"\n }\n ]\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"Database error\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i http://localhost:8080/dkim", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/dkim.js", "groupTitle": "DKIM" }, { "type": "get", "url": "/dkim/:dkim", "title": "Request DKIM information", "name": "GetDkimKey", "group": "DKIM", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "dkim", "description": "ID of the DKIM
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "id", "description": "ID of the DKIM
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "domain", "description": "The domain this DKIM key applies to
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "selector", "description": "DKIM selector
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "description", "description": "Key description
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "fingerprint", "description": "Key fingerprint (SHA1)
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "publicKey", "description": "Public key in DNS format (no prefix/suffix, single line)
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "dnsTxt", "description": "Value for DNS TXT entry
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "dnsTxt.name", "description": "Is the domain name of TXT
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "dnsTxt.value", "description": "Is the value of TXT
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "created", "description": "Datestring
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"id\": \"59ef21aef255ed1d9d790e7a\",\n \"domain\": \"example.com\",\n \"selector\": \"oct17\",\n \"description\": \"Key for marketing emails\",\n \"fingerprint\": \"6a:aa:d7:ba:e4:99:b4:12:e0:f3:35:01:71:d4:f1:d6:b4:95:c4:f5\",\n \"publicKey\": \"-----BEGIN PUBLIC KEY-----\\r\\nMIGfMA0...\",\n \"dnsTxt\": {\n \"name\": \"dec20._domainkey.example.com\",\n \"value\": \"v=DKIM1;t=s;p=MIGfMA0...\"\n }\n \"created\": \"2017-10-24T11:19:10.911Z\"\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"This Alias does not exist\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i http://localhost:8080/dkim/59ef21aef255ed1d9d790e7a", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/dkim.js", "groupTitle": "DKIM" }, { "type": "post", "url": "/dkim", "title": "Create or update DKIM key for domain", "name": "PostDkim", "group": "DKIM", "description": "Add a new DKIM key for a Domain or update existing one. There can be single DKIM key registered for each domain name.
", "header": { "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "domain", "description": "Domain name this DKIM key applies to. Use "*"
as a special value that will be used for domains that do not have their own DKIM key set
Selector for the key
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "description", "description": "Key description
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "privateKey", "description": "Pem formatted DKIM private key. If not set then a new 2048 bit RSA key is generated, beware though that it can take several seconds to complete.
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "id", "description": "ID of the DKIM
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "domain", "description": "The domain this DKIM key applies to
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "selector", "description": "DKIM selector
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "description", "description": "Key description
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "fingerprint", "description": "Key fingerprint (SHA1)
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "publicKey", "description": "Public key in DNS format (no prefix/suffix, single line)
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "dnsTxt", "description": "Value for DNS TXT entry
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "dnsTxt.name", "description": "Is the domain name of TXT
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "dnsTxt.value", "description": "Is the value of TXT
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"id\": \"59ef21aef255ed1d9d790e81\",\n \"domain\": \"example.com\",\n \"selector\": \"oct17\",\n \"description\": \"Key for marketing emails\",\n \"fingerprint\": \"6a:aa:d7:ba:e4:99:b4:12:e0:f3:35:01:71:d4:f1:d6:b4:95:c4:f5\",\n \"publicKey\": \"-----BEGIN PUBLIC KEY-----\\r\\nMIGfMA0...\",\n \"dnsTxt\": {\n \"name\": \"dec20._domainkey.example.com\",\n \"value\": \"v=DKIM1;t=s;p=MIGfMA0...\"\n }\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"This user does not exist\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i -XPOST http://localhost:8080/dkim \\\n-H 'Content-type: application/json' \\\n-d '{\n \"domain\": \"example.com\",\n \"selector\": \"oct17\",\n \"description\": \"Key for marketing emails\",\n \"privateKey\": \"-----BEGIN RSA PRIVATE KEY-----...\"\n}'", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/dkim.js", "groupTitle": "DKIM" }, { "type": "get", "url": "/dkim/resolve/:domain", "title": "Resolve ID for a DKIM domain", "name": "ResolveDKIM", "group": "DKIM", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "domain", "description": "DKIM domain
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "id", "description": "DKIM unique ID (24 byte hex)
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"id\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"This domain does not exist\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i http://localhost:8080/dkim/resolve/example.com", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/dkim.js", "groupTitle": "DKIM" }, { "type": "delete", "url": "/domainaliases/:alias", "title": "Delete an Alias", "name": "DeleteDomainAlias", "group": "DomainAliases", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "alias", "description": "ID of the Alias
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"Database error\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i -XDELETE http://localhost:8080/domainaliases/59ef21aef255ed1d9d790e81", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/domainaliases.js", "groupTitle": "DomainAliases" }, { "type": "get", "url": "/domainaliases", "title": "List registered Domain Aliases", "name": "GetAliases", "group": "DomainAliases", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": true, "field": "query", "description": "Partial match of a Domain Alias or Domain name
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "limit", "defaultValue": "20", "description": "How many records to return
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "page", "defaultValue": "1", "description": "Current page number. Informational only, page numbers start from 1
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "next", "description": "Cursor value for next page, retrieved from nextCursor
response value
Cursor value for previous page, retrieved from previousCursor
response value
Indicates successful response
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "total", "description": "How many results were found
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "page", "description": "Current page number. Derived from page
query argument
Either a cursor string or false if there are not any previous results
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "nextCursor", "description": "Either a cursor string or false if there are not any next results
" }, { "group": "Success 200", "type": "Object[]", "optional": false, "field": "results", "description": "Aliases listing
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.id", "description": "ID of the Domain Alias
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.alias", "description": "Domain Alias
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.domain", "description": "The domain this alias applies to
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"total\": 1,\n \"page\": 1,\n \"previousCursor\": false,\n \"nextCursor\": false,\n \"results\": [\n {\n \"id\": \"59ef21aef255ed1d9d790e81\",\n \"alias\": \"example.net\",\n \"domain\": \"example.com\"\n }\n ]\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"Database error\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i http://localhost:8080/domainaliases", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/domainaliases.js", "groupTitle": "DomainAliases" }, { "type": "get", "url": "/domainaliases/:alias", "title": "Request Alias information", "name": "GetDomainAlias", "group": "DomainAliases", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "alias", "description": "ID of the Alias
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "id", "description": "ID of the Alias
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "alias", "description": "Alias domain
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "domain", "description": "Alias target
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "created", "description": "Datestring of the time the alias was created
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"id\": \"59ef21aef255ed1d9d790e7a\",\n \"alias\": \"example.net\",\n \"domain\": \"example.com\",\n \"created\": \"2017-10-24T11:19:10.911Z\"\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"This Alias does not exist\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i http://localhost:8080/domainaliases/59ef21aef255ed1d9d790e7a", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/domainaliases.js", "groupTitle": "DomainAliases" }, { "type": "post", "url": "/domainaliases", "title": "Create new Domain Alias", "name": "PostDomainAlias", "group": "DomainAliases", "description": "Add a new Alias for a Domain. This allows to accept mail on username@domain and username@alias
", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "alias", "description": "Domain Alias
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "domain", "description": "Domain name this Alias applies to
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "id", "description": "ID of the Domain Alias
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"id\": \"59ef21aef255ed1d9d790e81\"\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"This user does not exist\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i -XPOST http://localhost:8080/domainaliases \\\n-H 'Content-type: application/json' \\\n-d '{\n \"domain\": \"example.com\",\n \"alias\": \"example.org\"\n}'", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/domainaliases.js", "groupTitle": "DomainAliases" }, { "type": "get", "url": "/domainaliases/resolve/:alias", "title": "Resolve ID for a domain aias", "name": "ResolveDomainAlias", "group": "DomainAliases", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "alias", "description": "Alias domain
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "id", "description": "Alias unique ID (24 byte hex)
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"id\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"This alias does not exist\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i http://localhost:8080/domainaliases/resolve/example.com", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/domainaliases.js", "groupTitle": "DomainAliases" }, { "type": "delete", "url": "/users/:user/filters/:filter", "title": "Delete a Filter", "name": "DeleteFilter", "group": "Filters", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "Users unique ID
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "filter", "description": "Filters unique ID
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"This filter does not exist\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i -XDELETE http://localhost:8080/users/59fc66a03e54454869460e45/filters/5a1c0ee490a34c67e266931c", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/filters.js", "groupTitle": "Filters" }, { "type": "get", "url": "/users/:user/filters/:filter", "title": "Request Filter information", "name": "GetFilter", "group": "Filters", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "Users unique ID.
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "filter", "description": "Filters unique ID.
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "id", "description": "ID for the Filter
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "name", "description": "Name of the Filter
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "query", "description": "Rules that a message must match
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "query.from", "description": "Partial match for the From: header (case insensitive)
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "query.to", "description": "Partial match for the To:/Cc: headers (case insensitive)
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "query.subject", "description": "Partial match for the Subject: header (case insensitive)
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "query.text", "description": "Fulltext search against message text
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "query.ha", "description": "Does a message have to have an attachment or not
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "query.size", "description": "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
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "action", "description": "Action to take with a matching message
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "action.seen", "description": "If true then mark matching messages as Seen
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "action.flag", "description": "If true then mark matching messages as Flagged
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "action.delete", "description": "If true then do not store matching messages
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "action.spam", "description": "If true then store matching messags to Junk Mail folder
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "action.mailbox", "description": "Mailbox ID to store matching messages to
" }, { "group": "Success 200", "type": "String[]", "optional": false, "field": "action.targets", "description": "A list of email addresses / HTTP URLs to forward the message to
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "disabled", "description": "If true, then this filter is ignored
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"id\": \"5a1c0ee490a34c67e266931c\",\n \"created\": \"2017-11-27T13:11:00.835Z\",\n \"query\": {\n \"from\": \"Mäger\"\n },\n \"action\": {\n \"seen\": true\n },\n \"disabled\": false\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"This filter does not exist\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i http://localhost:8080/users/59fc66a03e54454869460e45/filters/5a1c0ee490a34c67e266931c", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/filters.js", "groupTitle": "Filters" }, { "type": "get", "url": "/users/:user/filters", "title": "List Filters for an User", "name": "GetFilters", "group": "Filters", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "Users unique ID
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "Object[]", "optional": false, "field": "results", "description": "Filter description
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.id", "description": "Filter ID
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.name", "description": "Name for the filter
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.created", "description": "Datestring of the time the filter was created
" }, { "group": "Success 200", "type": "Array[]", "optional": false, "field": "results.query", "description": "A list of query descriptions
" }, { "group": "Success 200", "type": "Array[]", "optional": false, "field": "results.action", "description": "A list of action descriptions
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "results.disabled", "description": "If true, then this filter is ignored
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"results\": [\n {\n \"id\": \"5a1c0ee490a34c67e266931c\",\n \"query\": [\n [\n \"from\",\n \"(Mäger)\"\n ]\n ],\n \"action\": [\n [\n \"mark as read\"\n ]\n ],\n \"disabled\": false,\n \"created\": \"2017-11-27T13:11:00.835Z\"\n }\n ]\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"This user does not exist\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i http://localhost:8080/users/5a1bda70bfbd1442cd96c6f0/filters", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/filters.js", "groupTitle": "Filters" }, { "type": "post", "url": "/users/:user/filters", "title": "Create new Filter", "name": "PostFilter", "group": "Filters", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "Users unique ID.
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "name", "description": "Name of the Filter
" }, { "group": "Parameter", "type": "Object", "optional": false, "field": "query", "description": "Rules that a message must match
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "query.from", "description": "Partial match for the From: header (case insensitive)
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "query.to", "description": "Partial match for the To:/Cc: headers (case insensitive)
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "query.subject", "description": "Partial match for the Subject: header (case insensitive)
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "query.text", "description": "Fulltext search against message text
" }, { "group": "Parameter", "type": "Boolean", "optional": true, "field": "query.ha", "description": "Does a message have to have an attachment or not
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "query.size", "description": "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
" }, { "group": "Parameter", "type": "Object", "optional": false, "field": "action", "description": "Action to take with a matching message
" }, { "group": "Parameter", "type": "Boolean", "optional": true, "field": "action.seen", "description": "If true then mark matching messages as Seen
" }, { "group": "Parameter", "type": "Boolean", "optional": true, "field": "action.flag", "description": "If true then mark matching messages as Flagged
" }, { "group": "Parameter", "type": "Boolean", "optional": true, "field": "action.delete", "description": "If true then do not store matching messages
" }, { "group": "Parameter", "type": "Boolean", "optional": true, "field": "action.spam", "description": "If true then store matching messags to Junk Mail folder
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "action.mailbox", "description": "Mailbox ID to store matching messages to
" }, { "group": "Parameter", "type": "String[]", "optional": true, "field": "action.targets", "description": "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
" }, { "group": "Parameter", "type": "Boolean", "optional": true, "field": "disabled", "description": "If true then this filter is ignored
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "id", "description": "ID for the created Filter
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"id\": \"5a1c0ee490a34c67e266931c\"\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"Empty filter query\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i -XPOST http://localhost:8080/users/5a1bda70bfbd1442cd96c6f0/filters \\\n-H 'Content-type: application/json' \\\n-d '{\n \"query\": {\n \"from\": \"Mäger\"\n },\n \"action\": {\n \"seen\": true\n }\n}'", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/filters.js", "groupTitle": "Filters" }, { "type": "put", "url": "/users/:user/filters/:filter", "title": "Update Filter information", "name": "PutFilter", "group": "Filters", "description": "This method updates Filter data. To unset a value, use empty strings
", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "Users unique ID.
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "filter", "description": "Filters unique ID.
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "name", "description": "Name of the Filter
" }, { "group": "Parameter", "type": "Object", "optional": false, "field": "query", "description": "Rules that a message must match
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "query.from", "description": "Partial match for the From: header (case insensitive)
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "query.to", "description": "Partial match for the To:/Cc: headers (case insensitive)
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "query.subject", "description": "Partial match for the Subject: header (case insensitive)
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "query.text", "description": "Fulltext search against message text
" }, { "group": "Parameter", "type": "Boolean", "optional": true, "field": "query.ha", "description": "Does a message have to have an attachment or not
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "query.size", "description": "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
" }, { "group": "Parameter", "type": "Object", "optional": false, "field": "action", "description": "Action to take with a matching message
" }, { "group": "Parameter", "type": "Boolean", "optional": true, "field": "action.seen", "description": "If true then mark matching messages as Seen
" }, { "group": "Parameter", "type": "Boolean", "optional": true, "field": "action.flag", "description": "If true then mark matching messages as Flagged
" }, { "group": "Parameter", "type": "Boolean", "optional": true, "field": "action.delete", "description": "If true then do not store matching messages
" }, { "group": "Parameter", "type": "Boolean", "optional": true, "field": "action.spam", "description": "If true then store matching messags to Junk Mail folder
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "action.mailbox", "description": "Mailbox ID to store matching messages to
" }, { "group": "Parameter", "type": "String[]", "optional": true, "field": "action.targets", "description": "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
" }, { "group": "Parameter", "type": "Boolean", "optional": true, "field": "disabled", "description": "If true then this filter is ignored
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "id", "description": "ID for the created Filter
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"Empty filter query\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i -XPUT http://localhost:8080/users/59fc66a03e54454869460e45/filters/5a1c0ee490a34c67e266931c \\\n-H 'Content-type: application/json' \\\n-d '{\n \"action\": {\n \"seen\": \"\",\n \"flag\": true\n }\n}'", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/filters.js", "groupTitle": "Filters" }, { "type": "delete", "url": "/users/:user/mailboxes/:mailbox", "title": "Delete a Mailbox", "name": "DeleteMailbox", "group": "Mailboxes", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "Users unique ID
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "mailbox", "description": "Mailbox unique ID. Special use folders and INBOX can not be deleted
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"Mailbox deletion failed with code CANNOT\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i -XDELETE http://localhost:8080/users/59fc66a03e54454869460e45/mailboxes/5a1d2816153888cdcd62a715", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/mailboxes.js", "groupTitle": "Mailboxes" }, { "type": "get", "url": "/users/:user/mailboxes/:mailbox", "title": "Request Mailbox information", "name": "GetMailbox", "group": "Mailboxes", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "Users unique ID
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "mailbox", "description": "Mailbox unique ID
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "id", "description": "Mailbox ID
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "name", "description": "Name for the mailbox (unicode string)
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "path", "description": "Full path of the mailbox, folders are separated by slashes, ends with the mailbox name (unicode string)
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "specialUse", "description": "Either special use identifier or null
. One of \\Drafts
, \\Junk
, \\Sent
or \\Trash
Modification sequence number. Incremented on every change in the mailbox.
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "subscribed", "description": "Mailbox subscription status. IMAP clients may unsubscribe from a folder.
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "total", "description": "How many messages are stored in this mailbox
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "unseen", "description": "How many unseen messages are stored in this mailbox
" } ] }, "examples": [ { "title": "Success-Response:", "content": " HTTP/1.1 200 OK\n{\n \"success\": true,\n \"id\": \"59fc66a03e54454869460e46\",\n \"name\": \"INBOX\",\n \"path\": \"INBOX\",\n \"specialUse\": null,\n \"modifyIndex\": 1808,\n \"subscribed\": true,\n \"total\": 20,\n \"unseen\": 2\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"This mailbox does not exist\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i http://localhost:8080/users/59fc66a03e54454869460e45/mailboxes/59fc66a03e54454869460e46", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/mailboxes.js", "groupTitle": "Mailboxes" }, { "type": "get", "url": "/users/:user/mailboxes", "title": "List Mailboxes for an User", "name": "GetMailboxes", "group": "Mailboxes", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "Users unique ID
" }, { "group": "Parameter", "type": "Boolean", "optional": true, "field": "specialUse", "defaultValue": "false", "description": "Should the response include only folders with specialUse flag set.
" }, { "group": "Parameter", "type": "Boolean", "optional": true, "field": "counters", "defaultValue": "false", "description": "Should the response include counters (total + unseen). Counters come with some overhead.
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "Object[]", "optional": false, "field": "results", "description": "List of user mailboxes
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.id", "description": "Mailbox ID
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.name", "description": "Name for the mailbox (unicode string)
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.path", "description": "Full path of the mailbox, folders are separated by slashes, ends with the mailbox name (unicode string)
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.specialUse", "description": "Either special use identifier or null
. One of \\Drafts
, \\Junk
, \\Sent
or \\Trash
Modification sequence number. Incremented on every change in the mailbox.
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "results.subscribed", "description": "Mailbox subscription status. IMAP clients may unsubscribe from a folder.
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "results.total", "description": "How many messages are stored in this mailbox
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "results.unseen", "description": "How many unseen messages are stored in this mailbox
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"results\": [\n {\n \"id\": \"59fc66a03e54454869460e46\",\n \"name\": \"INBOX\",\n \"path\": \"INBOX\",\n \"specialUse\": null,\n \"modifyIndex\": 1808,\n \"subscribed\": true,\n \"total\": 20,\n \"unseen\": 2\n },\n {\n \"id\": \"59fc66a03e54454869460e47\",\n \"name\": \"Sent Mail\",\n \"path\": \"Sent Mail\",\n \"specialUse\": \"\\\\Sent\",\n \"modifyIndex\": 145,\n \"subscribed\": true,\n \"total\": 15,\n \"unseen\": 0\n }\n ]\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"Database error\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i http://localhost:8080/users/59fc66a03e54454869460e45/mailboxes?counters=true", "type": "curl" }, { "title": "Special Use Only", "content": "curl -i http://localhost:8080/users/59fc66a03e54454869460e45/mailboxes?specialUse=true", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/mailboxes.js", "groupTitle": "Mailboxes" }, { "type": "post", "url": "/users/:user/mailboxes", "title": "Create new Mailbox", "name": "PostMailboxes", "group": "Mailboxes", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "Users unique ID
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "path", "description": "Full path of the mailbox, folders are separated by slashes, ends with the mailbox name (unicode string)
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "retention", "defaultValue": "0", "description": "Retention policy for the created Mailbox. Milliseconds after a message added to mailbox expires. Set to 0 to disable.
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "id", "description": "Mailbox ID
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"id\": \"5a1d2816153888cdcd62a715\"\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"Mailbox creation failed with code ALREADYEXISTS\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i -XPOST http://localhost:8080/users/59fc66a03e54454869460e45/mailboxes \\\n-H 'Content-type: application/json' \\\n-d '{\n \"path\": \"First Level/Second 😎 Level/Folder Name\"\n}'", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/mailboxes.js", "groupTitle": "Mailboxes" }, { "type": "put", "url": "/users/:user/mailboxes/:mailbox", "title": "Update Mailbox information", "name": "PutMailbox", "group": "Mailboxes", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "Users unique ID
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "mailbox", "description": "Mailbox unique ID
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "path", "description": "Full path of the mailbox, use this to rename an existing Mailbox
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "retention", "description": "Retention policy for the Mailbox. Changing retention value only affects messages added to this folder after the change
" }, { "group": "Parameter", "type": "Boolean", "optional": true, "field": "subscribed", "description": "Change Mailbox subscription state
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"Mailbox update failed with code ALREADYEXISTS\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i -XPUT http://localhost:8080/users/59fc66a03e54454869460e45/mailboxes/5a1d2816153888cdcd62a715 \\\n-H 'Content-type: application/json' \\\n-d '{\n \"path\": \"Updated Folder Name\"\n}'", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/mailboxes.js", "groupTitle": "Mailboxes" }, { "type": "delete", "url": "/users/:user/mailboxes/:mailbox/messages/:message", "title": "Delete a Message", "name": "DeleteMessage", "group": "Messages", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "ID of the User
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "mailbox", "description": "ID of the Mailbox
" }, { "group": "Parameter", "type": "Number", "optional": false, "field": "message", "description": "Message ID
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" } ] }, "examples": [ { "title": "Delete Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"Database error\"\n}", "type": "json" } ] }, "examples": [ { "title": "Delete a Message:", "content": "curl -i -XDELETE \"http://localhost:8080/users/59fc66a03e54454869460e45/mailboxes/59fc66a13e54454869460e57/messages/2\"", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/messages.js", "groupTitle": "Messages" }, { "type": "post", "url": "/users/:user/mailboxes/:mailbox/messages/:message/forward", "title": "Forward stored Message", "name": "ForwardStoredMessage", "group": "Messages", "description": "This method allows either to re-forward a message to an original forward target or forward it to some other address. This is useful if an user had forwarding turned on but the message was not delivered so you can try again. Forwarding does not modify the original message.
", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "ID of the User
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "mailbox", "description": "ID of the Mailbox
" }, { "group": "Parameter", "type": "Number", "optional": false, "field": "message", "description": "Message ID
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "target", "description": "Number of original forwarding target
" }, { "group": "Parameter", "type": "String[]", "optional": true, "field": "addresses", "description": "An array of additional forward targets
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "queueId", "description": "Message ID in outbound queue
" }, { "group": "Success 200", "type": "Object[]", "optional": false, "field": "forwarded", "description": "Information about forwarding targets
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "forwarded.seq", "description": "Sequence ID
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "forwarded.type", "description": "Target type
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "forwarded.value", "description": "Target address
" } ] }, "examples": [ { "title": "Forward Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"id\": \"1600d2f36470008b72\",\n \"forwarded\": [\n {\n \"seq\": \"001\",\n \"type\": \"mail\",\n \"value\": \"andris@ethereal.email\"\n }\n ]\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"Database error\"\n}", "type": "json" } ] }, "examples": [ { "title": "Forward a Message:", "content": "curl -i -XPOST \"http://localhost:8080/users/59fc66a03e54454869460e45/mailboxes/59fc66a13e54454869460e57/messages/1/forward\" \\\n-H 'Content-type: application/json' \\\n-d '{\n \"addresses\": [\n \"andris@ethereal.email\"\n ]\n}'", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/messages.js", "groupTitle": "Messages" }, { "type": "get", "url": "/users/:user/mailboxes/:mailbox/messages/:message", "title": "Request Message information", "name": "GetMessage", "group": "Messages", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "ID of the User
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "mailbox", "description": "ID of the Mailbox
" }, { "group": "Parameter", "type": "Number", "optional": false, "field": "message", "description": "ID of the Message
" }, { "group": "Parameter", "type": "Boolean", "optional": true, "field": "markAsSeen", "defaultValue": "false", "description": "If true then marks message as seen
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "id", "description": "ID of the Message
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "mailbox", "description": "ID of the Mailbox
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "user", "description": "ID of the User
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "envelope", "description": "SMTP envelope (if available)
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "envelope.from", "description": "Address from MAIL FROM
" }, { "group": "Success 200", "type": "Object[]", "optional": false, "field": "envelope.rcpt", "description": "Array of addresses from RCPT TO (should have just one normally)
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "envelope.rcpt.value", "description": "RCPT TO address as provided by SMTP client
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "envelope.rcpt.formatted", "description": "Normalized RCPT address
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "from", "description": "From: header info
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "from.name", "description": "Name of the sender
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "from.address", "description": "Address of the sender
" }, { "group": "Success 200", "type": "Object[]", "optional": false, "field": "to", "description": "To: header info
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "to.name", "description": "Name of the recipient
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "to.address", "description": "Address of the recipient
" }, { "group": "Success 200", "type": "Object[]", "optional": false, "field": "cc", "description": "Cc: header info
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "cc.name", "description": "Name of the recipient
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "cc.address", "description": "Address of the recipient
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "subject", "description": "Message subject
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "messageId", "description": "Message-ID header
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "date", "description": "Datestring of message header
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "list", "description": "If set then this message is from a mailing list
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "list.id", "description": "Value from List-ID header
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "list.unsubscribe", "description": "Value from List-Unsubscribe header
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "expires", "description": "Datestring, if set then indicates the time after this message is automatically deleted
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "seen", "description": "Does this message have a \\Seen flag
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "deleted", "description": "Does this message have a \\Deleted flag
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "flagged", "description": "Does this message have a \\Flagged flag
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "draft", "description": "Does this message have a \\Draft flag
" }, { "group": "Success 200", "type": "String[]", "optional": false, "field": "html", "description": "An array of HTML string. Every array element is from a separate mime node, usually you would just join these to a single string
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "text", "description": "Plaintext content of the message
" }, { "group": "Success 200", "type": "Object[]", "optional": false, "field": "attachments", "description": "List of attachments for this message
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "attachments.id", "description": "Attachment ID
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "attachments.filename", "description": "Filename of the attachment
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "attachments.contentType", "description": "MIME type
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "attachments.disposition", "description": "Attachment disposition
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "attachments.transferEncoding", "description": "Which transfer encoding was used (actual content when fetching attachments is not encoded)
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "attachments.related", "description": "Was this attachment found from a multipart/related node. This usually means that this is an embedded image
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "attachments.sizeKb", "description": "Approximate size of the attachment in kilobytes
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "contentType", "description": "Parsed Content-Type header. Usually needed to identify encrypted messages and such
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "contentType.value", "description": "MIME type of the message, eg. "multipart/mixed"
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "contentType.params", "description": "An object with Content-Type params as key-value pairs
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"id\": 1,\n \"mailbox\": \"59fc66a03e54454869460e46\",\n \"user\": \"59fc66a03e54454869460e45\",\n \"from\": {\n \"address\": \"rfinnie@domain.dom\",\n \"name\": \"Ryan Finnie\"\n },\n \"to\": [\n {\n \"address\": \"bob@domain.dom\",\n \"name\": \"\"\n }\n ],\n \"subject\": \"Ryan Finnie's MIME Torture Test v1.0\",\n \"messageId\": \"<1066976914.4721.5.camel@localhost>\",\n \"date\": \"2003-10-24T06:28:34.000Z\",\n \"seen\": true,\n \"deleted\": false,\n \"flagged\": true,\n \"draft\": false,\n \"html\": [\n \"Welcome to Ryan Finnie's MIME torture test.
\",\n \"While a message/rfc822 part inside another message/rfc822 part in a
message isn't too strange, 200 iterations of that would be.
Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"Database error\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i \"http://localhost:8080/users/59fc66a03e54454869460e45/mailboxes/59fc66a03e54454869460e46/messages/1\"", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/messages.js", "groupTitle": "Messages" }, { "type": "get", "url": "/users/:user/mailboxes/:mailbox/messages/:message/attachments/:attachment", "title": "Download Attachment", "name": "GetMessageAttachment", "group": "Messages", "description": "This method returns attachment file contents in binary form
", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "ID of the User
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "mailbox", "description": "ID of the Mailbox
" }, { "group": "Parameter", "type": "Number", "optional": false, "field": "message", "description": "ID of the Message
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "attachment", "description": "ID of the Attachment
" } ] } }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"This attachment does not exist\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i \"http://localhost:8080/users/59fc66a03e54454869460e45/mailboxes/59fc66a13e54454869460e57/messages/1/attachments/ATT00002\"", "type": "curl" } ], "success": { "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\nContent-Type: image/png\n\n<89>PNG...", "type": "text" } ] }, "version": "0.0.0", "filename": "lib/api/messages.js", "groupTitle": "Messages" }, { "type": "get", "url": "/users/:user/mailboxes/:mailbox/messages/:message/events", "title": "Message events", "name": "GetMessageEvents", "group": "Messages", "description": "This method returns a listing of events related to this messages. This includes how the message was received and also information about forwarding
", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "ID of the User
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "mailbox", "description": "ID of the Mailbox
" }, { "group": "Parameter", "type": "Number", "optional": false, "field": "message", "description": "ID of the Message
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "Object[]", "optional": false, "field": "events", "description": "List of events
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "action", "description": "Event type
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"id\": \"59fc66a03e54454869460e4e\",\n \"events\": [\n {\n \"id\": \"59fc66a03e54454869460e4e\",\n \"stored\": \"59fc66a03e54454869460e4e\",\n \"action\": \"STORE\",\n \"origin\": \"Import\",\n \"messageId\": \"<1066976914.4721.5.camel@localhost>\",\n \"from\": null,\n \"to\": [\n \"user1@example.com\"\n ],\n \"transtype\": null,\n \"time\": 1509713568834\n }\n ]\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"Database error\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i \"http://localhost:8080/users/59fc66a03e54454869460e45/mailboxes/59fc66a03e54454869460e46/messages/1/events\"", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/messages.js", "groupTitle": "Messages" }, { "type": "get", "url": "/users/:user/mailboxes/:mailbox/messages/:message/message.eml", "title": "Get Message source", "name": "GetMessageSource", "group": "Messages", "description": "This method returns the full RFC822 formatted source of the stored message
", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "ID of the User
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "mailbox", "description": "ID of the Mailbox
" }, { "group": "Parameter", "type": "Number", "optional": false, "field": "message", "description": "ID of the Message
" } ] } }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"Database error\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i \"http://localhost:8080/users/59fc66a03e54454869460e45/mailboxes/59fc66a03e54454869460e46/messages/1/message.eml\"", "type": "curl" } ], "success": { "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\nContent-Type: message/rfc822\n\nSubject: Ryan Finnie's MIME Torture Test v1.0\nFrom: Ryan FinnieOptional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "ID of the User
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "mailbox", "description": "ID of the Mailbox
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "limit", "defaultValue": "20", "description": "How many records to return
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "page", "defaultValue": "1", "description": "Current page number. Informational only, page numbers start from 1
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "order", "defaultValue": "desc", "description": "Ordering of the records by insert date
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "next", "description": "Cursor value for next page, retrieved from nextCursor
response value
Cursor value for previous page, retrieved from previousCursor
response value
Indicates successful response
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "total", "description": "How many results were found
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "page", "description": "Current page number. Derived from page
query argument
Either a cursor string or false if there are not any previous results
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "nextCursor", "description": "Either a cursor string or false if there are not any next results
" }, { "group": "Success 200", "type": "Object[]", "optional": false, "field": "results", "description": "Message listing
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "results.id", "description": "ID of the Message
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.mailbox", "description": "ID of the Mailbox
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.thread", "description": "ID of the Thread
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "results.from", "description": "Sender info
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.from.name", "description": "Name of the sender
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.from.address", "description": "Address of the sender
" }, { "group": "Success 200", "type": "Object[]", "optional": false, "field": "results.to", "description": "Recipients in To: field
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.to.name", "description": "Name of the recipient
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.to.address", "description": "Address of the recipient
" }, { "group": "Success 200", "type": "Object[]", "optional": false, "field": "results.cc", "description": "Recipients in Cc: field
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.cc.name", "description": "Name of the recipient
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.cc.address", "description": "Address of the recipient
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.subject", "description": "Message subject
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.date", "description": "Datestring
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.intro", "description": "First 128 bytes of the message
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "results.attachments", "description": "Does the message have attachments
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "results.seen", "description": "Is this message alread seen or not
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "results.deleted", "description": "Does this message have a \\Deleted flag (should not have as messages are automatically deleted once this flag is set)
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "results.flagged", "description": "Does this message have a \\Flagged flag
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "results.answered", "description": "Does this message have a \\Answered flag
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "results.forwarded", "description": "Does this message have a $Forwarded flag
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "results.contentType", "description": "Parsed Content-Type header. Usually needed to identify encrypted messages and such
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.contentType.value", "description": "MIME type of the message, eg. "multipart/mixed"
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "results.contentType.params", "description": "An object with Content-Type params as key-value pairs
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"total\": 1,\n \"page\": 1,\n \"previousCursor\": false,\n \"nextCursor\": false,\n \"specialUse\": null,\n \"results\": [\n {\n \"id\": 1,\n \"mailbox\": \"59fc66a03e54454869460e46\",\n \"thread\": \"59fc66a13e54454869460e50\",\n \"from\": {\n \"address\": \"rfinnie@domain.dom\",\n \"name\": \"Ryan Finnie\"\n },\n \"subject\": \"Ryan Finnie's MIME Torture Test v1.0\",\n \"date\": \"2003-10-24T06:28:34.000Z\",\n \"intro\": \"Welcome to Ryan Finnie's MIME torture test. This message was designed to introduce a couple of the newer features of MIME-aware…\",\n \"attachments\": true,\n \"seen\": true,\n \"deleted\": false,\n \"flagged\": true,\n \"draft\": false,\n \"answered\": false,\n \"forwarded\": false,\n \"url\": \"/users/59fc66a03e54454869460e45/mailboxes/59fc66a03e54454869460e46/messages/1\",\n \"contentType\": {\n \"value\": \"multipart/mixed\",\n \"params\": {\n \"boundary\": \"=-qYxqvD9rbH0PNeExagh1\"\n }\n }\n }\n ]\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"Database error\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i \"http://localhost:8080/users/59fc66a03e54454869460e45/mailboxes/59fc66a03e54454869460e46/messages\"", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/messages.js", "groupTitle": "Messages" }, { "type": "get", "url": "/users/:user/search", "title": "Search for messages", "name": "GetMessagesSearch", "group": "Messages", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "ID of the User
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "mailbox", "description": "ID of the Mailbox
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "thread", "description": "Thread ID
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "query", "description": "Search string, uses MongoDB fulltext index. Covers data from mesage body and also common headers like from, to, subject etc.
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "datestart", "description": "Datestring for the earliest message storing time
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "dateend", "description": "Datestring for the latest message storing time
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "from", "description": "Partial match for the From: header line
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "to", "description": "Partial match for the To: and Cc: header lines
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "subject", "description": "Partial match for the Subject: header line
" }, { "group": "Parameter", "type": "Boolean", "optional": true, "field": "attachments", "description": "If true, then matches only messages with attachments
" }, { "group": "Parameter", "type": "Boolean", "optional": true, "field": "flagged", "description": "If true, then matches only messages with \\Flagged flags
" }, { "group": "Parameter", "type": "Boolean", "optional": true, "field": "searchable", "description": "If true, then matches messages not in Junk or Trash
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "limit", "defaultValue": "20", "description": "How many records to return
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "page", "defaultValue": "1", "description": "Current page number. Informational only, page numbers start from 1
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "next", "description": "Cursor value for next page, retrieved from nextCursor
response value
Cursor value for previous page, retrieved from previousCursor
response value
Indicates successful response
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "total", "description": "How many results were found
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "page", "description": "Current page number. Derived from page
query argument
Either a cursor string or false if there are not any previous results
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "nextCursor", "description": "Either a cursor string or false if there are not any next results
" }, { "group": "Success 200", "type": "Object[]", "optional": false, "field": "results", "description": "Message listing
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "results.id", "description": "ID of the Message
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.mailbox", "description": "ID of the Mailbox
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.thread", "description": "ID of the Thread
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "results.from", "description": "Sender info
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.from.name", "description": "Name of the sender
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.from.address", "description": "Address of the sender
" }, { "group": "Success 200", "type": "Object[]", "optional": false, "field": "results.to", "description": "Recipients in To: field
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.to.name", "description": "Name of the recipient
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.to.address", "description": "Address of the recipient
" }, { "group": "Success 200", "type": "Object[]", "optional": false, "field": "results.cc", "description": "Recipients in Cc: field
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.cc.name", "description": "Name of the recipient
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.cc.address", "description": "Address of the recipient
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.subject", "description": "Message subject
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.date", "description": "Datestring
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.intro", "description": "First 128 bytes of the message
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "results.attachments", "description": "Does the message have attachments
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "results.seen", "description": "Is this message alread seen or not
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "results.deleted", "description": "Does this message have a \\Deleted flag (should not have as messages are automatically deleted once this flag is set)
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "results.flagged", "description": "Does this message have a \\Flagged flag
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.url", "description": "Relative API url for fetching message contents
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "results.contentType", "description": "Parsed Content-Type header. Usually needed to identify encrypted messages and such
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.contentType.value", "description": "MIME type of the message, eg. "multipart/mixed"
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "results.contentType.params", "description": "An object with Content-Type params as key-value pairs
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"query\": \"Ryan\",\n \"total\": 1,\n \"page\": 1,\n \"previousCursor\": false,\n \"nextCursor\": false,\n \"specialUse\": null,\n \"results\": [\n {\n \"id\": 1,\n \"mailbox\": \"59fc66a03e54454869460e46\",\n \"thread\": \"59fc66a13e54454869460e50\",\n \"from\": {\n \"address\": \"rfinnie@domain.dom\",\n \"name\": \"Ryan Finnie\"\n },\n \"subject\": \"Ryan Finnie's MIME Torture Test v1.0\",\n \"date\": \"2003-10-24T06:28:34.000Z\",\n \"intro\": \"Welcome to Ryan Finnie's MIME torture test. This message was designed to introduce a couple of the newer features of MIME-aware…\",\n \"attachments\": true,\n \"seen\": true,\n \"deleted\": false,\n \"flagged\": true,\n \"draft\": false,\n \"url\": \"/users/59fc66a03e54454869460e45/mailboxes/59fc66a03e54454869460e46/messages/1\",\n \"contentType\": {\n \"value\": \"multipart/mixed\",\n \"params\": {\n \"boundary\": \"=-qYxqvD9rbH0PNeExagh1\"\n }\n }\n }\n ]\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"Database error\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i \"http://localhost:8080/users/59fc66a03e54454869460e45/search?query=Ryan\"", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/messages.js", "groupTitle": "Messages" }, { "type": "put", "url": "/users/:user/mailboxes/:mailbox/messages", "title": "Update Message information", "name": "PutMessage", "group": "Messages", "description": "This method updates message flags and also allows to move messages to a different mailbox
", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "ID of the User
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "mailbox", "description": "ID of the Mailbox
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "message", "description": "Message ID values. Either comma separated numbers (1,2,3) or colon separated range (3:15)
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "moveTo", "description": "ID of the target Mailbox if you want to move messages
" }, { "group": "Parameter", "type": "Boolean", "optional": false, "field": "seen", "description": "State of the \\Seen flag
" }, { "group": "Parameter", "type": "Boolean", "optional": false, "field": "flagged", "description": "State of the \\Flagged flag
" }, { "group": "Parameter", "type": "Boolean", "optional": false, "field": "draft", "description": "State of the \\Draft flag
" }, { "group": "Parameter", "type": "Datestring", "optional": false, "field": "expires", "description": "Either expiration date or false
to turn of autoexpiration
Indicates successful response
" }, { "group": "Success 200", "type": "Object[]", "optional": false, "field": "id", "description": "If messages were moved then lists new ID values. Array entry is an array with first element pointing to old ID and second to new ID
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "updated", "description": "If messages were not moved, then indicates the number of updated messages
" } ] }, "examples": [ { "title": "Update Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"updated\": 2\n}", "type": "json" }, { "title": "Move Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"mailbox\": \"59fc66a13e54454869460e57\",\n \"id\": [\n [1,24],\n [2,25]\n ]\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"Database error\"\n}", "type": "json" } ] }, "examples": [ { "title": "Mark messages as unseen:", "content": "curl -i -XPUT \"http://localhost:8080/users/59fc66a03e54454869460e45/mailboxes/59fc66a03e54454869460e46/messages\" \\\n-H 'Content-type: application/json' \\\n-d '{\n \"message\": \"1,2,3\",\n \"seen\": false\n}'", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/messages.js", "groupTitle": "Messages" }, { "type": "post", "url": "/users/:user/mailboxes/:mailbox/messages", "title": "Upload Message Source", "name": "UploadMessage", "group": "Messages", "description": "This method allows to upload an RFC822 formatted message to a mailbox. Message is stored unmodified, no headers are added or removed. If you want to generate the uploaded message from strucutred data fields, then see Submit a Message for Delivery with uploadOnly
option
Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "ID of the User
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "mailbox", "description": "ID of the Mailbox
" }, { "group": "Parameter", "type": "Boolean", "optional": true, "field": "unseen", "defaultValue": "false", "description": "Is the message unseen or not
" }, { "group": "Parameter", "type": "Boolean", "optional": true, "field": "draft", "defaultValue": "false", "description": "Is the message a draft or not
" }, { "group": "Parameter", "type": "Boolean", "optional": true, "field": "flagged", "defaultValue": "false", "description": "Is the message flagged or not
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "raw", "description": "base64 encoded message source. Alternatively, you can provide this value as POST body by using message/rfc822 MIME type
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "sess", "description": "Session identifier for the logs
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "ip", "description": "IP address for the logs
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "message", "description": "Message information
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "message.id", "description": "Message ID in mailbox
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "message.mailbox", "description": "Mailbox ID the message was stored into
" } ] }, "examples": [ { "title": "Forward Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"message\": {\n \"id\": 2,\n \"mailbox\": \"5a2f9ca57308fc3a6f5f811e\"\n }\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"Database error\"\n}", "type": "json" } ] }, "examples": [ { "title": "Upload a Message:", "content": "curl -i -XPOST \"http://localhost:8080/users/5a2f9ca57308fc3a6f5f811d/mailboxes/5a2f9ca57308fc3a6f5f811e/messages\" \\\n-H 'Content-type: message/rfc822' \\\n-d 'From: sender@example.com\nTo: recipient@example.com\nSubject: hello world!\n\nExample message'", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/messages.js", "groupTitle": "Messages" }, { "type": "post", "url": "/users/:user/submit", "title": "Submit a Message for Delivery", "name": "PostSubmit", "group": "Submission", "description": "Use this method to send emails from an user account
", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "Users unique ID
" }, { "group": "Parameter", "type": "Object", "optional": true, "field": "reference", "description": "Optional referenced email. If submitted message is a reply and relevant fields are not provided then these are resolved from the message to be replied to
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "reference.mailbox", "description": "Mailbox ID
" }, { "group": "Parameter", "type": "Number", "optional": false, "field": "reference.id", "description": "Message ID in Mailbox
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "reference.action", "description": "Either reply
, replyAll
or forward
Mailbox ID where to upload the message. If not set then message is uploaded to Sent Mail folder.
" }, { "group": "Parameter", "type": "Boolean", "optional": true, "field": "uploadOnly", "defaultValue": "false", "description": "If true
then generated message is not added to the sending queue
If true
then treats this message as draft (should be used with uploadOnly=true)
Datestring for delivery if message should be sent some later time
" }, { "group": "Parameter", "type": "Object", "optional": true, "field": "envelope", "description": "SMTP envelope. If not provided then resolved either from message headers or from referenced message
" }, { "group": "Parameter", "type": "Object", "optional": true, "field": "envelope.from", "description": "Sender information. If not set then it is resolved to User's default address
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "envelope.from.address", "description": "Sender address. If this is not listed as allowed address for the sending User then it is replaced with the User's default address
" }, { "group": "Parameter", "type": "Object[]", "optional": true, "field": "envelope.to", "description": "Recipients information
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "envelope.to.address", "description": "Recipient address
" }, { "group": "Parameter", "type": "Object", "optional": true, "field": "from", "description": "Address for the From: header
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "from.name", "description": "Name of the sender
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "from.address", "description": "Address of the sender
" }, { "group": "Parameter", "type": "Object[]", "optional": true, "field": "to", "description": "Addresses for the To: header
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "to.name", "description": "Name of the recipient
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "to.address", "description": "Address of the recipient
" }, { "group": "Parameter", "type": "Object[]", "optional": true, "field": "cc", "description": "Addresses for the Cc: header
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "cc.name", "description": "Name of the recipient
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "cc.address", "description": "Address of the recipient
" }, { "group": "Parameter", "type": "Object[]", "optional": true, "field": "bcc", "description": "Addresses for the Bcc: header
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "bcc.name", "description": "Name of the recipient
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "bcc.address", "description": "Address of the recipient
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "subject", "description": "Message subject. If not then resolved from Reference message
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "text", "description": "Plaintext message
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "html", "description": "HTML formatted message
" }, { "group": "Parameter", "type": "Object[]", "optional": true, "field": "headers", "description": "Custom headers for the message. If reference message is set then In-Reply-To and References headers are set automatically
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "headers.key", "description": "Header key ('X-Mailer')
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "headers.value", "description": "Header value ('My Awesome Mailing Service')
" }, { "group": "Parameter", "type": "Object[]", "optional": true, "field": "attachments", "description": "Attachments for the message
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "attachments.content", "description": "Base64 encoded attachment content
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "attachments.filename", "description": "Attachment filename
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "attachments.contentType", "description": "MIME type for the attachment file
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "attachments.cid", "description": "Content-ID value if you want to reference to this attachment from HTML formatted message
" }, { "group": "Parameter", "type": "Object", "optional": true, "field": "meta", "description": "Custom metainfo for the message
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "sess", "description": "Session identifier for the logs
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "ip", "description": "IP address for the logs
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "message", "description": "Information about submitted Message
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "message.mailbox", "description": "Mailbox ID the message was stored to
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "message.id", "description": "Message ID in Mailbox
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "message.queueId", "description": "Queue ID in MTA
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"message\": {\n \"id\": 16,\n \"mailbox\": \"59fc66a03e54454869460e47\",\n \"queueId\": \"1600798505b000a25f\"\n }\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "type": "String", "optional": false, "field": "error", "description": "Description of the error
" }, { "group": "Error 4xx", "type": "String", "optional": false, "field": "code", "description": "Reason for the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"User account is disabled\",\n \"code\": \"ERRDISABLEDUSER\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "# Sender info is derived from account settings\ncurl -i -XPOST \"http://localhost:8080/users/59fc66a03e54454869460e45/submit\" \\\n-H 'Content-type: application/json' \\\n-d '{\n \"to\": [{\n \"address\": \"andris@ethereal.email\"\n }],\n \"subject\": \"Hello world!\",\n \"text\": \"Test message\"\n}'", "type": "curl" }, { "title": "Reply to All", "content": "# Recipients and subject line are derived from referenced message\ncurl -i -XPOST \"http://localhost:8080/users/59fc66a03e54454869460e45/submit\" \\\n-H 'Content-type: application/json' \\\n-d '{\n \"reference\": {\n \"mailbox\": \"59fc66a03e54454869460e47\",\n \"id\": 15,\n \"action\": \"replyAll\"\n },\n \"text\": \"Yeah, sure\"\n}'", "type": "curl" }, { "title": "Upload only", "content": "# Recipients and subject line are derived from referenced message\ncurl -i -XPOST \"http://localhost:8080/users/5a2fe496ce76ede84f177ec3/submit\" \\\n-H 'Content-type: application/json' \\\n-d '{\n \"reference\": {\n \"mailbox\": \"5a2fe496ce76ede84f177ec4\",\n \"id\": 1,\n \"action\": \"replyAll\"\n },\n \"uploadOnly\": true,\n \"mailbox\": \"5a33b45acf482d3219955bc4\",\n \"text\": \"Yeah, sure\"\n}'", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/submit.js", "groupTitle": "Submission" }, { "type": "delete", "url": "/users/:user/2fa/custom", "title": "Disable custom 2FA for an user", "name": "DisableCustom2FA", "group": "TwoFactorAuth", "description": "This method disables custom 2FA. If it was the only 2FA set up, then account password for IMAP/POP3/SMTP gets enabled again
", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "ID of the User
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "sess", "description": "Session identifier for the logs
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "ip", "description": "IP address for the logs
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"This username does not exist\"\n \"code\": \"UserNotFound\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i -XDELETE http://localhost:8080/users/59fc66a03e54454869460e45/2fa/custom \\\n-H 'Content-type: application/json' \\\n-d '{\n \"ip\": \"127.0.0.1\"\n}'", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/2fa/custom.js", "groupTitle": "TwoFactorAuth" }, { "type": "put", "url": "/users/:user/2fa/custom", "title": "Enable custom 2FA for an user", "name": "EnableCustom2FA", "group": "TwoFactorAuth", "description": "This method disables account password for IMAP/POP3/SMTP
", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "ID of the User
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "sess", "description": "Session identifier for the logs
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "ip", "description": "IP address for the logs
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"This username does not exist\"\n \"code\": \"UserNotFound\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i -XPUT http://localhost:8080/users/59fc66a03e54454869460e45/2fa/custom \\\n-H 'Content-type: application/json' \\\n-d '{\n \"ip\": \"127.0.0.1\"\n}'", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/2fa/custom.js", "groupTitle": "TwoFactorAuth" }, { "type": "delete", "url": "/users/:id", "title": "Delete an User", "name": "DeleteUser", "group": "Users", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "id", "description": "Users unique ID.
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "sess", "description": "Session identifier for the logs
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "ip", "description": "IP address for the logs
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"This user does not exist\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i -XDELETE http://localhost:8080/users/5a1bda70bfbd1442cd96c6f0?ip=127.0.0.1", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/users.js", "groupTitle": "Users" }, { "type": "get", "url": "/users/:id/updates", "title": "Open change stream", "name": "GetUpdates", "group": "Users", "description": "This api call returns an EventSource response. Listen on this stream to get notifications about changes in messages and mailboxes. Returned events are JSON encoded strings
", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "id", "description": "Users unique ID.
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "String", "optional": false, "field": "command", "description": "Indicates data event type
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\nContent-Type: text/event-stream\n\ndata: {\ndata: \"command\": \"CREATE\",\ndata: \"mailbox\": \"5a1d3061153888cdcd62a719\",\ndata: \"path\": \"First Level/Second 😎 Level/Folder Name\"\ndata: }", "type": "text" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"This user does not exist\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "var stream = new EventSource('/users/59fc66a03e54454869460e45/updates');\nstream.onmessage = function(e) {\n console.log(JSON.parse(e.data));\n};", "type": "javascript" } ], "version": "0.0.0", "filename": "lib/api/updates.js", "groupTitle": "Users" }, { "type": "get", "url": "/users/:id", "title": "Request User information", "name": "GetUser", "group": "Users", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "id", "description": "Users unique ID.
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "id", "description": "Users unique ID (24 byte hex)
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "username", "description": "Username of the User
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "name", "description": "Name of the User
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "address", "description": "Main email address of the User
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "retention", "description": "Default retention time in ms. false
if not enabled
List of enabled 2FA methods
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "encryptMessages", "description": "If true
then received messages are encrypted
If true
then forwarded messages are encrypted
Public PGP key for the User that is used for encryption
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "keyInfo", "description": "Information about public key or false
if key is not available
Name listed in public key
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "keyInfo.address", "description": "E-mail address listed in public key
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "keyInfo.fingerprint", "description": "Fingerprint of the public key
" }, { "group": "Success 200", "type": "String[]", "optional": false, "field": "targets", "description": "List of forwarding targets
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "spamLevel", "description": "Relative scale for detecting spam. 0 means that everything is spam, 100 means that nothing is spam
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "limits", "description": "Account limits and usage
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "limits.quota", "description": "Quota usage limits
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "limits.quota.allowed", "description": "Allowed quota of the user in bytes
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "limits.quota.used", "description": "Space used in bytes
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "limits.recipients", "description": "Sending quota
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "limits.recipients.allowed", "description": "How many messages per 24 hours can be sent
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "limits.recipients.used", "description": "How many messages are sent during current 24 hour period
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "limits.recipients.ttl", "description": "Time until the end of current 24 hour period
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "limits.forwards", "description": "Forwarding quota
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "limits.forwards.allowed", "description": "How many messages per 24 hours can be forwarded
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "limits.forwards.used", "description": "How many messages are forwarded during current 24 hour period
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "limits.forwards.ttl", "description": "Time until the end of current 24 hour period
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "limits.received", "description": "Receiving quota
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "limits.received.allowed", "description": "How many messages per 1 hour can be received
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "limits.received.used", "description": "How many messages are received during current 1 hour period
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "limits.received.ttl", "description": "Time until the end of current 1 hour period
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "limits.imapUpload", "description": "IMAP upload quota
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "limits.imapUpload.allowed", "description": "How many bytes per 24 hours can be uploaded via IMAP. Only message contents are counted, not protocol overhead.
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "limits.imapUpload.used", "description": "How many bytes are uploaded during current 24 hour period
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "limits.imapUpload.ttl", "description": "Time until the end of current 24 hour period
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "limits.imapDownload", "description": "IMAP download quota
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "limits.imapDownload.allowed", "description": "How many bytes per 24 hours can be downloaded via IMAP. Only message contents are counted, not protocol overhead.
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "limits.imapDownload.used", "description": "How many bytes are downloaded during current 24 hour period
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "limits.imapDownload.ttl", "description": "Time until the end of current 24 hour period
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "limits.pop3Download", "description": "POP3 download quota
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "limits.pop3Download.allowed", "description": "How many bytes per 24 hours can be downloaded via POP3. Only message contents are counted, not protocol overhead.
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "limits.pop3Download.used", "description": "How many bytes are downloaded during current 24 hour period
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "limits.pop3Download.ttl", "description": "Time until the end of current 24 hour period
" }, { "group": "Success 200", "type": "String[]", "optional": false, "field": "tags", "description": "List of tags associated with the User
" }, { "group": "Success 200", "type": "String[]", "optional": false, "field": "disabledScopes", "description": "Disabled scopes for this user
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "hasPasswordSet", "description": "If true
then the User has a password set and can authenticate
Is the account activated
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "disabled", "description": "If true
then the user can not authenticate or receive any new mail
Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"This user does not exist\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i http://localhost:8080/users/59fc66a03e54454869460e45", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/users.js", "groupTitle": "Users" }, { "type": "get", "url": "/users/resolve/:username", "title": "Resolve ID for an username", "name": "GetUsername", "group": "Users", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "username", "description": "Username of the User. Alphanumeric value. Must start with a letter, dots are allowed but informational only ("user.name" is the same as "username")
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "id", "description": "Users unique ID (24 byte hex)
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"id\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"This user does not exist\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i http://localhost:8080/users/resolve/testuser", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/users.js", "groupTitle": "Users" }, { "type": "get", "url": "/users", "title": "List registered Users", "name": "GetUsers", "group": "Users", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": true, "field": "query", "description": "Partial match of username or default email address
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "tags", "description": "Comma separated list of tags. The User must have at least one to be set
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "requiredTags", "description": "Comma separated list of tags. The User must have all listed tags to be set
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "limit", "defaultValue": "20", "description": "How many records to return
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "page", "defaultValue": "1", "description": "Current page number. Informational only, page numbers start from 1
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "next", "description": "Cursor value for next page, retrieved from nextCursor
response value
Cursor value for previous page, retrieved from previousCursor
response value
Indicates successful response
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "total", "description": "How many results were found
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "page", "description": "Current page number. Derived from page
query argument
Either a cursor string or false if there are not any previous results
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "nextCursor", "description": "Either a cursor string or false if there are not any next results
" }, { "group": "Success 200", "type": "Object[]", "optional": false, "field": "results", "description": "User listing
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.id", "description": "Users unique ID (24 byte hex)
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.username", "description": "Username of the User
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.name", "description": "Name of the User
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.address", "description": "Main email address of the User
" }, { "group": "Success 200", "type": "String[]", "optional": false, "field": "results.tags", "description": "List of tags associated with the User'
" }, { "group": "Success 200", "type": "String[]", "optional": false, "field": "results.targets", "description": "List of forwarding targets
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "results.encryptMessages", "description": "If true
then received messages are encrypted
If true
then forwarded messages are encrypted
Quota usage limits
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "results.quota.allowed", "description": "Allowed quota of the user in bytes
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "results.quota.used", "description": "Space used in bytes
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "results.hasPasswordSet", "description": "If true
then the User has a password set and can authenticate
Is the account activated
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "results.disabled", "description": "If true
then the user can not authenticate or receive any new mail
Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"Database error\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i http://localhost:8080/users", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/users.js", "groupTitle": "Users" }, { "type": "post", "url": "/users", "title": "Create new user", "name": "PostUser", "group": "Users", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "username", "description": "Username of the User. Dots are allowed but informational only ("user.name" is the same as "username").
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "name", "description": "Name of the User
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "password", "description": "Password for the account. Set to boolean false
to disable password usage
If true
then password is already hashed, so store as. Hash needs to be bcrypt $2a
, $2y
or $2b
. Additionally md5-crypt hashes $1
are allowed but these are rehashed on first successful authentication
If false
then validates provided passwords against Have I Been Pwned API. Experimental, so validation is disabled by default but will be enabled automatically in some future version of WildDuck.
Default email address for the User (autogenerated if not set)
" }, { "group": "Parameter", "type": "Boolean", "optional": true, "field": "emptyAddress", "description": "If true then do not autogenerate missing email address for the User. Only needed if you want to create an user account that does not have any email address associated
" }, { "group": "Parameter", "type": "Boolean", "optional": true, "field": "requirePasswordChange", "description": "If true then requires the user to change password, useful if password for the account was autogenerated
" }, { "group": "Parameter", "type": "String[]", "optional": true, "field": "tags", "description": "A list of tags associated with this user
" }, { "group": "Parameter", "type": "Boolean", "optional": true, "field": "addTagsToAddress", "description": "If true
then autogenerated address gets the same tags as the user
Default retention time in ms. Set to 0
to disable
If true
then all messages sent through MSA are also uploaded to the Sent Mail folder. Might cause duplicates with some email clients, so disabled by default.
If true
then received messages are encrypted
If true
then forwarded messages are encrypted
Public PGP key for the User that is used for encryption. Use empty string to remove the key
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "language", "description": "Language code for the User
" }, { "group": "Parameter", "type": "String[]", "optional": true, "field": "targets", "description": "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
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "spamLevel", "defaultValue": "50", "description": "Relative scale for detecting spam. 0 means that everything is spam, 100 means that nothing is spam
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "quota", "description": "Allowed quota of the user in bytes
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "recipients", "description": "How many messages per 24 hour can be sent
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "forwards", "description": "How many messages per 24 hour can be forwarded
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "imapMaxUpload", "description": "How many bytes can be uploaded via IMAP during 24 hour
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "imapMaxDownload", "description": "How many bytes can be downloaded via IMAP during 24 hour
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "pop3MaxDownload", "description": "How many bytes can be downloaded via POP3 during 24 hour
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "receivedMax", "description": "How many messages can be received from MX during 1 hour
" }, { "group": "Parameter", "type": "Object", "optional": true, "field": "mailboxes", "description": "Optional names for special mailboxes
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "mailboxes.sent", "defaultValue": "Sent Mail", "description": "Path of Sent Mail folder
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "mailboxes.junk", "defaultValue": "Junk", "description": "Path of spam folder
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "mailboxes.drafts", "defaultValue": "Drafts", "description": "Path of drafts folder
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "mailboxes.trash", "defaultValue": "Trash", "description": "Path of trash folder
" }, { "group": "Parameter", "type": "String[]", "optional": false, "field": "disabledScopes", "description": "List of scopes that are disabled for this user ("imap", "pop3", "smtp")
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "sess", "description": "Session identifier for the logs
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "ip", "description": "IP address for the logs
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "id", "description": "ID for the created User
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"id\": \"5a1bda70bfbd1442cd96c6f0\"\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"This username already exists\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i -XPOST http://localhost:8080/users \\\n-H 'Content-type: application/json' \\\n-d '{\n \"username\": \"myuser\",\n \"password\": \"verysecret\",\n \"name\": \"John Doe\",\n \"address\": \"john.doe@example.com\",\n \"tags\": [\n \"status:regular_user\",\n \"subscription:business_big\"\n ]\n}'", "type": "curl" }, { "title": "Example address:", "content": "curl -i -XPOST http://localhost:8080/users \\\n-H 'Content-type: application/json' \\\n-d '{\n \"username\": \"john.doe@example.com\",\n \"password\": \"verysecret\",\n \"name\": \"John Doe\",\n \"tags\": [\n \"status:regular_user\",\n \"subscription:business_big\"\n ]\n}'", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/users.js", "groupTitle": "Users" }, { "type": "post", "url": "/users/:id/quota/reset", "title": "Recalculate User quota", "name": "PostUserQuota", "group": "Users", "description": "This method recalculates quota usage for an User. Normally not needed, only use it if quota numbers are way off. This method is not transactional, so if the user is currently receiving new messages then the resulting value is not exact.
", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "id", "description": "Users unique ID.
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "reason", "description": "Message to be shown to connected IMAP client
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "storageUsed", "description": "Calculated quota usage for the user
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"storageUsed\": 1234567\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"This user does not exist\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i -XPOST http://localhost:8080/users/59fc66a03e54454869460e45/quota/reset \\\n-H 'Content-type: application/json' \\\n-d '{}'", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/users.js", "groupTitle": "Users" }, { "type": "put", "url": "/users/:id", "title": "Update User information", "name": "PutUser", "group": "Users", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "id", "description": "Users unique ID.
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "name", "description": "Name of the User
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "existingPassword", "description": "If provided then validates against account password before applying any changes
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "password", "description": "New password for the account. Set to boolean false
to disable password usage
If true
then password is already hashed, so store as. Hash needs to be bcrypt $2a
, $2y
or $2b
. Additionally md5-crypt hashes $1
are allowed but these are rehashed on first successful authentication
If false
then validates provided passwords against Have I Been Pwned API. Experimental, so validation is disabled by default but will be enabled automatically in some future version of WildDuck.
A list of tags associated with this user
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "retention", "description": "Default retention time in ms. Set to 0
to disable
If true
then all messages sent through MSA are also uploaded to the Sent Mail folder. Might cause duplicates with some email clients, so disabled by default.
If true
then received messages are encrypted
If true
then forwarded messages are encrypted
Public PGP key for the User that is used for encryption. Use empty string to remove the key
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "language", "description": "Language code for the User
" }, { "group": "Parameter", "type": "String[]", "optional": true, "field": "targets", "description": "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
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "spamLevel", "description": "Relative scale for detecting spam. 0 means that everything is spam, 100 means that nothing is spam
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "quota", "description": "Allowed quota of the user in bytes
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "recipients", "description": "How many messages per 24 hour can be sent
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "forwards", "description": "How many messages per 24 hour can be forwarded
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "imapMaxUpload", "description": "How many bytes can be uploaded via IMAP during 24 hour
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "imapMaxDownload", "description": "How many bytes can be downloaded via IMAP during 24 hour
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "pop3MaxDownload", "description": "How many bytes can be downloaded via POP3 during 24 hour
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "receivedMax", "description": "How many messages can be received from MX during 1 hour
" }, { "group": "Parameter", "type": "Boolean", "optional": true, "field": "disable2fa", "description": "If true, then disables 2FA for this user
" }, { "group": "Parameter", "type": "String[]", "optional": false, "field": "disabledScopes", "description": "List of scopes that are disabled for this user ("imap", "pop3", "smtp")
" }, { "group": "Parameter", "type": "Boolean", "optional": true, "field": "disabled", "description": "If true then disables user account (can not login, can not receive messages)
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "sess", "description": "Session identifier for the logs
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "ip", "description": "IP address for the logs
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"This user does not exist\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i -XPUT http://localhost:8080/users/59fc66a03e54454869460e45 \\\n-H 'Content-type: application/json' \\\n-d '{\n \"name\": \"Updated user name\"\n}'", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/users.js", "groupTitle": "Users" }, { "type": "put", "url": "/users/:id/logout", "title": "Log out User", "name": "PutUserLogout", "group": "Users", "description": "This method logs out all user sessions in IMAP
", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "id", "description": "Users unique ID.
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "reason", "description": "Message to be shown to connected IMAP client
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"This user does not exist\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i -XPUT http://localhost:8080/users/59fc66a03e54454869460e45/logout \\\n-H 'Content-type: application/json' \\\n-d '{\n \"reason\": \"Logout requested from API\"\n}'", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/users.js", "groupTitle": "Users" }, { "type": "post", "url": "/users/:id/password/reset", "title": "Reset password for an User", "name": "ResetUserPassword", "group": "Users", "description": "This method generates a new temporary password for an User. Additionally it removes all two-factor authentication settings
", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "id", "description": "Users unique ID.
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "validAfter", "description": "Allow using the generated password not earlier than provided time
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "sess", "description": "Session identifier for the logs
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "ip", "description": "IP address for the logs
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "password", "description": "Temporary password
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"password\": \"temporarypass\"\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"This user does not exist\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i -XPOST http://localhost:8080/users/5a1bda70bfbd1442cd96/password/reset \\\n-H 'Content-type: application/json' \\\n-d '{\n \"ip\": \"127.0.0.1\"\n}'", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/users.js", "groupTitle": "Users" } ] }); diff --git a/docs/api_data.json b/docs/api_data.json index 995805ae..46dd03f0 100644 --- a/docs/api_data.json +++ b/docs/api_data.json @@ -1 +1 @@ -[ { "type": "delete", "url": "/addresses/forwarded/:address", "title": "Delete a forwarded Address", "name": "DeleteForwardedAddress", "group": "Addresses", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "address", "description": "ID of the Address
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"This address does not exist\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i -XDELETE http://localhost:8080/addresses/forwarded/59ef21aef255ed1d9d790e81", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/addresses.js", "groupTitle": "Addresses" }, { "type": "delete", "url": "/users/:user/addresses/:address", "title": "Delete an Address", "name": "DeleteUserAddress", "group": "Addresses", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "ID of the User
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "address", "description": "ID of the Address
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"Trying to delete main address. Set a new main address first\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i -XDELETE http://localhost:8080/users/59ef21aef255ed1d9d790e7a/addresses/59ef21aef255ed1d9d790e81", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/addresses.js", "groupTitle": "Addresses" }, { "type": "get", "url": "/addresses/resolve/:address", "title": "Get Address info", "name": "GetAddressInfo", "group": "Addresses", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "address", "description": "ID of the Address or e-mail address string
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "id", "description": "ID of the Address
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "address", "description": "E-mail address string
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "name", "description": "Identity name
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "user", "description": "ID of the user if the address belongs to an User
" }, { "group": "Success 200", "type": "String[]", "optional": false, "field": "targets", "description": "List of forwarding targets if this is a Forwarded address
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "limits", "description": "Account limits and usage for Forwarded address
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "limits.forwards", "description": "Forwarding quota
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "limits.forwards.allowed", "description": "How many messages per 24 hour can be forwarded
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "limits.forwards.used", "description": "How many messages are forwarded during current 24 hour period
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "limits.forwards.ttl", "description": "Time until the end of current 24 hour period
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "autoreply", "description": "Autoreply information
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "autoreply.status", "description": "If true, then autoreply is enabled for this address
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "autoreply.name", "description": "Name that is used for the From: header in autoreply message
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "autoreply.subject", "description": "Autoreply subject line
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "autoreply.text", "description": "Autoreply plaintext content
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "autoreply.html", "description": "Autoreply HTML content
" }, { "group": "Success 200", "type": "String[]", "optional": false, "field": "tags", "description": "List of tags associated with the Address
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "created", "description": "Datestring of the time the address was created
" } ] }, "examples": [ { "title": "User-Address:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"id\": \"59ef21aef255ed1d9d790e81\",\n \"address\": \"user@example.com\",\n \"user\": \"59ef21aef255ed1d9d771bb\"\n \"created\": \"2017-10-24T11:19:10.911Z\"\n}", "type": "json" }, { "title": "Forwarded-Address:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"id\": \"59ef21aef255ed1d9d790e81\",\n \"address\": \"user@example.com\",\n \"targets\": [\n \"my.other.address@example.com\"\n ],\n \"limits\": {\n \"forwards\": {\n \"allowed\": 2000,\n \"used\": 0,\n \"ttl\": false\n }\n },\n \"autoreply\": {\n \"status\": false\n },\n \"created\": \"2017-10-24T11:19:10.911Z\"\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"This address does not exist\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i http://localhost:8080/addresses/resolve/k%C3%A4ru%40j%C3%B5geva.ee", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/addresses.js", "groupTitle": "Addresses" }, { "type": "get", "url": "/addresses", "title": "List registered Addresses", "name": "GetAddresses", "group": "Addresses", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": true, "field": "query", "description": "Partial match of an address
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "tags", "description": "Comma separated list of tags. The Address must have at least one to be set
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "requiredTags", "description": "Comma separated list of tags. The Address must have all listed tags to be set
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "limit", "defaultValue": "20", "description": "How many records to return
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "page", "defaultValue": "1", "description": "Current page number. Informational only, page numbers start from 1
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "next", "description": "Cursor value for next page, retrieved from nextCursor
response value
Cursor value for previous page, retrieved from previousCursor
response value
Indicates successful response
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "total", "description": "How many results were found
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "page", "description": "Current page number. Derived from page
query argument
Either a cursor string or false if there are not any previous results
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "nextCursor", "description": "Either a cursor string or false if there are not any next results
" }, { "group": "Success 200", "type": "Object[]", "optional": false, "field": "results", "description": "Address listing
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.id", "description": "ID of the Address
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.name", "description": "Identity name
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.address", "description": "E-mail address string
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.user", "description": "User ID this address belongs to if this is an User address
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "results.forwarded", "description": "If true then it is a forwarded address
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"total\": 1,\n \"page\": 1,\n \"previousCursor\": false,\n \"nextCursor\": false,\n \"results\": [\n {\n \"id\": \"59ef21aef255ed1d9d790e81\",\n \"address\": \"user@example.com\",\n \"user\": \"59ef21aef255ed1d9d790e7a\"\n },\n {\n \"id\": \"59ef21aef255ed1d9d790e81\",\n \"address\": \"user@example.com\",\n \"forwarded\": true\n }\n ]\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"Database error\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i http://localhost:8080/addresses", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/addresses.js", "groupTitle": "Addresses" }, { "type": "get", "url": "/addresses/forwarded/:address", "title": "Request forwarded Addresses information", "name": "GetForwardedAddress", "group": "Addresses", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "address", "description": "ID of the Address
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "id", "description": "ID of the Address
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "address", "description": "E-mail address string
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "name", "description": "Identity name
" }, { "group": "Success 200", "type": "String[]", "optional": false, "field": "targets", "description": "List of forwarding targets
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "limits", "description": "Account limits and usage
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "limits.forwards", "description": "Forwarding quota
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "limits.forwards.allowed", "description": "How many messages per 24 hour can be forwarded
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "limits.forwards.used", "description": "How many messages are forwarded during current 24 hour period
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "limits.forwards.ttl", "description": "Time until the end of current 24 hour period
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "autoreply", "description": "Autoreply information
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "autoreply.status", "description": "If true, then autoreply is enabled for this address
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "autoreply.name", "description": "Name that is used for the From: header in autoreply message
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "autoreply.subject", "description": "Autoreply subject line
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "autoreply.text", "description": "Autoreply plaintext content
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "autoreply.html", "description": "Autoreply HTML content
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "created", "description": "Datestring of the time the address was created
" }, { "group": "Success 200", "type": "String[]", "optional": false, "field": "results.tags", "description": "List of tags associated with the Address
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"id\": \"59ef21aef255ed1d9d790e81\",\n \"address\": \"user@example.com\",\n \"targets\": [\n \"my.other.address@example.com\"\n ],\n \"limits\": {\n \"forwards\": {\n \"allowed\": 2000,\n \"used\": 0,\n \"ttl\": false\n }\n },\n \"created\": \"2017-10-24T11:19:10.911Z\"\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"This address does not exist\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i http://localhost:8080/addresses/forwarded/59ef21aef255ed1d9d790e81", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/addresses.js", "groupTitle": "Addresses" }, { "type": "get", "url": "/users/:user/addresses/:address", "title": "Request Addresses information", "name": "GetUserAddress", "group": "Addresses", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "ID of the User
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "address", "description": "ID of the Address
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "id", "description": "ID of the Address
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "name", "description": "Identity name
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "address", "description": "E-mail address string
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "main", "description": "Indicates if this is the default address for the User
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "created", "description": "Datestring of the time the address was created
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"id\": \"59ef21aef255ed1d9d790e81\",\n \"address\": \"user@example.com\",\n \"main\": true,\n \"created\": \"2017-10-24T11:19:10.911Z\"\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"This user does not exist\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i http://localhost:8080/users/59ef21aef255ed1d9d790e7a/addresses/59ef21aef255ed1d9d790e81", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/addresses.js", "groupTitle": "Addresses" }, { "type": "get", "url": "/users/:user/addresses", "title": "List registered Addresses for an User", "name": "GetUserAddresses", "group": "Addresses", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "ID of the User
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "Object[]", "optional": false, "field": "results", "description": "Address listing
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.id", "description": "ID of the Address
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.name", "description": "Identity name
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.address", "description": "E-mail address string
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "results.main", "description": "Indicates if this is the default address for the User
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.created", "description": "Datestring of the time the address was created
" }, { "group": "Success 200", "type": "String[]", "optional": false, "field": "results.tags", "description": "List of tags associated with the Address
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"total\": 1,\n \"page\": 1,\n \"previousCursor\": false,\n \"nextCursor\": false,\n \"results\": [\n {\n \"id\": \"59ef21aef255ed1d9d790e81\",\n \"address\": \"user@example.com\",\n \"main\": true,\n \"created\": \"2017-10-24T11:19:10.911Z\"\n }\n ]\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"This user does not exist\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i http://localhost:8080/users/59ef21aef255ed1d9d790e7a/addresses", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/addresses.js", "groupTitle": "Addresses" }, { "type": "post", "url": "/addresses/forwarded", "title": "Create new forwarded Address", "name": "PostForwardedAddress", "group": "Addresses", "description": "Add a new forwarded email address. Addresses can contain unicode characters. Dots in usernames are normalized so no need to create both "firstlast@example.com" and "first.last@example.com"
Special addresses *@example.com
and username@*
catches all emails to these domains or users without a registered destination (requires allowWildcard
argument)
Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "address", "description": "E-mail Address
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "name", "description": "Identity name
" }, { "group": "Parameter", "type": "String[]", "optional": true, "field": "targets", "description": "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
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "forwards", "description": "Daily allowed forwarding count for this address
" }, { "group": "Parameter", "type": "Boolean", "optional": true, "field": "allowWildcard", "defaultValue": "false", "description": "If true
then address value can be in the form of *@example.com
, otherwise using * is not allowed
A list of tags associated with this address
" }, { "group": "Parameter", "type": "Object", "optional": true, "field": "autoreply", "description": "Autoreply information
" }, { "group": "Parameter", "type": "Boolean", "optional": true, "field": "autoreply.status", "description": "If true, then autoreply is enabled for this address
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "autoreply.start", "description": "Either a date string or boolean false to disable start time checks
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "autoreply.end", "description": "Either a date string or boolean false to disable end time checks
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "autoreply.name", "description": "Name that is used for the From: header in autoreply message
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "autoreply.subject", "description": "Autoreply subject line
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "autoreply.text", "description": "Autoreply plaintext content
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "autoreply.html", "description": "Autoreply HTML content
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "id", "description": "ID of the Address
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"id\": \"59ef21aef255ed1d9d790e81\"\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"This email address already exists\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i -XPOST http://localhost:8080/addresses/forwarded \\\n-H 'Content-type: application/json' \\\n-d '{\n \"address\": \"my.new.address@example.com\",\n \"targets\": [\n \"my.old.address@example.com\",\n \"smtp://mx2.zone.eu:25\"\n ],\n \"forwards\": 500\n}'", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/addresses.js", "groupTitle": "Addresses" }, { "type": "post", "url": "/users/:user/addresses", "title": "Create new Address", "name": "PostUserAddress", "group": "Addresses", "description": "Add a new email address for an User. Addresses can contain unicode characters. Dots in usernames are normalized so no need to create both "firstlast@example.com" and "first.last@example.com"
Special addresses *@example.com
and username@*
catches all emails to these domains or users without a registered destination (requires allowWildcard
argument)
Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "ID of the User
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "address", "description": "E-mail Address
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "name", "description": "Identity name
" }, { "group": "Parameter", "type": "String[]", "optional": true, "field": "tags", "description": "A list of tags associated with this address
" }, { "group": "Parameter", "type": "Boolean", "optional": true, "field": "main", "defaultValue": "false", "description": "Indicates if this is the default address for the User
" }, { "group": "Parameter", "type": "Boolean", "optional": true, "field": "allowWildcard", "defaultValue": "false", "description": "If true
then address value can be in the form of *@example.com
, otherwise using * is not allowed
Indicates successful response
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "id", "description": "ID of the Address
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"id\": \"59ef21aef255ed1d9d790e81\"\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"This user does not exist\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i -XPOST http://localhost:8080/users/59fc66a03e54454869460e45/addresses \\\n-H 'Content-type: application/json' \\\n-d '{\n \"address\": \"my.new.address@example.com\"\n}'", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/addresses.js", "groupTitle": "Addresses" }, { "type": "put", "url": "/addresses/forwarded/:address", "title": "Update forwarded Address information", "name": "PutForwardedAddress", "group": "Addresses", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "id", "description": "ID of the Address
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "address", "description": "New address. Only affects normal addresses, special addresses that include * can not be changed
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "name", "description": "Identity name
" }, { "group": "Parameter", "type": "String[]", "optional": true, "field": "targets", "description": "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. If set then overwrites previous targets array
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "forwards", "description": "Daily allowed forwarding count for this address
" }, { "group": "Parameter", "type": "String[]", "optional": true, "field": "tags", "description": "A list of tags associated with this address
" }, { "group": "Parameter", "type": "Object", "optional": true, "field": "autoreply", "description": "Autoreply information
" }, { "group": "Parameter", "type": "Boolean", "optional": true, "field": "autoreply.status", "description": "If true, then autoreply is enabled for this address
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "autoreply.start", "description": "Either a date string or boolean false to disable start time checks
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "autoreply.end", "description": "Either a date string or boolean false to disable end time checks
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "autoreply.name", "description": "Name that is used for the From: header in autoreply message
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "autoreply.subject", "description": "Autoreply subject line
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "autoreply.text", "description": "Autoreply plaintext content
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "autoreply.html", "description": "Autoreply HTML content
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"This address does not exist\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i -XPUT http://localhost:8080/addresses/forwarded/5a1d4541153888cdcd62a71b \\\n-H 'Content-type: application/json' \\\n-d '{\n \"targets\": [\n \"some.other.address@example.com\"\n ]\n}'", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/addresses.js", "groupTitle": "Addresses" }, { "type": "put", "url": "/addresses/renameDomain", "title": "Rename domain in addresses", "name": "PutRenameDomain", "group": "Addresses", "description": "Renames domain names for addresses, DKIM keys and Domain Aliases
", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "oldDomain", "description": "Old Domain Name
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "newDomain", "description": "New Domain Name
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"Failed to rename domain\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i -XPUT http://localhost:8080/addresses/renameDomain \\\n-H 'Content-type: application/json' \\\n-d '{\n \"oldDomain\": \"example.com\",\n \"newDomain\": \"blurdybloop.com\"\n}'", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/addresses.js", "groupTitle": "Addresses" }, { "type": "put", "url": "/users/:user/addresses/:address", "title": "Update Address information", "name": "PutUserAddress", "group": "Addresses", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "ID of the User
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "id", "description": "ID of the Address
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "name", "description": "Identity name
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "address", "description": "New address if you want to rename existing address. Only affects normal addresses, special addresses that include * can not be changed
" }, { "group": "Parameter", "type": "Boolean", "optional": false, "field": "main", "description": "Indicates if this is the default address for the User
" }, { "group": "Parameter", "type": "String[]", "optional": true, "field": "tags", "description": "A list of tags associated with this address
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"This user does not exist\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i -XPUT http://localhost:8080/users/59fc66a03e54454869460e45/addresses/5a1d4541153888cdcd62a71b \\\n-H 'Content-type: application/json' \\\n-d '{\n \"main\": true\n}'", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/addresses.js", "groupTitle": "Addresses" }, { "type": "delete", "url": "/users/:user/asps/:asp", "title": "Delete an Application Password", "name": "DeleteASP", "group": "ApplicationPasswords", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "ID of the User
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "asp", "description": "ID of the Application Password
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"Database error\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i -XDELETE \"http://localhost:8080/users/59fc66a03e54454869460e45/asps/5a1d6dd776e56b6d97e5dd48\"", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/asps.js", "groupTitle": "ApplicationPasswords" }, { "type": "get", "url": "/users/:user/asps/:asp", "title": "Request ASP information", "name": "GetASP", "group": "ApplicationPasswords", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "ID of the User
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "asp", "description": "ID of the Application Specific Password
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "id", "description": "ID of the Application Password
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "description", "description": "Description
" }, { "group": "Success 200", "type": "String[]", "optional": false, "field": "scopes", "description": "Allowed scopes for the Application Password
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "lastUse", "description": "Information about last use
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "lastUse.time", "description": "Datestring of last use or false if password has not been used
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "lastUse.event", "description": "Event ID of the security log for the last authentication
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "created", "description": "Datestring
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"id\": \"5a1d6dd776e56b6d97e5dd48\",\n \"description\": \"Thunderbird\",\n \"scopes\": [\n \"imap\",\n \"smtp\"\n ],\n \"lastUse\": {\n \"time\": \"2018-06-21T16:51:53.807Z\",\n \"event\": \"5b2bd7a9d0ba2509deb88f40\"\n },\n \"created\": \"2017-11-28T14:08:23.520Z\"\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"Database error\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i \"http://localhost:8080/users/59fc66a03e54454869460e45/asps/5a1d6dd776e56b6d97e5dd48\"", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/asps.js", "groupTitle": "ApplicationPasswords" }, { "type": "get", "url": "/users/:user/asps", "title": "List Application Passwords", "name": "GetASPs", "group": "ApplicationPasswords", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "ID of the User
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "Object[]", "optional": false, "field": "results", "description": "Event listing
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.id", "description": "ID of the Application Password
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.description", "description": "Description
" }, { "group": "Success 200", "type": "String[]", "optional": false, "field": "results.scopes", "description": "Allowed scopes for the Application Password
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "results.lastUse", "description": "Information about last use
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.lastUse.time", "description": "Datestring of last use or false if password has not been used
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.lastUse.event", "description": "Event ID of the security log for the last authentication
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.created", "description": "Datestring
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"results\": [\n {\n \"id\": \"5a1d6dd776e56b6d97e5dd48\",\n \"description\": \"Thunderbird\",\n \"scopes\": [\n \"imap\",\n \"smtp\"\n ],\n \"lastUse\": {\n \"time\": \"2018-06-21T16:51:53.807Z\",\n \"event\": \"5b2bd7a9d0ba2509deb88f40\"\n },\n \"created\": \"2017-11-28T14:08:23.520Z\"\n }\n ]\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"Database error\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i \"http://localhost:8080/users/59fc66a03e54454869460e45/asps\"", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/asps.js", "groupTitle": "ApplicationPasswords" }, { "type": "post", "url": "/users/:user/asps", "title": "Create new Application Password", "name": "PostASP", "group": "ApplicationPasswords", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "ID of the User
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "description", "description": "Description
" }, { "group": "Parameter", "type": "String[]", "optional": false, "field": "scopes", "description": "List of scopes this Password applies to. Special scope "*" indicates that this password can be used for any scope except "master"
" }, { "group": "Parameter", "type": "Boolean", "optional": true, "field": "generateMobileconfig", "description": "If true then result contains a mobileconfig formatted file with account config
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "address", "description": "E-mail address to be used as the account address in mobileconfig file. Must be one of the listed identity addresses of the user. Defaults to the main address of the user
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "sess", "description": "Session identifier for the logs
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "ip", "description": "IP address for the logs
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "id", "description": "ID of the Application Password
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "password", "description": "Application Specific Password. Generated password is whitespace agnostic, so it could be displayed to the client as "abcd efgh ijkl mnop" instead of "abcdefghijklmnop"
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "mobileconfig", "description": "Base64 encoded mobileconfig file. Generated profile file should be sent to the client with Content-Type
value of application/x-apple-aspen-config
.
Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"Database error\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i -XPOST http://localhost:8080/users/59fc66a03e54454869460e45/asps \\\n-H 'Content-type: application/json' \\\n-d '{\n \"description\": \"Thunderbird\",\n \"scopes\": [\"imap\", \"smtp\"],\n \"generateMobileconfig\": true\n}'", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/asps.js", "groupTitle": "ApplicationPasswords" }, { "type": "get", "url": "/users/:user/archived/:message/attachments/:attachment", "title": "Download Archived Attachment", "name": "GetArchivedAttachment", "group": "Archive", "description": "This method returns attachment file contents in binary form
", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "ID of the User
" }, { "group": "Parameter", "type": "Number", "optional": false, "field": "message", "description": "ID of the Archived Message
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "attachment", "description": "ID of the Attachment
" } ] } }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"This attachment does not exist\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i \"http://localhost:8080/users/59fc66a03e54454869460e45/archived/59fc66a13e54454869460e58/attachments/ATT00003\"", "type": "curl" } ], "success": { "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\nContent-Type: image/png\n\n<89>PNG...", "type": "text" } ] }, "version": "0.0.0", "filename": "lib/api/messages.js", "groupTitle": "Archive" }, { "type": "get", "url": "/users/:user/archived/:message", "title": "Request Archived Message", "name": "GetArchivedMessage", "group": "Archive", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "ID of the User
" }, { "group": "Parameter", "type": "Number", "optional": false, "field": "message", "description": "ID of the Message
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "id", "description": "ID of the Message
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "mailbox", "description": "ID of the Mailbox the messages was deleted from
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "user", "description": "ID of the User
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "from", "description": "From: header info
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "from.name", "description": "Name of the sender
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "from.address", "description": "Address of the sender
" }, { "group": "Success 200", "type": "Object[]", "optional": false, "field": "to", "description": "To: header info
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "to.name", "description": "Name of the recipient
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "to.address", "description": "Address of the recipient
" }, { "group": "Success 200", "type": "Object[]", "optional": false, "field": "cc", "description": "Cc: header info
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "cc.name", "description": "Name of the recipient
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "cc.address", "description": "Address of the recipient
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "subject", "description": "Message subject
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "messageId", "description": "Message-ID header
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "date", "description": "Datestring of message header
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "list", "description": "If set then this message is from a mailing list
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "list.id", "description": "Value from List-ID header
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "list.unsubscribe", "description": "Value from List-Unsubscribe header
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "expires", "description": "Datestring, if set then indicates the time after this message is automatically deleted
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "seen", "description": "Does this message have a \\Seen flag
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "deleted", "description": "Does this message have a \\Deleted flag
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "flagged", "description": "Does this message have a \\Flagged flag
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "draft", "description": "Does this message have a \\Draft flag
" }, { "group": "Success 200", "type": "String[]", "optional": false, "field": "html", "description": "An array of HTML string. Every array element is from a separate mime node, usually you would just join these to a single string
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "text", "description": "Plaintext content of the message
" }, { "group": "Success 200", "type": "Object[]", "optional": false, "field": "attachments", "description": "List of attachments for this message
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "attachments.id", "description": "Attachment ID
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "attachments.filename", "description": "Filename of the attachment
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "attachments.contentType", "description": "MIME type
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "attachments.disposition", "description": "Attachment disposition
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "attachments.transferEncoding", "description": "Which transfer encoding was used (actual content when fetching attachments is not encoded)
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "attachments.related", "description": "Was this attachment found from a multipart/related node. This usually means that this is an embedded image
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "attachments.sizeKb", "description": "Approximate size of the attachment in kilobytes
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "contentType", "description": "Parsed Content-Type header. Usually needed to identify encrypted messages and such
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "contentType.value", "description": "MIME type of the message, eg. "multipart/mixed"
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "contentType.params", "description": "An object with Content-Type params as key-value pairs
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"id\": \"59fc66a13e54454869460e58\",\n \"mailbox\": \"59fc66a03e54454869460e46\",\n \"user\": \"59fc66a03e54454869460e45\",\n \"from\": {\n \"address\": \"rfinnie@domain.dom\",\n \"name\": \"Ryan Finnie\"\n },\n \"to\": [\n {\n \"address\": \"bob@domain.dom\",\n \"name\": \"\"\n }\n ],\n \"subject\": \"Ryan Finnie's MIME Torture Test v1.0\",\n \"messageId\": \"<1066976914.4721.5.camel@localhost>\",\n \"date\": \"2003-10-24T06:28:34.000Z\",\n \"seen\": true,\n \"deleted\": false,\n \"flagged\": true,\n \"draft\": false,\n \"html\": [\n \"Welcome to Ryan Finnie's MIME torture test.
\",\n \"While a message/rfc822 part inside another message/rfc822 part in a
message isn't too strange, 200 iterations of that would be.
Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"Database error\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i \"http://localhost:8080/users/59fc66a03e54454869460e45/archived/59fc66a13e54454869460e58\"", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/messages.js", "groupTitle": "Archive" }, { "type": "get", "url": "/users/:user/archived", "title": "List archived messages", "name": "GetArchivedMessages", "group": "Archive", "description": "Archive contains all recently deleted messages besides Drafts etc.
", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "ID of the User
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "limit", "defaultValue": "20", "description": "How many records to return
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "page", "defaultValue": "1", "description": "Current page number. Informational only, page numbers start from 1
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "order", "defaultValue": "desc", "description": "Ordering of the records by insert date
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "next", "description": "Cursor value for next page, retrieved from nextCursor
response value
Cursor value for previous page, retrieved from previousCursor
response value
Indicates successful response
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "total", "description": "How many results were found
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "page", "description": "Current page number. Derived from page
query argument
Either a cursor string or false if there are not any previous results
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "nextCursor", "description": "Either a cursor string or false if there are not any next results
" }, { "group": "Success 200", "type": "Object[]", "optional": false, "field": "results", "description": "Message listing
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.id", "description": "ID of the Message (24 byte hex)
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.mailbox", "description": "ID of the Mailbox
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.thread", "description": "ID of the Thread
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "results.from", "description": "Sender info
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.from.name", "description": "Name of the sender
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.from.address", "description": "Address of the sender
" }, { "group": "Success 200", "type": "Object[]", "optional": false, "field": "results.to", "description": "Recipients in To: field
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.to.name", "description": "Name of the recipient
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.to.address", "description": "Address of the recipient
" }, { "group": "Success 200", "type": "Object[]", "optional": false, "field": "results.cc", "description": "Recipients in Cc: field
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.cc.name", "description": "Name of the recipient
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.cc.address", "description": "Address of the recipient
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.subject", "description": "Message subject
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.date", "description": "Datestring
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.intro", "description": "First 128 bytes of the message
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "results.attachments", "description": "Does the message have attachments
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "results.seen", "description": "Is this message alread seen or not
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "results.deleted", "description": "Does this message have a \\Deleted flag (should not have as messages are automatically deleted once this flag is set)
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "results.flagged", "description": "Does this message have a \\Flagged flag
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "results.contentType", "description": "Parsed Content-Type header. Usually needed to identify encrypted messages and such
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.contentType.value", "description": "MIME type of the message, eg. "multipart/mixed"
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "results.contentType.params", "description": "An object with Content-Type params as key-value pairs
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"total\": 1,\n \"page\": 1,\n \"previousCursor\": false,\n \"nextCursor\": false,\n \"results\": [\n {\n \"id\": \"59fc66a13e54454869460e58\",\n \"mailbox\": \"59fc66a03e54454869460e46\",\n \"thread\": \"59fc66a13e54454869460e50\",\n \"from\": {\n \"address\": \"rfinnie@domain.dom\",\n \"name\": \"Ryan Finnie\"\n },\n \"subject\": \"Ryan Finnie's MIME Torture Test v1.0\",\n \"date\": \"2003-10-24T06:28:34.000Z\",\n \"intro\": \"Welcome to Ryan Finnie's MIME torture test. This message was designed to introduce a couple of the newer features of MIME-aware…\",\n \"attachments\": true,\n \"seen\": true,\n \"deleted\": false,\n \"flagged\": true,\n \"draft\": false,\n \"url\": \"/users/59fc66a03e54454869460e45/mailboxes/59fc66a03e54454869460e46/messages/1\",\n \"contentType\": {\n \"value\": \"multipart/mixed\",\n \"params\": {\n \"boundary\": \"=-qYxqvD9rbH0PNeExagh1\"\n }\n }\n }\n ]\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"Database error\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i \"http://localhost:8080/users/59fc66a03e54454869460e45/archived\"", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/messages.js", "groupTitle": "Archive" }, { "type": "post", "url": "/users/:user/archived/:message/restore", "title": "Restore archived Message", "name": "RestoreMessage", "group": "Archive", "description": "Restores an archived message by moving it back to the mailbox it was deleted from or to provided target mailbox. If target mailbox does not exist, then the message is moved to INBOX.
", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "ID of the User
" }, { "group": "Parameter", "type": "Number", "optional": false, "field": "message", "description": "Message ID
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "mailbox", "description": "ID of the target Mailbox. If not set then original mailbox is used.
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "mailbox", "description": "Maibox ID the message was moved to
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "id", "description": "New ID for the Message
" } ] }, "examples": [ { "title": "Restore Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"mailbox\": \"59fc66a13e54454869460e57\",\n \"id\": 4\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"Database error\"\n}", "type": "json" } ] }, "examples": [ { "title": "Restore a Message:", "content": "curl -i -XPOST \"http://localhost:8080/users/59fc66a03e54454869460e45/archived/59fc66a13e54454869460e58/restore\" \\\n-H 'Content-type: application/json' \\\n-d '{}'", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/messages.js", "groupTitle": "Archive" }, { "type": "post", "url": "/users/:user/restore", "title": "Restore archived messages", "name": "RestoreMessages", "group": "Archive", "description": "Initiates a restore task to move archived messages of a date range back to the mailboxes the messages were deleted from. If target mailbox does not exist, then the messages are moved to INBOX.
", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "ID of the User
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "start", "description": "Datestring
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "end", "description": "Datestring
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" } ] }, "examples": [ { "title": "Restore Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"Database error\"\n}", "type": "json" } ] }, "examples": [ { "title": "Restore a Message:", "content": "curl -i -XPOST \"http://localhost:8080/users/59fc66a03e54454869460e45/restore\" \\\n-H 'Content-type: application/json' \\\n-d '{\n \"start\": \"2018-10-01T00:00:00.000Z\",\n \"end\": \"2018-10-08T23:59:59.999Z\"\n}'", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/messages.js", "groupTitle": "Archive" }, { "type": "get", "url": "/users/:user/authlog", "title": "List authentication Events", "name": "GetAuthlog", "group": "Authentication", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "ID of the User
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "action", "description": "Limit listing only to values with specific action value
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "sess", "description": "Limit listing only to values with specific session identifier
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "ip", "description": "Limit listing only to values with specific IP address
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "limit", "defaultValue": "20", "description": "How many records to return
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "page", "defaultValue": "1", "description": "Current page number. Informational only, page numbers start from 1
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "next", "description": "Cursor value for next page, retrieved from nextCursor
response value
Cursor value for previous page, retrieved from previousCursor
response value
Indicates successful response
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "total", "description": "How many results were found
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "page", "description": "Current page number. Derived from page
query argument
Either a cursor string or false if there are not any previous results
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "nextCursor", "description": "Either a cursor string or false if there are not any next results
" }, { "group": "Success 200", "type": "Object[]", "optional": false, "field": "results", "description": "Event listing
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.id", "description": "ID of the Event
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.action", "description": "Action identifier
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.result", "description": "Did the action succeed
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.sess", "description": "Session identifier
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.ip", "description": "IP address of the Event
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.created", "description": "Datestring of the Event time
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"action\": \"account created\",\n \"total\": 1,\n \"page\": 1,\n \"previousCursor\": false,\n \"nextCursor\": false,\n \"results\": [\n {\n \"id\": \"59fc66a03e54454869460e4d\",\n \"action\": \"account created\",\n \"result\": \"success\",\n \"sess\": null,\n \"ip\": null,\n \"created\": \"2017-11-03T12:52:48.792Z\",\n \"expires\": \"2017-12-03T12:52:48.792Z\"\n }\n ]\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"Database error\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i \"http://localhost:8080/users/59fc66a03e54454869460e45/authlog?action=account+created\"", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/auth.js", "groupTitle": "Authentication" }, { "type": "get", "url": "/users/:user/authlog/:event", "title": "Request Event information", "name": "GetAuthlogEvent", "group": "Authentication", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "ID of the User
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "event", "description": "ID of the Event
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "id", "description": "ID of the Event
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "action", "description": "Action identifier
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "result", "description": "Did the action succeed
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "sess", "description": "Session identifier
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "ip", "description": "IP address of the Event
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "created", "description": "Datestring of the Event time
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"id\": \"59fc66a03e54454869460e4d\",\n \"action\": \"account created\",\n \"result\": \"success\",\n \"sess\": null,\n \"ip\": null,\n \"created\": \"2017-11-03T12:52:48.792Z\",\n \"expires\": \"2017-12-03T12:52:48.792Z\"\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"Database error\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i \"http://localhost:8080/users/59fc66a03e54454869460e45/authlog/59fc66a03e54454869460e4d\"", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/auth.js", "groupTitle": "Authentication" }, { "type": "post", "url": "/authenticate", "title": "Authenticate an User", "name": "PostAuth", "group": "Authentication", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "username", "description": "Username or E-mail address
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "password", "description": "Password
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "protocol", "description": "Application identifier for security logs
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "scope", "defaultValue": "master", "description": "Required scope. One of master
, imap
, smtp
, pop3
Session identifier for the logs
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "ip", "description": "IP address for the logs
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "id", "description": "ID of authenticated User
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "username", "description": "Username of authenticated User
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "scope", "description": "The scope this authentication is valid for
" }, { "group": "Success 200", "type": "String[]", "optional": false, "field": "require2fa", "description": "List of enabled 2FA mechanisms
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "requirePasswordChange", "description": "Indicates if account hassword has been reset and should be replaced
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"id\": \"5a12914c350c183bd0d331f0\",\n \"username\": \"myuser\",\n \"scope\": \"master\",\n \"require2fa\": [\n \"totp\"\n ],\n \"requirePasswordChange\": false\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" }, { "group": "Error 4xx", "optional": true, "field": "code", "description": "Error code
" }, { "group": "Error 4xx", "optional": true, "field": "id", "description": "User ID if the user exists
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"Authentication failed. Invalid scope\",\n \"code\": \"InvalidAuthScope\",\n \"id\": \"5b22283d45e8d47572eb0381\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i -XPOST http://localhost:8080/authenticate \\\n-H 'Content-type: application/json' \\\n-d '{\n \"username\": \"myuser\",\n \"password\": \"secretpass\",\n \"scope\": \"master\"\n}'", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/auth.js", "groupTitle": "Authentication" }, { "type": "delete", "url": "/users/:user/autoreply", "title": "Delete Autoreply information", "name": "DeleteAutoreply", "group": "Autoreplies", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "ID of the User
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"This user does not exist\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i -XDELETE http://localhost:8080/users/59fc66a03e54454869460e45/autoreply", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/autoreply.js", "groupTitle": "Autoreplies" }, { "type": "get", "url": "/users/:user/autoreply", "title": "Request Autoreply information", "name": "GetAutoreply", "group": "Autoreplies", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "ID of the User
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "status", "description": "Is the autoreply enabled (true) or not (false)
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "name", "description": "Name that is used for the From: header in autoreply message
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "subject", "description": "Subject line for the autoreply. If empty then uses subject of the original message
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "html", "description": "HTML formatted content of the autoreply message
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "text", "description": "Plaintext formatted content of the autoreply message
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "start", "description": "Datestring of the start of the autoreply
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "end", "description": "Datestring of the end of the autoreply
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"status\": true,\n \"subject\": \"\",\n \"text\": \"Away from office until Dec.19\",\n \"html\": \"\",\n \"start\": \"2017-11-15T00:00:00.000Z\",\n \"end\": \"2017-12-19T00:00:00.000Z\"\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"This user does not exist\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i http://localhost:8080/users/59fc66a03e54454869460e45/autoreply", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/autoreply.js", "groupTitle": "Autoreplies" }, { "type": "put", "url": "/users/:user/autoreply", "title": "Update Autoreply information", "name": "PutAutoreply", "group": "Autoreplies", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "ID of the User
" }, { "group": "Parameter", "type": "Boolean", "optional": true, "field": "status", "description": "Is the autoreply enabled (true) or not (false)
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "name", "description": "Name that is used for the From: header in autoreply message
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "subject", "description": "Subject line for the autoreply. If empty then uses subject of the original message
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "html", "description": "HTML formatted content of the autoreply message
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "text", "description": "Plaintext formatted content of the autoreply message
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "start", "description": "Datestring of the start of the autoreply or boolean false to disable start checks
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "end", "description": "Datestring of the end of the autoreply or boolean false to disable end checks
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"This user does not exist\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i -XPUT http://localhost:8080/users/59fc66a03e54454869460e45/autoreply \\\n-H 'Content-type: application/json' \\\n-d '{\n \"status\": true,\n \"text\": \"Away from office until Dec.19\",\n \"start\": \"2017-11-15T00:00:00.000Z\",\n \"end\": \"2017-12-19T00:00:00.000Z\"\n}'", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/autoreply.js", "groupTitle": "Autoreplies" }, { "type": "delete", "url": "/dkim/:dkim", "title": "Delete a DKIM key", "name": "DeleteDkim", "group": "DKIM", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "dkim", "description": "ID of the DKIM
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"Database error\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i -XDELETE http://localhost:8080/dkim/59ef21aef255ed1d9d790e81", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/dkim.js", "groupTitle": "DKIM" }, { "type": "get", "url": "/dkim", "title": "List registered DKIM keys", "name": "GetDkim", "group": "DKIM", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": true, "field": "query", "description": "Partial match of a Domain name
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "limit", "defaultValue": "20", "description": "How many records to return
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "page", "defaultValue": "1", "description": "Current page number. Informational only, page numbers start from 1
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "next", "description": "Cursor value for next page, retrieved from nextCursor
response value
Cursor value for previous page, retrieved from previousCursor
response value
Indicates successful response
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "total", "description": "How many results were found
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "page", "description": "Current page number. Derived from page
query argument
Either a cursor string or false if there are not any previous results
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "nextCursor", "description": "Either a cursor string or false if there are not any next results
" }, { "group": "Success 200", "type": "Object[]", "optional": false, "field": "results", "description": "Aliases listing
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.id", "description": "ID of the DKIM
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.domain", "description": "The domain this DKIM key applies to
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.selector", "description": "DKIM selector
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.description", "description": "Key description
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.fingerprint", "description": "Key fingerprint (SHA1)
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.created", "description": "Datestring
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"total\": 1,\n \"page\": 1,\n \"previousCursor\": false,\n \"nextCursor\": false,\n \"results\": [\n {\n \"id\": \"59ef21aef255ed1d9d790e81\",\n \"domain\": \"example.com\",\n \"selector\": \"oct17\",\n \"description\": \"Key for marketing emails\",\n \"fingerprint\": \"6a:aa:d7:ba:e4:99:b4:12:e0:f3:35:01:71:d4:f1:d6:b4:95:c4:f5\",\n \"created\": \"2017-10-24T11:19:10.911Z\"\n }\n ]\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"Database error\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i http://localhost:8080/dkim", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/dkim.js", "groupTitle": "DKIM" }, { "type": "get", "url": "/dkim/:dkim", "title": "Request DKIM information", "name": "GetDkimKey", "group": "DKIM", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "dkim", "description": "ID of the DKIM
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "id", "description": "ID of the DKIM
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "domain", "description": "The domain this DKIM key applies to
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "selector", "description": "DKIM selector
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "description", "description": "Key description
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "fingerprint", "description": "Key fingerprint (SHA1)
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "publicKey", "description": "Public key in DNS format (no prefix/suffix, single line)
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "dnsTxt", "description": "Value for DNS TXT entry
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "dnsTxt.name", "description": "Is the domain name of TXT
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "dnsTxt.value", "description": "Is the value of TXT
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "created", "description": "Datestring
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"id\": \"59ef21aef255ed1d9d790e7a\",\n \"domain\": \"example.com\",\n \"selector\": \"oct17\",\n \"description\": \"Key for marketing emails\",\n \"fingerprint\": \"6a:aa:d7:ba:e4:99:b4:12:e0:f3:35:01:71:d4:f1:d6:b4:95:c4:f5\",\n \"publicKey\": \"-----BEGIN PUBLIC KEY-----\\r\\nMIGfMA0...\",\n \"dnsTxt\": {\n \"name\": \"dec20._domainkey.example.com\",\n \"value\": \"v=DKIM1;t=s;p=MIGfMA0...\"\n }\n \"created\": \"2017-10-24T11:19:10.911Z\"\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"This Alias does not exist\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i http://localhost:8080/dkim/59ef21aef255ed1d9d790e7a", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/dkim.js", "groupTitle": "DKIM" }, { "type": "post", "url": "/dkim", "title": "Create or update DKIM key for domain", "name": "PostDkim", "group": "DKIM", "description": "Add a new DKIM key for a Domain or update existing one. There can be single DKIM key registered for each domain name.
", "header": { "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "domain", "description": "Domain name this DKIM key applies to. Use "*"
as a special value that will be used for domains that do not have their own DKIM key set
Selector for the key
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "description", "description": "Key description
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "privateKey", "description": "Pem formatted DKIM private key. If not set then a new 2048 bit RSA key is generated, beware though that it can take several seconds to complete.
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "id", "description": "ID of the DKIM
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "domain", "description": "The domain this DKIM key applies to
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "selector", "description": "DKIM selector
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "description", "description": "Key description
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "fingerprint", "description": "Key fingerprint (SHA1)
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "publicKey", "description": "Public key in DNS format (no prefix/suffix, single line)
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "dnsTxt", "description": "Value for DNS TXT entry
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "dnsTxt.name", "description": "Is the domain name of TXT
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "dnsTxt.value", "description": "Is the value of TXT
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"id\": \"59ef21aef255ed1d9d790e81\",\n \"domain\": \"example.com\",\n \"selector\": \"oct17\",\n \"description\": \"Key for marketing emails\",\n \"fingerprint\": \"6a:aa:d7:ba:e4:99:b4:12:e0:f3:35:01:71:d4:f1:d6:b4:95:c4:f5\",\n \"publicKey\": \"-----BEGIN PUBLIC KEY-----\\r\\nMIGfMA0...\",\n \"dnsTxt\": {\n \"name\": \"dec20._domainkey.example.com\",\n \"value\": \"v=DKIM1;t=s;p=MIGfMA0...\"\n }\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"This user does not exist\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i -XPOST http://localhost:8080/dkim \\\n-H 'Content-type: application/json' \\\n-d '{\n \"domain\": \"example.com\",\n \"selector\": \"oct17\",\n \"description\": \"Key for marketing emails\",\n \"privateKey\": \"-----BEGIN RSA PRIVATE KEY-----...\"\n}'", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/dkim.js", "groupTitle": "DKIM" }, { "type": "get", "url": "/dkim/resolve/:domain", "title": "Resolve ID for a DKIM domain", "name": "ResolveDKIM", "group": "DKIM", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "domain", "description": "DKIM domain
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "id", "description": "DKIM unique ID (24 byte hex)
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"id\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"This domain does not exist\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i http://localhost:8080/dkim/resolve/example.com", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/dkim.js", "groupTitle": "DKIM" }, { "type": "delete", "url": "/domainaliases/:alias", "title": "Delete an Alias", "name": "DeleteDomainAlias", "group": "DomainAliases", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "alias", "description": "ID of the Alias
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"Database error\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i -XDELETE http://localhost:8080/domainaliases/59ef21aef255ed1d9d790e81", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/domainaliases.js", "groupTitle": "DomainAliases" }, { "type": "get", "url": "/domainaliases", "title": "List registered Domain Aliases", "name": "GetAliases", "group": "DomainAliases", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": true, "field": "query", "description": "Partial match of a Domain Alias or Domain name
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "limit", "defaultValue": "20", "description": "How many records to return
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "page", "defaultValue": "1", "description": "Current page number. Informational only, page numbers start from 1
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "next", "description": "Cursor value for next page, retrieved from nextCursor
response value
Cursor value for previous page, retrieved from previousCursor
response value
Indicates successful response
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "total", "description": "How many results were found
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "page", "description": "Current page number. Derived from page
query argument
Either a cursor string or false if there are not any previous results
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "nextCursor", "description": "Either a cursor string or false if there are not any next results
" }, { "group": "Success 200", "type": "Object[]", "optional": false, "field": "results", "description": "Aliases listing
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.id", "description": "ID of the Domain Alias
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.alias", "description": "Domain Alias
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.domain", "description": "The domain this alias applies to
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"total\": 1,\n \"page\": 1,\n \"previousCursor\": false,\n \"nextCursor\": false,\n \"results\": [\n {\n \"id\": \"59ef21aef255ed1d9d790e81\",\n \"alias\": \"example.net\",\n \"domain\": \"example.com\"\n }\n ]\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"Database error\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i http://localhost:8080/domainaliases", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/domainaliases.js", "groupTitle": "DomainAliases" }, { "type": "get", "url": "/domainaliases/:alias", "title": "Request Alias information", "name": "GetDomainAlias", "group": "DomainAliases", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "alias", "description": "ID of the Alias
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "id", "description": "ID of the Alias
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "alias", "description": "Alias domain
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "domain", "description": "Alias target
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "created", "description": "Datestring of the time the alias was created
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"id\": \"59ef21aef255ed1d9d790e7a\",\n \"alias\": \"example.net\",\n \"domain\": \"example.com\",\n \"created\": \"2017-10-24T11:19:10.911Z\"\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"This Alias does not exist\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i http://localhost:8080/domainaliases/59ef21aef255ed1d9d790e7a", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/domainaliases.js", "groupTitle": "DomainAliases" }, { "type": "post", "url": "/domainaliases", "title": "Create new Domain Alias", "name": "PostDomainAlias", "group": "DomainAliases", "description": "Add a new Alias for a Domain. This allows to accept mail on username@domain and username@alias
", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "alias", "description": "Domain Alias
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "domain", "description": "Domain name this Alias applies to
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "id", "description": "ID of the Domain Alias
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"id\": \"59ef21aef255ed1d9d790e81\"\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"This user does not exist\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i -XPOST http://localhost:8080/domainaliases \\\n-H 'Content-type: application/json' \\\n-d '{\n \"domain\": \"example.com\",\n \"alias\": \"example.org\"\n}'", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/domainaliases.js", "groupTitle": "DomainAliases" }, { "type": "get", "url": "/domainaliases/resolve/:alias", "title": "Resolve ID for a domain aias", "name": "ResolveDomainAlias", "group": "DomainAliases", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "alias", "description": "Alias domain
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "id", "description": "Alias unique ID (24 byte hex)
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"id\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"This alias does not exist\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i http://localhost:8080/domainaliases/resolve/example.com", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/domainaliases.js", "groupTitle": "DomainAliases" }, { "type": "delete", "url": "/users/:user/filters/:filter", "title": "Delete a Filter", "name": "DeleteFilter", "group": "Filters", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "Users unique ID
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "filter", "description": "Filters unique ID
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"This filter does not exist\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i -XDELETE http://localhost:8080/users/59fc66a03e54454869460e45/filters/5a1c0ee490a34c67e266931c", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/filters.js", "groupTitle": "Filters" }, { "type": "get", "url": "/users/:user/filters/:filter", "title": "Request Filter information", "name": "GetFilter", "group": "Filters", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "Users unique ID.
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "filter", "description": "Filters unique ID.
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "id", "description": "ID for the Filter
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "name", "description": "Name of the Filter
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "query", "description": "Rules that a message must match
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "query.from", "description": "Partial match for the From: header (case insensitive)
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "query.to", "description": "Partial match for the To:/Cc: headers (case insensitive)
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "query.subject", "description": "Partial match for the Subject: header (case insensitive)
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "query.text", "description": "Fulltext search against message text
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "query.ha", "description": "Does a message have to have an attachment or not
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "query.size", "description": "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
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "action", "description": "Action to take with a matching message
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "action.seen", "description": "If true then mark matching messages as Seen
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "action.flag", "description": "If true then mark matching messages as Flagged
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "action.delete", "description": "If true then do not store matching messages
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "action.spam", "description": "If true then store matching messags to Junk Mail folder
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "action.mailbox", "description": "Mailbox ID to store matching messages to
" }, { "group": "Success 200", "type": "String[]", "optional": false, "field": "action.targets", "description": "A list of email addresses / HTTP URLs to forward the message to
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "disabled", "description": "If true, then this filter is ignored
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"id\": \"5a1c0ee490a34c67e266931c\",\n \"created\": \"2017-11-27T13:11:00.835Z\",\n \"query\": {\n \"from\": \"Mäger\"\n },\n \"action\": {\n \"seen\": true\n },\n \"disabled\": false\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"This filter does not exist\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i http://localhost:8080/users/59fc66a03e54454869460e45/filters/5a1c0ee490a34c67e266931c", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/filters.js", "groupTitle": "Filters" }, { "type": "get", "url": "/users/:user/filters", "title": "List Filters for an User", "name": "GetFilters", "group": "Filters", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "Users unique ID
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "Object[]", "optional": false, "field": "results", "description": "Filter description
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.id", "description": "Filter ID
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.name", "description": "Name for the filter
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.created", "description": "Datestring of the time the filter was created
" }, { "group": "Success 200", "type": "Array[]", "optional": false, "field": "results.query", "description": "A list of query descriptions
" }, { "group": "Success 200", "type": "Array[]", "optional": false, "field": "results.action", "description": "A list of action descriptions
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "results.disabled", "description": "If true, then this filter is ignored
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"results\": [\n {\n \"id\": \"5a1c0ee490a34c67e266931c\",\n \"query\": [\n [\n \"from\",\n \"(Mäger)\"\n ]\n ],\n \"action\": [\n [\n \"mark as read\"\n ]\n ],\n \"disabled\": false,\n \"created\": \"2017-11-27T13:11:00.835Z\"\n }\n ]\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"This user does not exist\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i http://localhost:8080/users/5a1bda70bfbd1442cd96c6f0/filters", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/filters.js", "groupTitle": "Filters" }, { "type": "post", "url": "/users/:user/filters", "title": "Create new Filter", "name": "PostFilter", "group": "Filters", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "Users unique ID.
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "name", "description": "Name of the Filter
" }, { "group": "Parameter", "type": "Object", "optional": false, "field": "query", "description": "Rules that a message must match
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "query.from", "description": "Partial match for the From: header (case insensitive)
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "query.to", "description": "Partial match for the To:/Cc: headers (case insensitive)
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "query.subject", "description": "Partial match for the Subject: header (case insensitive)
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "query.text", "description": "Fulltext search against message text
" }, { "group": "Parameter", "type": "Boolean", "optional": true, "field": "query.ha", "description": "Does a message have to have an attachment or not
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "query.size", "description": "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
" }, { "group": "Parameter", "type": "Object", "optional": false, "field": "action", "description": "Action to take with a matching message
" }, { "group": "Parameter", "type": "Boolean", "optional": true, "field": "action.seen", "description": "If true then mark matching messages as Seen
" }, { "group": "Parameter", "type": "Boolean", "optional": true, "field": "action.flag", "description": "If true then mark matching messages as Flagged
" }, { "group": "Parameter", "type": "Boolean", "optional": true, "field": "action.delete", "description": "If true then do not store matching messages
" }, { "group": "Parameter", "type": "Boolean", "optional": true, "field": "action.spam", "description": "If true then store matching messags to Junk Mail folder
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "action.mailbox", "description": "Mailbox ID to store matching messages to
" }, { "group": "Parameter", "type": "String[]", "optional": true, "field": "action.targets", "description": "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
" }, { "group": "Parameter", "type": "Boolean", "optional": true, "field": "disabled", "description": "If true then this filter is ignored
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "id", "description": "ID for the created Filter
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"id\": \"5a1c0ee490a34c67e266931c\"\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"Empty filter query\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i -XPOST http://localhost:8080/users/5a1bda70bfbd1442cd96c6f0/filters \\\n-H 'Content-type: application/json' \\\n-d '{\n \"query\": {\n \"from\": \"Mäger\"\n },\n \"action\": {\n \"seen\": true\n }\n}'", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/filters.js", "groupTitle": "Filters" }, { "type": "put", "url": "/users/:user/filters/:filter", "title": "Update Filter information", "name": "PutFilter", "group": "Filters", "description": "This method updates Filter data. To unset a value, use empty strings
", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "Users unique ID.
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "filter", "description": "Filters unique ID.
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "name", "description": "Name of the Filter
" }, { "group": "Parameter", "type": "Object", "optional": false, "field": "query", "description": "Rules that a message must match
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "query.from", "description": "Partial match for the From: header (case insensitive)
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "query.to", "description": "Partial match for the To:/Cc: headers (case insensitive)
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "query.subject", "description": "Partial match for the Subject: header (case insensitive)
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "query.text", "description": "Fulltext search against message text
" }, { "group": "Parameter", "type": "Boolean", "optional": true, "field": "query.ha", "description": "Does a message have to have an attachment or not
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "query.size", "description": "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
" }, { "group": "Parameter", "type": "Object", "optional": false, "field": "action", "description": "Action to take with a matching message
" }, { "group": "Parameter", "type": "Boolean", "optional": true, "field": "action.seen", "description": "If true then mark matching messages as Seen
" }, { "group": "Parameter", "type": "Boolean", "optional": true, "field": "action.flag", "description": "If true then mark matching messages as Flagged
" }, { "group": "Parameter", "type": "Boolean", "optional": true, "field": "action.delete", "description": "If true then do not store matching messages
" }, { "group": "Parameter", "type": "Boolean", "optional": true, "field": "action.spam", "description": "If true then store matching messags to Junk Mail folder
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "action.mailbox", "description": "Mailbox ID to store matching messages to
" }, { "group": "Parameter", "type": "String[]", "optional": true, "field": "action.targets", "description": "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
" }, { "group": "Parameter", "type": "Boolean", "optional": true, "field": "disabled", "description": "If true then this filter is ignored
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "id", "description": "ID for the created Filter
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"Empty filter query\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i -XPUT http://localhost:8080/users/59fc66a03e54454869460e45/filters/5a1c0ee490a34c67e266931c \\\n-H 'Content-type: application/json' \\\n-d '{\n \"action\": {\n \"seen\": \"\",\n \"flag\": true\n }\n}'", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/filters.js", "groupTitle": "Filters" }, { "type": "delete", "url": "/users/:user/mailboxes/:mailbox", "title": "Delete a Mailbox", "name": "DeleteMailbox", "group": "Mailboxes", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "Users unique ID
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "mailbox", "description": "Mailbox unique ID. Special use folders and INBOX can not be deleted
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"Mailbox deletion failed with code CANNOT\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i -XDELETE http://localhost:8080/users/59fc66a03e54454869460e45/mailboxes/5a1d2816153888cdcd62a715", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/mailboxes.js", "groupTitle": "Mailboxes" }, { "type": "get", "url": "/users/:user/mailboxes/:mailbox", "title": "Request Mailbox information", "name": "GetMailbox", "group": "Mailboxes", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "Users unique ID
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "mailbox", "description": "Mailbox unique ID
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "id", "description": "Mailbox ID
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "name", "description": "Name for the mailbox (unicode string)
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "path", "description": "Full path of the mailbox, folders are separated by slashes, ends with the mailbox name (unicode string)
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "specialUse", "description": "Either special use identifier or null
. One of \\Drafts
, \\Junk
, \\Sent
or \\Trash
Modification sequence number. Incremented on every change in the mailbox.
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "subscribed", "description": "Mailbox subscription status. IMAP clients may unsubscribe from a folder.
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "total", "description": "How many messages are stored in this mailbox
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "unseen", "description": "How many unseen messages are stored in this mailbox
" } ] }, "examples": [ { "title": "Success-Response:", "content": " HTTP/1.1 200 OK\n{\n \"success\": true,\n \"id\": \"59fc66a03e54454869460e46\",\n \"name\": \"INBOX\",\n \"path\": \"INBOX\",\n \"specialUse\": null,\n \"modifyIndex\": 1808,\n \"subscribed\": true,\n \"total\": 20,\n \"unseen\": 2\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"This mailbox does not exist\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i http://localhost:8080/users/59fc66a03e54454869460e45/mailboxes/59fc66a03e54454869460e46", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/mailboxes.js", "groupTitle": "Mailboxes" }, { "type": "get", "url": "/users/:user/mailboxes", "title": "List Mailboxes for an User", "name": "GetMailboxes", "group": "Mailboxes", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "Users unique ID
" }, { "group": "Parameter", "type": "Boolean", "optional": true, "field": "specialUse", "defaultValue": "false", "description": "Should the response include only folders with specialUse flag set.
" }, { "group": "Parameter", "type": "Boolean", "optional": true, "field": "counters", "defaultValue": "false", "description": "Should the response include counters (total + unseen). Counters come with some overhead.
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "Object[]", "optional": false, "field": "results", "description": "List of user mailboxes
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.id", "description": "Mailbox ID
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.name", "description": "Name for the mailbox (unicode string)
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.path", "description": "Full path of the mailbox, folders are separated by slashes, ends with the mailbox name (unicode string)
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.specialUse", "description": "Either special use identifier or null
. One of \\Drafts
, \\Junk
, \\Sent
or \\Trash
Modification sequence number. Incremented on every change in the mailbox.
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "results.subscribed", "description": "Mailbox subscription status. IMAP clients may unsubscribe from a folder.
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "results.total", "description": "How many messages are stored in this mailbox
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "results.unseen", "description": "How many unseen messages are stored in this mailbox
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"results\": [\n {\n \"id\": \"59fc66a03e54454869460e46\",\n \"name\": \"INBOX\",\n \"path\": \"INBOX\",\n \"specialUse\": null,\n \"modifyIndex\": 1808,\n \"subscribed\": true,\n \"total\": 20,\n \"unseen\": 2\n },\n {\n \"id\": \"59fc66a03e54454869460e47\",\n \"name\": \"Sent Mail\",\n \"path\": \"Sent Mail\",\n \"specialUse\": \"\\\\Sent\",\n \"modifyIndex\": 145,\n \"subscribed\": true,\n \"total\": 15,\n \"unseen\": 0\n }\n ]\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"This mailbox does not exist\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i http://localhost:8080/users/59fc66a03e54454869460e45/mailboxes?counters=true", "type": "curl" }, { "title": "Special Use Only", "content": "curl -i http://localhost:8080/users/59fc66a03e54454869460e45/mailboxes?specialUse=true", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/mailboxes.js", "groupTitle": "Mailboxes" }, { "type": "post", "url": "/users/:user/mailboxes", "title": "Create new Mailbox", "name": "PostMailboxes", "group": "Mailboxes", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "Users unique ID
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "path", "description": "Full path of the mailbox, folders are separated by slashes, ends with the mailbox name (unicode string)
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "retention", "defaultValue": "0", "description": "Retention policy for the created Mailbox. Milliseconds after a message added to mailbox expires. Set to 0 to disable.
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "id", "description": "Mailbox ID
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"id\": \"5a1d2816153888cdcd62a715\"\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"Mailbox creation failed with code ALREADYEXISTS\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i -XPOST http://localhost:8080/users/59fc66a03e54454869460e45/mailboxes \\\n-H 'Content-type: application/json' \\\n-d '{\n \"path\": \"First Level/Second 😎 Level/Folder Name\"\n}'", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/mailboxes.js", "groupTitle": "Mailboxes" }, { "type": "put", "url": "/users/:user/mailboxes/:mailbox", "title": "Update Mailbox information", "name": "PutMailbox", "group": "Mailboxes", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "Users unique ID
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "mailbox", "description": "Mailbox unique ID
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "path", "description": "Full path of the mailbox, use this to rename an existing Mailbox
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "retention", "description": "Retention policy for the Mailbox. Changing retention value only affects messages added to this folder after the change
" }, { "group": "Parameter", "type": "Boolean", "optional": true, "field": "subscribed", "description": "Change Mailbox subscription state
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"Mailbox update failed with code ALREADYEXISTS\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i -XPUT http://localhost:8080/users/59fc66a03e54454869460e45/mailboxes/5a1d2816153888cdcd62a715 \\\n-H 'Content-type: application/json' \\\n-d '{\n \"path\": \"Updated Folder Name\"\n}'", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/mailboxes.js", "groupTitle": "Mailboxes" }, { "type": "delete", "url": "/users/:user/mailboxes/:mailbox/messages/:message", "title": "Delete a Message", "name": "DeleteMessage", "group": "Messages", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "ID of the User
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "mailbox", "description": "ID of the Mailbox
" }, { "group": "Parameter", "type": "Number", "optional": false, "field": "message", "description": "Message ID
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" } ] }, "examples": [ { "title": "Delete Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"Database error\"\n}", "type": "json" } ] }, "examples": [ { "title": "Delete a Message:", "content": "curl -i -XDELETE \"http://localhost:8080/users/59fc66a03e54454869460e45/mailboxes/59fc66a13e54454869460e57/messages/2\"", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/messages.js", "groupTitle": "Messages" }, { "type": "post", "url": "/users/:user/mailboxes/:mailbox/messages/:message/forward", "title": "Forward stored Message", "name": "ForwardStoredMessage", "group": "Messages", "description": "This method allows either to re-forward a message to an original forward target or forward it to some other address. This is useful if an user had forwarding turned on but the message was not delivered so you can try again. Forwarding does not modify the original message.
", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "ID of the User
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "mailbox", "description": "ID of the Mailbox
" }, { "group": "Parameter", "type": "Number", "optional": false, "field": "message", "description": "Message ID
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "target", "description": "Number of original forwarding target
" }, { "group": "Parameter", "type": "String[]", "optional": true, "field": "addresses", "description": "An array of additional forward targets
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "queueId", "description": "Message ID in outbound queue
" }, { "group": "Success 200", "type": "Object[]", "optional": false, "field": "forwarded", "description": "Information about forwarding targets
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "forwarded.seq", "description": "Sequence ID
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "forwarded.type", "description": "Target type
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "forwarded.value", "description": "Target address
" } ] }, "examples": [ { "title": "Forward Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"id\": \"1600d2f36470008b72\",\n \"forwarded\": [\n {\n \"seq\": \"001\",\n \"type\": \"mail\",\n \"value\": \"andris@ethereal.email\"\n }\n ]\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"Database error\"\n}", "type": "json" } ] }, "examples": [ { "title": "Forward a Message:", "content": "curl -i -XPOST \"http://localhost:8080/users/59fc66a03e54454869460e45/mailboxes/59fc66a13e54454869460e57/messages/1/forward\" \\\n-H 'Content-type: application/json' \\\n-d '{\n \"addresses\": [\n \"andris@ethereal.email\"\n ]\n}'", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/messages.js", "groupTitle": "Messages" }, { "type": "get", "url": "/users/:user/mailboxes/:mailbox/messages/:message", "title": "Request Message information", "name": "GetMessage", "group": "Messages", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "ID of the User
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "mailbox", "description": "ID of the Mailbox
" }, { "group": "Parameter", "type": "Number", "optional": false, "field": "message", "description": "ID of the Message
" }, { "group": "Parameter", "type": "Boolean", "optional": true, "field": "markAsSeen", "defaultValue": "false", "description": "If true then marks message as seen
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "id", "description": "ID of the Message
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "mailbox", "description": "ID of the Mailbox
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "user", "description": "ID of the User
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "envelope", "description": "SMTP envelope (if available)
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "envelope.from", "description": "Address from MAIL FROM
" }, { "group": "Success 200", "type": "Object[]", "optional": false, "field": "envelope.rcpt", "description": "Array of addresses from RCPT TO (should have just one normally)
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "envelope.rcpt.value", "description": "RCPT TO address as provided by SMTP client
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "envelope.rcpt.formatted", "description": "Normalized RCPT address
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "from", "description": "From: header info
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "from.name", "description": "Name of the sender
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "from.address", "description": "Address of the sender
" }, { "group": "Success 200", "type": "Object[]", "optional": false, "field": "to", "description": "To: header info
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "to.name", "description": "Name of the recipient
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "to.address", "description": "Address of the recipient
" }, { "group": "Success 200", "type": "Object[]", "optional": false, "field": "cc", "description": "Cc: header info
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "cc.name", "description": "Name of the recipient
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "cc.address", "description": "Address of the recipient
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "subject", "description": "Message subject
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "messageId", "description": "Message-ID header
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "date", "description": "Datestring of message header
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "list", "description": "If set then this message is from a mailing list
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "list.id", "description": "Value from List-ID header
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "list.unsubscribe", "description": "Value from List-Unsubscribe header
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "expires", "description": "Datestring, if set then indicates the time after this message is automatically deleted
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "seen", "description": "Does this message have a \\Seen flag
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "deleted", "description": "Does this message have a \\Deleted flag
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "flagged", "description": "Does this message have a \\Flagged flag
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "draft", "description": "Does this message have a \\Draft flag
" }, { "group": "Success 200", "type": "String[]", "optional": false, "field": "html", "description": "An array of HTML string. Every array element is from a separate mime node, usually you would just join these to a single string
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "text", "description": "Plaintext content of the message
" }, { "group": "Success 200", "type": "Object[]", "optional": false, "field": "attachments", "description": "List of attachments for this message
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "attachments.id", "description": "Attachment ID
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "attachments.filename", "description": "Filename of the attachment
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "attachments.contentType", "description": "MIME type
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "attachments.disposition", "description": "Attachment disposition
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "attachments.transferEncoding", "description": "Which transfer encoding was used (actual content when fetching attachments is not encoded)
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "attachments.related", "description": "Was this attachment found from a multipart/related node. This usually means that this is an embedded image
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "attachments.sizeKb", "description": "Approximate size of the attachment in kilobytes
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "contentType", "description": "Parsed Content-Type header. Usually needed to identify encrypted messages and such
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "contentType.value", "description": "MIME type of the message, eg. "multipart/mixed"
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "contentType.params", "description": "An object with Content-Type params as key-value pairs
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"id\": 1,\n \"mailbox\": \"59fc66a03e54454869460e46\",\n \"user\": \"59fc66a03e54454869460e45\",\n \"from\": {\n \"address\": \"rfinnie@domain.dom\",\n \"name\": \"Ryan Finnie\"\n },\n \"to\": [\n {\n \"address\": \"bob@domain.dom\",\n \"name\": \"\"\n }\n ],\n \"subject\": \"Ryan Finnie's MIME Torture Test v1.0\",\n \"messageId\": \"<1066976914.4721.5.camel@localhost>\",\n \"date\": \"2003-10-24T06:28:34.000Z\",\n \"seen\": true,\n \"deleted\": false,\n \"flagged\": true,\n \"draft\": false,\n \"html\": [\n \"Welcome to Ryan Finnie's MIME torture test.
\",\n \"While a message/rfc822 part inside another message/rfc822 part in a
message isn't too strange, 200 iterations of that would be.
Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"Database error\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i \"http://localhost:8080/users/59fc66a03e54454869460e45/mailboxes/59fc66a03e54454869460e46/messages/1\"", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/messages.js", "groupTitle": "Messages" }, { "type": "get", "url": "/users/:user/mailboxes/:mailbox/messages/:message/attachments/:attachment", "title": "Download Attachment", "name": "GetMessageAttachment", "group": "Messages", "description": "This method returns attachment file contents in binary form
", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "ID of the User
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "mailbox", "description": "ID of the Mailbox
" }, { "group": "Parameter", "type": "Number", "optional": false, "field": "message", "description": "ID of the Message
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "attachment", "description": "ID of the Attachment
" } ] } }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"This attachment does not exist\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i \"http://localhost:8080/users/59fc66a03e54454869460e45/mailboxes/59fc66a13e54454869460e57/messages/1/attachments/ATT00002\"", "type": "curl" } ], "success": { "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\nContent-Type: image/png\n\n<89>PNG...", "type": "text" } ] }, "version": "0.0.0", "filename": "lib/api/messages.js", "groupTitle": "Messages" }, { "type": "get", "url": "/users/:user/mailboxes/:mailbox/messages/:message/events", "title": "Message events", "name": "GetMessageEvents", "group": "Messages", "description": "This method returns a listing of events related to this messages. This includes how the message was received and also information about forwarding
", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "ID of the User
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "mailbox", "description": "ID of the Mailbox
" }, { "group": "Parameter", "type": "Number", "optional": false, "field": "message", "description": "ID of the Message
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "Object[]", "optional": false, "field": "events", "description": "List of events
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "action", "description": "Event type
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"id\": \"59fc66a03e54454869460e4e\",\n \"events\": [\n {\n \"id\": \"59fc66a03e54454869460e4e\",\n \"stored\": \"59fc66a03e54454869460e4e\",\n \"action\": \"STORE\",\n \"origin\": \"Import\",\n \"messageId\": \"<1066976914.4721.5.camel@localhost>\",\n \"from\": null,\n \"to\": [\n \"user1@example.com\"\n ],\n \"transtype\": null,\n \"time\": 1509713568834\n }\n ]\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"Database error\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i \"http://localhost:8080/users/59fc66a03e54454869460e45/mailboxes/59fc66a03e54454869460e46/messages/1/events\"", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/messages.js", "groupTitle": "Messages" }, { "type": "get", "url": "/users/:user/mailboxes/:mailbox/messages/:message/message.eml", "title": "Get Message source", "name": "GetMessageSource", "group": "Messages", "description": "This method returns the full RFC822 formatted source of the stored message
", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "ID of the User
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "mailbox", "description": "ID of the Mailbox
" }, { "group": "Parameter", "type": "Number", "optional": false, "field": "message", "description": "ID of the Message
" } ] } }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"Database error\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i \"http://localhost:8080/users/59fc66a03e54454869460e45/mailboxes/59fc66a03e54454869460e46/messages/1/message.eml\"", "type": "curl" } ], "success": { "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\nContent-Type: message/rfc822\n\nSubject: Ryan Finnie's MIME Torture Test v1.0\nFrom: Ryan FinnieOptional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "ID of the User
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "mailbox", "description": "ID of the Mailbox
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "limit", "defaultValue": "20", "description": "How many records to return
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "page", "defaultValue": "1", "description": "Current page number. Informational only, page numbers start from 1
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "order", "defaultValue": "desc", "description": "Ordering of the records by insert date
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "next", "description": "Cursor value for next page, retrieved from nextCursor
response value
Cursor value for previous page, retrieved from previousCursor
response value
Indicates successful response
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "total", "description": "How many results were found
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "page", "description": "Current page number. Derived from page
query argument
Either a cursor string or false if there are not any previous results
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "nextCursor", "description": "Either a cursor string or false if there are not any next results
" }, { "group": "Success 200", "type": "Object[]", "optional": false, "field": "results", "description": "Message listing
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "results.id", "description": "ID of the Message
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.mailbox", "description": "ID of the Mailbox
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.thread", "description": "ID of the Thread
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "results.from", "description": "Sender info
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.from.name", "description": "Name of the sender
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.from.address", "description": "Address of the sender
" }, { "group": "Success 200", "type": "Object[]", "optional": false, "field": "results.to", "description": "Recipients in To: field
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.to.name", "description": "Name of the recipient
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.to.address", "description": "Address of the recipient
" }, { "group": "Success 200", "type": "Object[]", "optional": false, "field": "results.cc", "description": "Recipients in Cc: field
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.cc.name", "description": "Name of the recipient
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.cc.address", "description": "Address of the recipient
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.subject", "description": "Message subject
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.date", "description": "Datestring
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.intro", "description": "First 128 bytes of the message
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "results.attachments", "description": "Does the message have attachments
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "results.seen", "description": "Is this message alread seen or not
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "results.deleted", "description": "Does this message have a \\Deleted flag (should not have as messages are automatically deleted once this flag is set)
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "results.flagged", "description": "Does this message have a \\Flagged flag
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "results.answered", "description": "Does this message have a \\Answered flag
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "results.forwarded", "description": "Does this message have a $Forwarded flag
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "results.contentType", "description": "Parsed Content-Type header. Usually needed to identify encrypted messages and such
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.contentType.value", "description": "MIME type of the message, eg. "multipart/mixed"
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "results.contentType.params", "description": "An object with Content-Type params as key-value pairs
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"total\": 1,\n \"page\": 1,\n \"previousCursor\": false,\n \"nextCursor\": false,\n \"specialUse\": null,\n \"results\": [\n {\n \"id\": 1,\n \"mailbox\": \"59fc66a03e54454869460e46\",\n \"thread\": \"59fc66a13e54454869460e50\",\n \"from\": {\n \"address\": \"rfinnie@domain.dom\",\n \"name\": \"Ryan Finnie\"\n },\n \"subject\": \"Ryan Finnie's MIME Torture Test v1.0\",\n \"date\": \"2003-10-24T06:28:34.000Z\",\n \"intro\": \"Welcome to Ryan Finnie's MIME torture test. This message was designed to introduce a couple of the newer features of MIME-aware…\",\n \"attachments\": true,\n \"seen\": true,\n \"deleted\": false,\n \"flagged\": true,\n \"draft\": false,\n \"answered\": false,\n \"forwarded\": false,\n \"url\": \"/users/59fc66a03e54454869460e45/mailboxes/59fc66a03e54454869460e46/messages/1\",\n \"contentType\": {\n \"value\": \"multipart/mixed\",\n \"params\": {\n \"boundary\": \"=-qYxqvD9rbH0PNeExagh1\"\n }\n }\n }\n ]\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"Database error\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i \"http://localhost:8080/users/59fc66a03e54454869460e45/mailboxes/59fc66a03e54454869460e46/messages\"", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/messages.js", "groupTitle": "Messages" }, { "type": "get", "url": "/users/:user/search", "title": "Search for messages", "name": "GetMessagesSearch", "group": "Messages", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "ID of the User
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "mailbox", "description": "ID of the Mailbox
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "thread", "description": "Thread ID
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "query", "description": "Search string, uses MongoDB fulltext index. Covers data from mesage body and also common headers like from, to, subject etc.
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "datestart", "description": "Datestring for the earliest message storing time
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "dateend", "description": "Datestring for the latest message storing time
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "from", "description": "Partial match for the From: header line
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "to", "description": "Partial match for the To: and Cc: header lines
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "subject", "description": "Partial match for the Subject: header line
" }, { "group": "Parameter", "type": "Boolean", "optional": true, "field": "attachments", "description": "If true, then matches only messages with attachments
" }, { "group": "Parameter", "type": "Boolean", "optional": true, "field": "flagged", "description": "If true, then matches only messages with \\Flagged flags
" }, { "group": "Parameter", "type": "Boolean", "optional": true, "field": "searchable", "description": "If true, then matches messages not in Junk or Trash
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "limit", "defaultValue": "20", "description": "How many records to return
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "page", "defaultValue": "1", "description": "Current page number. Informational only, page numbers start from 1
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "next", "description": "Cursor value for next page, retrieved from nextCursor
response value
Cursor value for previous page, retrieved from previousCursor
response value
Indicates successful response
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "total", "description": "How many results were found
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "page", "description": "Current page number. Derived from page
query argument
Either a cursor string or false if there are not any previous results
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "nextCursor", "description": "Either a cursor string or false if there are not any next results
" }, { "group": "Success 200", "type": "Object[]", "optional": false, "field": "results", "description": "Message listing
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "results.id", "description": "ID of the Message
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.mailbox", "description": "ID of the Mailbox
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.thread", "description": "ID of the Thread
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "results.from", "description": "Sender info
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.from.name", "description": "Name of the sender
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.from.address", "description": "Address of the sender
" }, { "group": "Success 200", "type": "Object[]", "optional": false, "field": "results.to", "description": "Recipients in To: field
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.to.name", "description": "Name of the recipient
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.to.address", "description": "Address of the recipient
" }, { "group": "Success 200", "type": "Object[]", "optional": false, "field": "results.cc", "description": "Recipients in Cc: field
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.cc.name", "description": "Name of the recipient
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.cc.address", "description": "Address of the recipient
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.subject", "description": "Message subject
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.date", "description": "Datestring
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.intro", "description": "First 128 bytes of the message
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "results.attachments", "description": "Does the message have attachments
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "results.seen", "description": "Is this message alread seen or not
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "results.deleted", "description": "Does this message have a \\Deleted flag (should not have as messages are automatically deleted once this flag is set)
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "results.flagged", "description": "Does this message have a \\Flagged flag
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.url", "description": "Relative API url for fetching message contents
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "results.contentType", "description": "Parsed Content-Type header. Usually needed to identify encrypted messages and such
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.contentType.value", "description": "MIME type of the message, eg. "multipart/mixed"
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "results.contentType.params", "description": "An object with Content-Type params as key-value pairs
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"query\": \"Ryan\",\n \"total\": 1,\n \"page\": 1,\n \"previousCursor\": false,\n \"nextCursor\": false,\n \"specialUse\": null,\n \"results\": [\n {\n \"id\": 1,\n \"mailbox\": \"59fc66a03e54454869460e46\",\n \"thread\": \"59fc66a13e54454869460e50\",\n \"from\": {\n \"address\": \"rfinnie@domain.dom\",\n \"name\": \"Ryan Finnie\"\n },\n \"subject\": \"Ryan Finnie's MIME Torture Test v1.0\",\n \"date\": \"2003-10-24T06:28:34.000Z\",\n \"intro\": \"Welcome to Ryan Finnie's MIME torture test. This message was designed to introduce a couple of the newer features of MIME-aware…\",\n \"attachments\": true,\n \"seen\": true,\n \"deleted\": false,\n \"flagged\": true,\n \"draft\": false,\n \"url\": \"/users/59fc66a03e54454869460e45/mailboxes/59fc66a03e54454869460e46/messages/1\",\n \"contentType\": {\n \"value\": \"multipart/mixed\",\n \"params\": {\n \"boundary\": \"=-qYxqvD9rbH0PNeExagh1\"\n }\n }\n }\n ]\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"Database error\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i \"http://localhost:8080/users/59fc66a03e54454869460e45/search?query=Ryan\"", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/messages.js", "groupTitle": "Messages" }, { "type": "put", "url": "/users/:user/mailboxes/:mailbox/messages", "title": "Update Message information", "name": "PutMessage", "group": "Messages", "description": "This method updates message flags and also allows to move messages to a different mailbox
", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "ID of the User
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "mailbox", "description": "ID of the Mailbox
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "message", "description": "Message ID values. Either comma separated numbers (1,2,3) or colon separated range (3:15)
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "moveTo", "description": "ID of the target Mailbox if you want to move messages
" }, { "group": "Parameter", "type": "Boolean", "optional": false, "field": "seen", "description": "State of the \\Seen flag
" }, { "group": "Parameter", "type": "Boolean", "optional": false, "field": "flagged", "description": "State of the \\Flagged flag
" }, { "group": "Parameter", "type": "Boolean", "optional": false, "field": "draft", "description": "State of the \\Draft flag
" }, { "group": "Parameter", "type": "Datestring", "optional": false, "field": "expires", "description": "Either expiration date or false
to turn of autoexpiration
Indicates successful response
" }, { "group": "Success 200", "type": "Object[]", "optional": false, "field": "id", "description": "If messages were moved then lists new ID values. Array entry is an array with first element pointing to old ID and second to new ID
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "updated", "description": "If messages were not moved, then indicates the number of updated messages
" } ] }, "examples": [ { "title": "Update Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"updated\": 2\n}", "type": "json" }, { "title": "Move Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"mailbox\": \"59fc66a13e54454869460e57\",\n \"id\": [\n [1,24],\n [2,25]\n ]\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"Database error\"\n}", "type": "json" } ] }, "examples": [ { "title": "Mark messages as unseen:", "content": "curl -i -XPUT \"http://localhost:8080/users/59fc66a03e54454869460e45/mailboxes/59fc66a03e54454869460e46/messages\" \\\n-H 'Content-type: application/json' \\\n-d '{\n \"message\": \"1,2,3\",\n \"seen\": false\n}'", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/messages.js", "groupTitle": "Messages" }, { "type": "post", "url": "/users/:user/mailboxes/:mailbox/messages", "title": "Upload Message Source", "name": "UploadMessage", "group": "Messages", "description": "This method allows to upload an RFC822 formatted message to a mailbox. Message is stored unmodified, no headers are added or removed. If you want to generate the uploaded message from strucutred data fields, then see Submit a Message for Delivery with uploadOnly
option
Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "ID of the User
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "mailbox", "description": "ID of the Mailbox
" }, { "group": "Parameter", "type": "Boolean", "optional": true, "field": "unseen", "defaultValue": "false", "description": "Is the message unseen or not
" }, { "group": "Parameter", "type": "Boolean", "optional": true, "field": "draft", "defaultValue": "false", "description": "Is the message a draft or not
" }, { "group": "Parameter", "type": "Boolean", "optional": true, "field": "flagged", "defaultValue": "false", "description": "Is the message flagged or not
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "raw", "description": "base64 encoded message source. Alternatively, you can provide this value as POST body by using message/rfc822 MIME type
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "sess", "description": "Session identifier for the logs
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "ip", "description": "IP address for the logs
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "message", "description": "Message information
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "message.id", "description": "Message ID in mailbox
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "message.mailbox", "description": "Mailbox ID the message was stored into
" } ] }, "examples": [ { "title": "Forward Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"message\": {\n \"id\": 2,\n \"mailbox\": \"5a2f9ca57308fc3a6f5f811e\"\n }\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"Database error\"\n}", "type": "json" } ] }, "examples": [ { "title": "Upload a Message:", "content": "curl -i -XPOST \"http://localhost:8080/users/5a2f9ca57308fc3a6f5f811d/mailboxes/5a2f9ca57308fc3a6f5f811e/messages\" \\\n-H 'Content-type: message/rfc822' \\\n-d 'From: sender@example.com\nTo: recipient@example.com\nSubject: hello world!\n\nExample message'", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/messages.js", "groupTitle": "Messages" }, { "type": "post", "url": "/users/:user/submit", "title": "Submit a Message for Delivery", "name": "PostSubmit", "group": "Submission", "description": "Use this method to send emails from an user account
", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "Users unique ID
" }, { "group": "Parameter", "type": "Object", "optional": true, "field": "reference", "description": "Optional referenced email. If submitted message is a reply and relevant fields are not provided then these are resolved from the message to be replied to
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "reference.mailbox", "description": "Mailbox ID
" }, { "group": "Parameter", "type": "Number", "optional": false, "field": "reference.id", "description": "Message ID in Mailbox
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "reference.action", "description": "Either reply
, replyAll
or forward
Mailbox ID where to upload the message. If not set then message is uploaded to Sent Mail folder.
" }, { "group": "Parameter", "type": "Boolean", "optional": true, "field": "uploadOnly", "defaultValue": "false", "description": "If true
then generated message is not added to the sending queue
If true
then treats this message as draft (should be used with uploadOnly=true)
Datestring for delivery if message should be sent some later time
" }, { "group": "Parameter", "type": "Object", "optional": true, "field": "envelope", "description": "SMTP envelope. If not provided then resolved either from message headers or from referenced message
" }, { "group": "Parameter", "type": "Object", "optional": true, "field": "envelope.from", "description": "Sender information. If not set then it is resolved to User's default address
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "envelope.from.address", "description": "Sender address. If this is not listed as allowed address for the sending User then it is replaced with the User's default address
" }, { "group": "Parameter", "type": "Object[]", "optional": true, "field": "envelope.to", "description": "Recipients information
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "envelope.to.address", "description": "Recipient address
" }, { "group": "Parameter", "type": "Object", "optional": true, "field": "from", "description": "Address for the From: header
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "from.name", "description": "Name of the sender
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "from.address", "description": "Address of the sender
" }, { "group": "Parameter", "type": "Object[]", "optional": true, "field": "to", "description": "Addresses for the To: header
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "to.name", "description": "Name of the recipient
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "to.address", "description": "Address of the recipient
" }, { "group": "Parameter", "type": "Object[]", "optional": true, "field": "cc", "description": "Addresses for the Cc: header
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "cc.name", "description": "Name of the recipient
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "cc.address", "description": "Address of the recipient
" }, { "group": "Parameter", "type": "Object[]", "optional": true, "field": "bcc", "description": "Addresses for the Bcc: header
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "bcc.name", "description": "Name of the recipient
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "bcc.address", "description": "Address of the recipient
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "subject", "description": "Message subject. If not then resolved from Reference message
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "text", "description": "Plaintext message
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "html", "description": "HTML formatted message
" }, { "group": "Parameter", "type": "Object[]", "optional": true, "field": "headers", "description": "Custom headers for the message. If reference message is set then In-Reply-To and References headers are set automatically
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "headers.key", "description": "Header key ('X-Mailer')
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "headers.value", "description": "Header value ('My Awesome Mailing Service')
" }, { "group": "Parameter", "type": "Object[]", "optional": true, "field": "attachments", "description": "Attachments for the message
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "attachments.content", "description": "Base64 encoded attachment content
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "attachments.filename", "description": "Attachment filename
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "attachments.contentType", "description": "MIME type for the attachment file
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "attachments.cid", "description": "Content-ID value if you want to reference to this attachment from HTML formatted message
" }, { "group": "Parameter", "type": "Object", "optional": true, "field": "meta", "description": "Custom metainfo for the message
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "sess", "description": "Session identifier for the logs
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "ip", "description": "IP address for the logs
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "message", "description": "Information about submitted Message
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "message.mailbox", "description": "Mailbox ID the message was stored to
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "message.id", "description": "Message ID in Mailbox
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "message.queueId", "description": "Queue ID in MTA
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"message\": {\n \"id\": 16,\n \"mailbox\": \"59fc66a03e54454869460e47\",\n \"queueId\": \"1600798505b000a25f\"\n }\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "type": "String", "optional": false, "field": "error", "description": "Description of the error
" }, { "group": "Error 4xx", "type": "String", "optional": false, "field": "code", "description": "Reason for the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"User account is disabled\",\n \"code\": \"ERRDISABLEDUSER\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "# Sender info is derived from account settings\ncurl -i -XPOST \"http://localhost:8080/users/59fc66a03e54454869460e45/submit\" \\\n-H 'Content-type: application/json' \\\n-d '{\n \"to\": [{\n \"address\": \"andris@ethereal.email\"\n }],\n \"subject\": \"Hello world!\",\n \"text\": \"Test message\"\n}'", "type": "curl" }, { "title": "Reply to All", "content": "# Recipients and subject line are derived from referenced message\ncurl -i -XPOST \"http://localhost:8080/users/59fc66a03e54454869460e45/submit\" \\\n-H 'Content-type: application/json' \\\n-d '{\n \"reference\": {\n \"mailbox\": \"59fc66a03e54454869460e47\",\n \"id\": 15,\n \"action\": \"replyAll\"\n },\n \"text\": \"Yeah, sure\"\n}'", "type": "curl" }, { "title": "Upload only", "content": "# Recipients and subject line are derived from referenced message\ncurl -i -XPOST \"http://localhost:8080/users/5a2fe496ce76ede84f177ec3/submit\" \\\n-H 'Content-type: application/json' \\\n-d '{\n \"reference\": {\n \"mailbox\": \"5a2fe496ce76ede84f177ec4\",\n \"id\": 1,\n \"action\": \"replyAll\"\n },\n \"uploadOnly\": true,\n \"mailbox\": \"5a33b45acf482d3219955bc4\",\n \"text\": \"Yeah, sure\"\n}'", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/submit.js", "groupTitle": "Submission" }, { "type": "delete", "url": "/users/:user/2fa/custom", "title": "Disable custom 2FA for an user", "name": "DisableCustom2FA", "group": "TwoFactorAuth", "description": "This method disables custom 2FA. If it was the only 2FA set up, then account password for IMAP/POP3/SMTP gets enabled again
", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "ID of the User
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "sess", "description": "Session identifier for the logs
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "ip", "description": "IP address for the logs
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"This username does not exist\"\n \"code\": \"UserNotFound\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i -XDELETE http://localhost:8080/users/59fc66a03e54454869460e45/2fa/custom \\\n-H 'Content-type: application/json' \\\n-d '{\n \"ip\": \"127.0.0.1\"\n}'", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/2fa/custom.js", "groupTitle": "TwoFactorAuth" }, { "type": "put", "url": "/users/:user/2fa/custom", "title": "Enable custom 2FA for an user", "name": "EnableCustom2FA", "group": "TwoFactorAuth", "description": "This method disables account password for IMAP/POP3/SMTP
", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "ID of the User
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "sess", "description": "Session identifier for the logs
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "ip", "description": "IP address for the logs
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"This username does not exist\"\n \"code\": \"UserNotFound\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i -XPUT http://localhost:8080/users/59fc66a03e54454869460e45/2fa/custom \\\n-H 'Content-type: application/json' \\\n-d '{\n \"ip\": \"127.0.0.1\"\n}'", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/2fa/custom.js", "groupTitle": "TwoFactorAuth" }, { "type": "delete", "url": "/users/:id", "title": "Delete an User", "name": "DeleteUser", "group": "Users", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "id", "description": "Users unique ID.
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "sess", "description": "Session identifier for the logs
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "ip", "description": "IP address for the logs
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"This user does not exist\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i -XDELETE http://localhost:8080/users/5a1bda70bfbd1442cd96c6f0?ip=127.0.0.1", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/users.js", "groupTitle": "Users" }, { "type": "get", "url": "/users/:id/updates", "title": "Open change stream", "name": "GetUpdates", "group": "Users", "description": "This api call returns an EventSource response. Listen on this stream to get notifications about changes in messages and mailboxes. Returned events are JSON encoded strings
", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "id", "description": "Users unique ID.
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "String", "optional": false, "field": "command", "description": "Indicates data event type
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\nContent-Type: text/event-stream\n\ndata: {\ndata: \"command\": \"CREATE\",\ndata: \"mailbox\": \"5a1d3061153888cdcd62a719\",\ndata: \"path\": \"First Level/Second 😎 Level/Folder Name\"\ndata: }", "type": "text" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"This user does not exist\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "var stream = new EventSource('/users/59fc66a03e54454869460e45/updates');\nstream.onmessage = function(e) {\n console.log(JSON.parse(e.data));\n};", "type": "javascript" } ], "version": "0.0.0", "filename": "lib/api/updates.js", "groupTitle": "Users" }, { "type": "get", "url": "/users/:id", "title": "Request User information", "name": "GetUser", "group": "Users", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "id", "description": "Users unique ID.
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "id", "description": "Users unique ID (24 byte hex)
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "username", "description": "Username of the User
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "name", "description": "Name of the User
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "address", "description": "Main email address of the User
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "retention", "description": "Default retention time in ms. false
if not enabled
List of enabled 2FA methods
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "encryptMessages", "description": "If true
then received messages are encrypted
If true
then forwarded messages are encrypted
Public PGP key for the User that is used for encryption
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "keyInfo", "description": "Information about public key or false
if key is not available
Name listed in public key
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "keyInfo.address", "description": "E-mail address listed in public key
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "keyInfo.fingerprint", "description": "Fingerprint of the public key
" }, { "group": "Success 200", "type": "String[]", "optional": false, "field": "targets", "description": "List of forwarding targets
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "spamLevel", "description": "Relative scale for detecting spam. 0 means that everything is spam, 100 means that nothing is spam
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "limits", "description": "Account limits and usage
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "limits.quota", "description": "Quota usage limits
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "limits.quota.allowed", "description": "Allowed quota of the user in bytes
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "limits.quota.used", "description": "Space used in bytes
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "limits.recipients", "description": "Sending quota
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "limits.recipients.allowed", "description": "How many messages per 24 hours can be sent
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "limits.recipients.used", "description": "How many messages are sent during current 24 hour period
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "limits.recipients.ttl", "description": "Time until the end of current 24 hour period
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "limits.forwards", "description": "Forwarding quota
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "limits.forwards.allowed", "description": "How many messages per 24 hours can be forwarded
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "limits.forwards.used", "description": "How many messages are forwarded during current 24 hour period
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "limits.forwards.ttl", "description": "Time until the end of current 24 hour period
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "limits.received", "description": "Receiving quota
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "limits.received.allowed", "description": "How many messages per 1 hour can be received
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "limits.received.used", "description": "How many messages are received during current 1 hour period
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "limits.received.ttl", "description": "Time until the end of current 1 hour period
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "limits.imapUpload", "description": "IMAP upload quota
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "limits.imapUpload.allowed", "description": "How many bytes per 24 hours can be uploaded via IMAP. Only message contents are counted, not protocol overhead.
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "limits.imapUpload.used", "description": "How many bytes are uploaded during current 24 hour period
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "limits.imapUpload.ttl", "description": "Time until the end of current 24 hour period
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "limits.imapDownload", "description": "IMAP download quota
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "limits.imapDownload.allowed", "description": "How many bytes per 24 hours can be downloaded via IMAP. Only message contents are counted, not protocol overhead.
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "limits.imapDownload.used", "description": "How many bytes are downloaded during current 24 hour period
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "limits.imapDownload.ttl", "description": "Time until the end of current 24 hour period
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "limits.pop3Download", "description": "POP3 download quota
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "limits.pop3Download.allowed", "description": "How many bytes per 24 hours can be downloaded via POP3. Only message contents are counted, not protocol overhead.
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "limits.pop3Download.used", "description": "How many bytes are downloaded during current 24 hour period
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "limits.pop3Download.ttl", "description": "Time until the end of current 24 hour period
" }, { "group": "Success 200", "type": "String[]", "optional": false, "field": "tags", "description": "List of tags associated with the User
" }, { "group": "Success 200", "type": "String[]", "optional": false, "field": "disabledScopes", "description": "Disabled scopes for this user
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "hasPasswordSet", "description": "If true
then the User has a password set and can authenticate
Is the account activated
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "disabled", "description": "If true
then the user can not authenticate or receive any new mail
Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"This user does not exist\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i http://localhost:8080/users/59fc66a03e54454869460e45", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/users.js", "groupTitle": "Users" }, { "type": "get", "url": "/users/resolve/:username", "title": "Resolve ID for an username", "name": "GetUsername", "group": "Users", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "username", "description": "Username of the User. Alphanumeric value. Must start with a letter, dots are allowed but informational only ("user.name" is the same as "username")
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "id", "description": "Users unique ID (24 byte hex)
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"id\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"This user does not exist\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i http://localhost:8080/users/resolve/testuser", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/users.js", "groupTitle": "Users" }, { "type": "get", "url": "/users", "title": "List registered Users", "name": "GetUsers", "group": "Users", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": true, "field": "query", "description": "Partial match of username or default email address
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "tags", "description": "Comma separated list of tags. The User must have at least one to be set
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "requiredTags", "description": "Comma separated list of tags. The User must have all listed tags to be set
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "limit", "defaultValue": "20", "description": "How many records to return
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "page", "defaultValue": "1", "description": "Current page number. Informational only, page numbers start from 1
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "next", "description": "Cursor value for next page, retrieved from nextCursor
response value
Cursor value for previous page, retrieved from previousCursor
response value
Indicates successful response
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "total", "description": "How many results were found
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "page", "description": "Current page number. Derived from page
query argument
Either a cursor string or false if there are not any previous results
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "nextCursor", "description": "Either a cursor string or false if there are not any next results
" }, { "group": "Success 200", "type": "Object[]", "optional": false, "field": "results", "description": "User listing
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.id", "description": "Users unique ID (24 byte hex)
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.username", "description": "Username of the User
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.name", "description": "Name of the User
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.address", "description": "Main email address of the User
" }, { "group": "Success 200", "type": "String[]", "optional": false, "field": "results.tags", "description": "List of tags associated with the User'
" }, { "group": "Success 200", "type": "String[]", "optional": false, "field": "results.targets", "description": "List of forwarding targets
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "results.encryptMessages", "description": "If true
then received messages are encrypted
If true
then forwarded messages are encrypted
Quota usage limits
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "results.quota.allowed", "description": "Allowed quota of the user in bytes
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "results.quota.used", "description": "Space used in bytes
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "results.hasPasswordSet", "description": "If true
then the User has a password set and can authenticate
Is the account activated
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "results.disabled", "description": "If true
then the user can not authenticate or receive any new mail
Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"Database error\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i http://localhost:8080/users", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/users.js", "groupTitle": "Users" }, { "type": "post", "url": "/users", "title": "Create new user", "name": "PostUser", "group": "Users", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "username", "description": "Username of the User. Dots are allowed but informational only ("user.name" is the same as "username").
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "name", "description": "Name of the User
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "password", "description": "Password for the account. Set to boolean false
to disable password usage
If true
then password is already hashed, so store as. Hash needs to be bcrypt $2a
, $2y
or $2b
. Additionally md5-crypt hashes $1
are allowed but these are rehashed on first successful authentication
If false
then validates provided passwords against Have I Been Pwned API. Experimental, so validation is disabled by default but will be enabled automatically in some future version of WildDuck.
Default email address for the User (autogenerated if not set)
" }, { "group": "Parameter", "type": "Boolean", "optional": true, "field": "emptyAddress", "description": "If true then do not autogenerate missing email address for the User. Only needed if you want to create an user account that does not have any email address associated
" }, { "group": "Parameter", "type": "Boolean", "optional": true, "field": "requirePasswordChange", "description": "If true then requires the user to change password, useful if password for the account was autogenerated
" }, { "group": "Parameter", "type": "String[]", "optional": true, "field": "tags", "description": "A list of tags associated with this user
" }, { "group": "Parameter", "type": "Boolean", "optional": true, "field": "addTagsToAddress", "description": "If true
then autogenerated address gets the same tags as the user
Default retention time in ms. Set to 0
to disable
If true
then all messages sent through MSA are also uploaded to the Sent Mail folder. Might cause duplicates with some email clients, so disabled by default.
If true
then received messages are encrypted
If true
then forwarded messages are encrypted
Public PGP key for the User that is used for encryption. Use empty string to remove the key
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "language", "description": "Language code for the User
" }, { "group": "Parameter", "type": "String[]", "optional": true, "field": "targets", "description": "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
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "spamLevel", "defaultValue": "50", "description": "Relative scale for detecting spam. 0 means that everything is spam, 100 means that nothing is spam
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "quota", "description": "Allowed quota of the user in bytes
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "recipients", "description": "How many messages per 24 hour can be sent
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "forwards", "description": "How many messages per 24 hour can be forwarded
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "imapMaxUpload", "description": "How many bytes can be uploaded via IMAP during 24 hour
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "imapMaxDownload", "description": "How many bytes can be downloaded via IMAP during 24 hour
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "pop3MaxDownload", "description": "How many bytes can be downloaded via POP3 during 24 hour
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "receivedMax", "description": "How many messages can be received from MX during 1 hour
" }, { "group": "Parameter", "type": "Object", "optional": true, "field": "mailboxes", "description": "Optional names for special mailboxes
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "mailboxes.sent", "defaultValue": "Sent Mail", "description": "Path of Sent Mail folder
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "mailboxes.junk", "defaultValue": "Junk", "description": "Path of spam folder
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "mailboxes.drafts", "defaultValue": "Drafts", "description": "Path of drafts folder
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "mailboxes.trash", "defaultValue": "Trash", "description": "Path of trash folder
" }, { "group": "Parameter", "type": "String[]", "optional": false, "field": "disabledScopes", "description": "List of scopes that are disabled for this user ("imap", "pop3", "smtp")
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "sess", "description": "Session identifier for the logs
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "ip", "description": "IP address for the logs
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "id", "description": "ID for the created User
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"id\": \"5a1bda70bfbd1442cd96c6f0\"\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"This username already exists\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i -XPOST http://localhost:8080/users \\\n-H 'Content-type: application/json' \\\n-d '{\n \"username\": \"myuser\",\n \"password\": \"verysecret\",\n \"name\": \"John Doe\",\n \"address\": \"john.doe@example.com\",\n \"tags\": [\n \"status:regular_user\",\n \"subscription:business_big\"\n ]\n}'", "type": "curl" }, { "title": "Example address:", "content": "curl -i -XPOST http://localhost:8080/users \\\n-H 'Content-type: application/json' \\\n-d '{\n \"username\": \"john.doe@example.com\",\n \"password\": \"verysecret\",\n \"name\": \"John Doe\",\n \"tags\": [\n \"status:regular_user\",\n \"subscription:business_big\"\n ]\n}'", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/users.js", "groupTitle": "Users" }, { "type": "post", "url": "/users/:id/quota/reset", "title": "Recalculate User quota", "name": "PostUserQuota", "group": "Users", "description": "This method recalculates quota usage for an User. Normally not needed, only use it if quota numbers are way off. This method is not transactional, so if the user is currently receiving new messages then the resulting value is not exact.
", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "id", "description": "Users unique ID.
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "reason", "description": "Message to be shown to connected IMAP client
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "storageUsed", "description": "Calculated quota usage for the user
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"storageUsed\": 1234567\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"This user does not exist\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i -XPOST http://localhost:8080/users/59fc66a03e54454869460e45/quota/reset \\\n-H 'Content-type: application/json' \\\n-d '{}'", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/users.js", "groupTitle": "Users" }, { "type": "put", "url": "/users/:id", "title": "Update User information", "name": "PutUser", "group": "Users", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "id", "description": "Users unique ID.
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "name", "description": "Name of the User
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "existingPassword", "description": "If provided then validates against account password before applying any changes
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "password", "description": "New password for the account. Set to boolean false
to disable password usage
If true
then password is already hashed, so store as. Hash needs to be bcrypt $2a
, $2y
or $2b
. Additionally md5-crypt hashes $1
are allowed but these are rehashed on first successful authentication
If false
then validates provided passwords against Have I Been Pwned API. Experimental, so validation is disabled by default but will be enabled automatically in some future version of WildDuck.
A list of tags associated with this user
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "retention", "description": "Default retention time in ms. Set to 0
to disable
If true
then all messages sent through MSA are also uploaded to the Sent Mail folder. Might cause duplicates with some email clients, so disabled by default.
If true
then received messages are encrypted
If true
then forwarded messages are encrypted
Public PGP key for the User that is used for encryption. Use empty string to remove the key
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "language", "description": "Language code for the User
" }, { "group": "Parameter", "type": "String[]", "optional": true, "field": "targets", "description": "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
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "spamLevel", "description": "Relative scale for detecting spam. 0 means that everything is spam, 100 means that nothing is spam
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "quota", "description": "Allowed quota of the user in bytes
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "recipients", "description": "How many messages per 24 hour can be sent
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "forwards", "description": "How many messages per 24 hour can be forwarded
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "imapMaxUpload", "description": "How many bytes can be uploaded via IMAP during 24 hour
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "imapMaxDownload", "description": "How many bytes can be downloaded via IMAP during 24 hour
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "pop3MaxDownload", "description": "How many bytes can be downloaded via POP3 during 24 hour
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "receivedMax", "description": "How many messages can be received from MX during 1 hour
" }, { "group": "Parameter", "type": "Boolean", "optional": true, "field": "disable2fa", "description": "If true, then disables 2FA for this user
" }, { "group": "Parameter", "type": "String[]", "optional": false, "field": "disabledScopes", "description": "List of scopes that are disabled for this user ("imap", "pop3", "smtp")
" }, { "group": "Parameter", "type": "Boolean", "optional": true, "field": "disabled", "description": "If true then disables user account (can not login, can not receive messages)
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "sess", "description": "Session identifier for the logs
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "ip", "description": "IP address for the logs
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"This user does not exist\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i -XPUT http://localhost:8080/users/59fc66a03e54454869460e45 \\\n-H 'Content-type: application/json' \\\n-d '{\n \"name\": \"Updated user name\"\n}'", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/users.js", "groupTitle": "Users" }, { "type": "put", "url": "/users/:id/logout", "title": "Log out User", "name": "PutUserLogout", "group": "Users", "description": "This method logs out all user sessions in IMAP
", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "id", "description": "Users unique ID.
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "reason", "description": "Message to be shown to connected IMAP client
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"This user does not exist\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i -XPUT http://localhost:8080/users/59fc66a03e54454869460e45/logout \\\n-H 'Content-type: application/json' \\\n-d '{\n \"reason\": \"Logout requested from API\"\n}'", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/users.js", "groupTitle": "Users" }, { "type": "post", "url": "/users/:id/password/reset", "title": "Reset password for an User", "name": "ResetUserPassword", "group": "Users", "description": "This method generates a new temporary password for an User. Additionally it removes all two-factor authentication settings
", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "id", "description": "Users unique ID.
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "validAfter", "description": "Allow using the generated password not earlier than provided time
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "sess", "description": "Session identifier for the logs
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "ip", "description": "IP address for the logs
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "password", "description": "Temporary password
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"password\": \"temporarypass\"\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"This user does not exist\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i -XPOST http://localhost:8080/users/5a1bda70bfbd1442cd96/password/reset \\\n-H 'Content-type: application/json' \\\n-d '{\n \"ip\": \"127.0.0.1\"\n}'", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/users.js", "groupTitle": "Users" } ] +[ { "type": "delete", "url": "/addresses/forwarded/:address", "title": "Delete a forwarded Address", "name": "DeleteForwardedAddress", "group": "Addresses", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "address", "description": "ID of the Address
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"This address does not exist\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i -XDELETE http://localhost:8080/addresses/forwarded/59ef21aef255ed1d9d790e81", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/addresses.js", "groupTitle": "Addresses" }, { "type": "delete", "url": "/users/:user/addresses/:address", "title": "Delete an Address", "name": "DeleteUserAddress", "group": "Addresses", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "ID of the User
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "address", "description": "ID of the Address
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"Trying to delete main address. Set a new main address first\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i -XDELETE http://localhost:8080/users/59ef21aef255ed1d9d790e7a/addresses/59ef21aef255ed1d9d790e81", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/addresses.js", "groupTitle": "Addresses" }, { "type": "get", "url": "/addresses/resolve/:address", "title": "Get Address info", "name": "GetAddressInfo", "group": "Addresses", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "address", "description": "ID of the Address or e-mail address string
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "id", "description": "ID of the Address
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "address", "description": "E-mail address string
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "name", "description": "Identity name
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "user", "description": "ID of the user if the address belongs to an User
" }, { "group": "Success 200", "type": "String[]", "optional": false, "field": "targets", "description": "List of forwarding targets if this is a Forwarded address
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "limits", "description": "Account limits and usage for Forwarded address
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "limits.forwards", "description": "Forwarding quota
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "limits.forwards.allowed", "description": "How many messages per 24 hour can be forwarded
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "limits.forwards.used", "description": "How many messages are forwarded during current 24 hour period
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "limits.forwards.ttl", "description": "Time until the end of current 24 hour period
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "autoreply", "description": "Autoreply information
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "autoreply.status", "description": "If true, then autoreply is enabled for this address
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "autoreply.name", "description": "Name that is used for the From: header in autoreply message
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "autoreply.subject", "description": "Autoreply subject line
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "autoreply.text", "description": "Autoreply plaintext content
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "autoreply.html", "description": "Autoreply HTML content
" }, { "group": "Success 200", "type": "String[]", "optional": false, "field": "tags", "description": "List of tags associated with the Address
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "created", "description": "Datestring of the time the address was created
" } ] }, "examples": [ { "title": "User-Address:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"id\": \"59ef21aef255ed1d9d790e81\",\n \"address\": \"user@example.com\",\n \"user\": \"59ef21aef255ed1d9d771bb\"\n \"created\": \"2017-10-24T11:19:10.911Z\"\n}", "type": "json" }, { "title": "Forwarded-Address:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"id\": \"59ef21aef255ed1d9d790e81\",\n \"address\": \"user@example.com\",\n \"targets\": [\n \"my.other.address@example.com\"\n ],\n \"limits\": {\n \"forwards\": {\n \"allowed\": 2000,\n \"used\": 0,\n \"ttl\": false\n }\n },\n \"autoreply\": {\n \"status\": false\n },\n \"created\": \"2017-10-24T11:19:10.911Z\"\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"This address does not exist\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i http://localhost:8080/addresses/resolve/k%C3%A4ru%40j%C3%B5geva.ee", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/addresses.js", "groupTitle": "Addresses" }, { "type": "get", "url": "/addresses", "title": "List registered Addresses", "name": "GetAddresses", "group": "Addresses", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": true, "field": "query", "description": "Partial match of an address
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "tags", "description": "Comma separated list of tags. The Address must have at least one to be set
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "requiredTags", "description": "Comma separated list of tags. The Address must have all listed tags to be set
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "limit", "defaultValue": "20", "description": "How many records to return
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "page", "defaultValue": "1", "description": "Current page number. Informational only, page numbers start from 1
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "next", "description": "Cursor value for next page, retrieved from nextCursor
response value
Cursor value for previous page, retrieved from previousCursor
response value
Indicates successful response
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "total", "description": "How many results were found
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "page", "description": "Current page number. Derived from page
query argument
Either a cursor string or false if there are not any previous results
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "nextCursor", "description": "Either a cursor string or false if there are not any next results
" }, { "group": "Success 200", "type": "Object[]", "optional": false, "field": "results", "description": "Address listing
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.id", "description": "ID of the Address
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.name", "description": "Identity name
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.address", "description": "E-mail address string
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.user", "description": "User ID this address belongs to if this is an User address
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "results.forwarded", "description": "If true then it is a forwarded address
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"total\": 1,\n \"page\": 1,\n \"previousCursor\": false,\n \"nextCursor\": false,\n \"results\": [\n {\n \"id\": \"59ef21aef255ed1d9d790e81\",\n \"address\": \"user@example.com\",\n \"user\": \"59ef21aef255ed1d9d790e7a\"\n },\n {\n \"id\": \"59ef21aef255ed1d9d790e81\",\n \"address\": \"user@example.com\",\n \"forwarded\": true\n }\n ]\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"Database error\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i http://localhost:8080/addresses", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/addresses.js", "groupTitle": "Addresses" }, { "type": "get", "url": "/addresses/forwarded/:address", "title": "Request forwarded Addresses information", "name": "GetForwardedAddress", "group": "Addresses", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "address", "description": "ID of the Address
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "id", "description": "ID of the Address
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "address", "description": "E-mail address string
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "name", "description": "Identity name
" }, { "group": "Success 200", "type": "String[]", "optional": false, "field": "targets", "description": "List of forwarding targets
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "limits", "description": "Account limits and usage
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "limits.forwards", "description": "Forwarding quota
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "limits.forwards.allowed", "description": "How many messages per 24 hour can be forwarded
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "limits.forwards.used", "description": "How many messages are forwarded during current 24 hour period
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "limits.forwards.ttl", "description": "Time until the end of current 24 hour period
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "autoreply", "description": "Autoreply information
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "autoreply.status", "description": "If true, then autoreply is enabled for this address
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "autoreply.name", "description": "Name that is used for the From: header in autoreply message
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "autoreply.subject", "description": "Autoreply subject line
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "autoreply.text", "description": "Autoreply plaintext content
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "autoreply.html", "description": "Autoreply HTML content
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "created", "description": "Datestring of the time the address was created
" }, { "group": "Success 200", "type": "String[]", "optional": false, "field": "results.tags", "description": "List of tags associated with the Address
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"id\": \"59ef21aef255ed1d9d790e81\",\n \"address\": \"user@example.com\",\n \"targets\": [\n \"my.other.address@example.com\"\n ],\n \"limits\": {\n \"forwards\": {\n \"allowed\": 2000,\n \"used\": 0,\n \"ttl\": false\n }\n },\n \"created\": \"2017-10-24T11:19:10.911Z\"\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"This address does not exist\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i http://localhost:8080/addresses/forwarded/59ef21aef255ed1d9d790e81", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/addresses.js", "groupTitle": "Addresses" }, { "type": "get", "url": "/users/:user/addresses/:address", "title": "Request Addresses information", "name": "GetUserAddress", "group": "Addresses", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "ID of the User
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "address", "description": "ID of the Address
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "id", "description": "ID of the Address
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "name", "description": "Identity name
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "address", "description": "E-mail address string
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "main", "description": "Indicates if this is the default address for the User
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "created", "description": "Datestring of the time the address was created
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"id\": \"59ef21aef255ed1d9d790e81\",\n \"address\": \"user@example.com\",\n \"main\": true,\n \"created\": \"2017-10-24T11:19:10.911Z\"\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"This user does not exist\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i http://localhost:8080/users/59ef21aef255ed1d9d790e7a/addresses/59ef21aef255ed1d9d790e81", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/addresses.js", "groupTitle": "Addresses" }, { "type": "get", "url": "/users/:user/addresses", "title": "List registered Addresses for an User", "name": "GetUserAddresses", "group": "Addresses", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "ID of the User
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "Object[]", "optional": false, "field": "results", "description": "Address listing
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.id", "description": "ID of the Address
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.name", "description": "Identity name
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.address", "description": "E-mail address string
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "results.main", "description": "Indicates if this is the default address for the User
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.created", "description": "Datestring of the time the address was created
" }, { "group": "Success 200", "type": "String[]", "optional": false, "field": "results.tags", "description": "List of tags associated with the Address
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"total\": 1,\n \"page\": 1,\n \"previousCursor\": false,\n \"nextCursor\": false,\n \"results\": [\n {\n \"id\": \"59ef21aef255ed1d9d790e81\",\n \"address\": \"user@example.com\",\n \"main\": true,\n \"created\": \"2017-10-24T11:19:10.911Z\"\n }\n ]\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"This user does not exist\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i http://localhost:8080/users/59ef21aef255ed1d9d790e7a/addresses", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/addresses.js", "groupTitle": "Addresses" }, { "type": "post", "url": "/addresses/forwarded", "title": "Create new forwarded Address", "name": "PostForwardedAddress", "group": "Addresses", "description": "Add a new forwarded email address. Addresses can contain unicode characters. Dots in usernames are normalized so no need to create both "firstlast@example.com" and "first.last@example.com"
Special addresses *@example.com
and username@*
catches all emails to these domains or users without a registered destination (requires allowWildcard
argument)
Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "address", "description": "E-mail Address
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "name", "description": "Identity name
" }, { "group": "Parameter", "type": "String[]", "optional": true, "field": "targets", "description": "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
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "forwards", "description": "Daily allowed forwarding count for this address
" }, { "group": "Parameter", "type": "Boolean", "optional": true, "field": "allowWildcard", "defaultValue": "false", "description": "If true
then address value can be in the form of *@example.com
, otherwise using * is not allowed
A list of tags associated with this address
" }, { "group": "Parameter", "type": "Object", "optional": true, "field": "autoreply", "description": "Autoreply information
" }, { "group": "Parameter", "type": "Boolean", "optional": true, "field": "autoreply.status", "description": "If true, then autoreply is enabled for this address
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "autoreply.start", "description": "Either a date string or boolean false to disable start time checks
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "autoreply.end", "description": "Either a date string or boolean false to disable end time checks
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "autoreply.name", "description": "Name that is used for the From: header in autoreply message
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "autoreply.subject", "description": "Autoreply subject line
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "autoreply.text", "description": "Autoreply plaintext content
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "autoreply.html", "description": "Autoreply HTML content
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "id", "description": "ID of the Address
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"id\": \"59ef21aef255ed1d9d790e81\"\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"This email address already exists\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i -XPOST http://localhost:8080/addresses/forwarded \\\n-H 'Content-type: application/json' \\\n-d '{\n \"address\": \"my.new.address@example.com\",\n \"targets\": [\n \"my.old.address@example.com\",\n \"smtp://mx2.zone.eu:25\"\n ],\n \"forwards\": 500\n}'", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/addresses.js", "groupTitle": "Addresses" }, { "type": "post", "url": "/users/:user/addresses", "title": "Create new Address", "name": "PostUserAddress", "group": "Addresses", "description": "Add a new email address for an User. Addresses can contain unicode characters. Dots in usernames are normalized so no need to create both "firstlast@example.com" and "first.last@example.com"
Special addresses *@example.com
and username@*
catches all emails to these domains or users without a registered destination (requires allowWildcard
argument)
Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "ID of the User
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "address", "description": "E-mail Address
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "name", "description": "Identity name
" }, { "group": "Parameter", "type": "String[]", "optional": true, "field": "tags", "description": "A list of tags associated with this address
" }, { "group": "Parameter", "type": "Boolean", "optional": true, "field": "main", "defaultValue": "false", "description": "Indicates if this is the default address for the User
" }, { "group": "Parameter", "type": "Boolean", "optional": true, "field": "allowWildcard", "defaultValue": "false", "description": "If true
then address value can be in the form of *@example.com
, otherwise using * is not allowed
Indicates successful response
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "id", "description": "ID of the Address
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"id\": \"59ef21aef255ed1d9d790e81\"\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"This user does not exist\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i -XPOST http://localhost:8080/users/59fc66a03e54454869460e45/addresses \\\n-H 'Content-type: application/json' \\\n-d '{\n \"address\": \"my.new.address@example.com\"\n}'", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/addresses.js", "groupTitle": "Addresses" }, { "type": "put", "url": "/addresses/forwarded/:address", "title": "Update forwarded Address information", "name": "PutForwardedAddress", "group": "Addresses", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "id", "description": "ID of the Address
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "address", "description": "New address. Only affects normal addresses, special addresses that include * can not be changed
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "name", "description": "Identity name
" }, { "group": "Parameter", "type": "String[]", "optional": true, "field": "targets", "description": "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. If set then overwrites previous targets array
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "forwards", "description": "Daily allowed forwarding count for this address
" }, { "group": "Parameter", "type": "String[]", "optional": true, "field": "tags", "description": "A list of tags associated with this address
" }, { "group": "Parameter", "type": "Object", "optional": true, "field": "autoreply", "description": "Autoreply information
" }, { "group": "Parameter", "type": "Boolean", "optional": true, "field": "autoreply.status", "description": "If true, then autoreply is enabled for this address
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "autoreply.start", "description": "Either a date string or boolean false to disable start time checks
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "autoreply.end", "description": "Either a date string or boolean false to disable end time checks
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "autoreply.name", "description": "Name that is used for the From: header in autoreply message
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "autoreply.subject", "description": "Autoreply subject line
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "autoreply.text", "description": "Autoreply plaintext content
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "autoreply.html", "description": "Autoreply HTML content
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"This address does not exist\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i -XPUT http://localhost:8080/addresses/forwarded/5a1d4541153888cdcd62a71b \\\n-H 'Content-type: application/json' \\\n-d '{\n \"targets\": [\n \"some.other.address@example.com\"\n ]\n}'", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/addresses.js", "groupTitle": "Addresses" }, { "type": "put", "url": "/addresses/renameDomain", "title": "Rename domain in addresses", "name": "PutRenameDomain", "group": "Addresses", "description": "Renames domain names for addresses, DKIM keys and Domain Aliases
", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "oldDomain", "description": "Old Domain Name
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "newDomain", "description": "New Domain Name
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"Failed to rename domain\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i -XPUT http://localhost:8080/addresses/renameDomain \\\n-H 'Content-type: application/json' \\\n-d '{\n \"oldDomain\": \"example.com\",\n \"newDomain\": \"blurdybloop.com\"\n}'", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/addresses.js", "groupTitle": "Addresses" }, { "type": "put", "url": "/users/:user/addresses/:address", "title": "Update Address information", "name": "PutUserAddress", "group": "Addresses", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "ID of the User
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "id", "description": "ID of the Address
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "name", "description": "Identity name
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "address", "description": "New address if you want to rename existing address. Only affects normal addresses, special addresses that include * can not be changed
" }, { "group": "Parameter", "type": "Boolean", "optional": false, "field": "main", "description": "Indicates if this is the default address for the User
" }, { "group": "Parameter", "type": "String[]", "optional": true, "field": "tags", "description": "A list of tags associated with this address
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"This user does not exist\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i -XPUT http://localhost:8080/users/59fc66a03e54454869460e45/addresses/5a1d4541153888cdcd62a71b \\\n-H 'Content-type: application/json' \\\n-d '{\n \"main\": true\n}'", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/addresses.js", "groupTitle": "Addresses" }, { "type": "delete", "url": "/users/:user/asps/:asp", "title": "Delete an Application Password", "name": "DeleteASP", "group": "ApplicationPasswords", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "ID of the User
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "asp", "description": "ID of the Application Password
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"Database error\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i -XDELETE \"http://localhost:8080/users/59fc66a03e54454869460e45/asps/5a1d6dd776e56b6d97e5dd48\"", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/asps.js", "groupTitle": "ApplicationPasswords" }, { "type": "get", "url": "/users/:user/asps/:asp", "title": "Request ASP information", "name": "GetASP", "group": "ApplicationPasswords", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "ID of the User
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "asp", "description": "ID of the Application Specific Password
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "id", "description": "ID of the Application Password
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "description", "description": "Description
" }, { "group": "Success 200", "type": "String[]", "optional": false, "field": "scopes", "description": "Allowed scopes for the Application Password
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "lastUse", "description": "Information about last use
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "lastUse.time", "description": "Datestring of last use or false if password has not been used
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "lastUse.event", "description": "Event ID of the security log for the last authentication
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "created", "description": "Datestring
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"id\": \"5a1d6dd776e56b6d97e5dd48\",\n \"description\": \"Thunderbird\",\n \"scopes\": [\n \"imap\",\n \"smtp\"\n ],\n \"lastUse\": {\n \"time\": \"2018-06-21T16:51:53.807Z\",\n \"event\": \"5b2bd7a9d0ba2509deb88f40\"\n },\n \"created\": \"2017-11-28T14:08:23.520Z\"\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"Database error\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i \"http://localhost:8080/users/59fc66a03e54454869460e45/asps/5a1d6dd776e56b6d97e5dd48\"", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/asps.js", "groupTitle": "ApplicationPasswords" }, { "type": "get", "url": "/users/:user/asps", "title": "List Application Passwords", "name": "GetASPs", "group": "ApplicationPasswords", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "ID of the User
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "Object[]", "optional": false, "field": "results", "description": "Event listing
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.id", "description": "ID of the Application Password
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.description", "description": "Description
" }, { "group": "Success 200", "type": "String[]", "optional": false, "field": "results.scopes", "description": "Allowed scopes for the Application Password
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "results.lastUse", "description": "Information about last use
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.lastUse.time", "description": "Datestring of last use or false if password has not been used
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.lastUse.event", "description": "Event ID of the security log for the last authentication
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.created", "description": "Datestring
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"results\": [\n {\n \"id\": \"5a1d6dd776e56b6d97e5dd48\",\n \"description\": \"Thunderbird\",\n \"scopes\": [\n \"imap\",\n \"smtp\"\n ],\n \"lastUse\": {\n \"time\": \"2018-06-21T16:51:53.807Z\",\n \"event\": \"5b2bd7a9d0ba2509deb88f40\"\n },\n \"created\": \"2017-11-28T14:08:23.520Z\"\n }\n ]\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"Database error\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i \"http://localhost:8080/users/59fc66a03e54454869460e45/asps\"", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/asps.js", "groupTitle": "ApplicationPasswords" }, { "type": "post", "url": "/users/:user/asps", "title": "Create new Application Password", "name": "PostASP", "group": "ApplicationPasswords", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "ID of the User
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "description", "description": "Description
" }, { "group": "Parameter", "type": "String[]", "optional": false, "field": "scopes", "description": "List of scopes this Password applies to. Special scope "*" indicates that this password can be used for any scope except "master"
" }, { "group": "Parameter", "type": "Boolean", "optional": true, "field": "generateMobileconfig", "description": "If true then result contains a mobileconfig formatted file with account config
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "address", "description": "E-mail address to be used as the account address in mobileconfig file. Must be one of the listed identity addresses of the user. Defaults to the main address of the user
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "sess", "description": "Session identifier for the logs
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "ip", "description": "IP address for the logs
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "id", "description": "ID of the Application Password
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "password", "description": "Application Specific Password. Generated password is whitespace agnostic, so it could be displayed to the client as "abcd efgh ijkl mnop" instead of "abcdefghijklmnop"
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "mobileconfig", "description": "Base64 encoded mobileconfig file. Generated profile file should be sent to the client with Content-Type
value of application/x-apple-aspen-config
.
Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"Database error\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i -XPOST http://localhost:8080/users/59fc66a03e54454869460e45/asps \\\n-H 'Content-type: application/json' \\\n-d '{\n \"description\": \"Thunderbird\",\n \"scopes\": [\"imap\", \"smtp\"],\n \"generateMobileconfig\": true\n}'", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/asps.js", "groupTitle": "ApplicationPasswords" }, { "type": "get", "url": "/users/:user/archived/messages", "title": "List archived messages", "name": "GetArchivedMessages", "group": "Archive", "description": "Archive contains all recently deleted messages besides Drafts etc.
", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "ID of the User
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "limit", "defaultValue": "20", "description": "How many records to return
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "page", "defaultValue": "1", "description": "Current page number. Informational only, page numbers start from 1
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "order", "defaultValue": "desc", "description": "Ordering of the records by insert date
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "next", "description": "Cursor value for next page, retrieved from nextCursor
response value
Cursor value for previous page, retrieved from previousCursor
response value
Indicates successful response
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "total", "description": "How many results were found
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "page", "description": "Current page number. Derived from page
query argument
Either a cursor string or false if there are not any previous results
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "nextCursor", "description": "Either a cursor string or false if there are not any next results
" }, { "group": "Success 200", "type": "Object[]", "optional": false, "field": "results", "description": "Message listing
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.id", "description": "ID of the Message (24 byte hex)
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.mailbox", "description": "ID of the Mailbox
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.thread", "description": "ID of the Thread
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "results.from", "description": "Sender info
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.from.name", "description": "Name of the sender
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.from.address", "description": "Address of the sender
" }, { "group": "Success 200", "type": "Object[]", "optional": false, "field": "results.to", "description": "Recipients in To: field
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.to.name", "description": "Name of the recipient
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.to.address", "description": "Address of the recipient
" }, { "group": "Success 200", "type": "Object[]", "optional": false, "field": "results.cc", "description": "Recipients in Cc: field
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.cc.name", "description": "Name of the recipient
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.cc.address", "description": "Address of the recipient
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.subject", "description": "Message subject
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.date", "description": "Datestring
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.intro", "description": "First 128 bytes of the message
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "results.attachments", "description": "Does the message have attachments
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "results.seen", "description": "Is this message alread seen or not
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "results.deleted", "description": "Does this message have a \\Deleted flag (should not have as messages are automatically deleted once this flag is set)
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "results.flagged", "description": "Does this message have a \\Flagged flag
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "results.contentType", "description": "Parsed Content-Type header. Usually needed to identify encrypted messages and such
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.contentType.value", "description": "MIME type of the message, eg. "multipart/mixed"
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "results.contentType.params", "description": "An object with Content-Type params as key-value pairs
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"total\": 1,\n \"page\": 1,\n \"previousCursor\": false,\n \"nextCursor\": false,\n \"results\": [\n {\n \"id\": \"59fc66a13e54454869460e58\",\n \"mailbox\": \"59fc66a03e54454869460e46\",\n \"thread\": \"59fc66a13e54454869460e50\",\n \"from\": {\n \"address\": \"rfinnie@domain.dom\",\n \"name\": \"Ryan Finnie\"\n },\n \"subject\": \"Ryan Finnie's MIME Torture Test v1.0\",\n \"date\": \"2003-10-24T06:28:34.000Z\",\n \"intro\": \"Welcome to Ryan Finnie's MIME torture test. This message was designed to introduce a couple of the newer features of MIME-aware…\",\n \"attachments\": true,\n \"seen\": true,\n \"deleted\": false,\n \"flagged\": true,\n \"draft\": false,\n \"url\": \"/users/59fc66a03e54454869460e45/mailboxes/59fc66a03e54454869460e46/messages/1\",\n \"contentType\": {\n \"value\": \"multipart/mixed\",\n \"params\": {\n \"boundary\": \"=-qYxqvD9rbH0PNeExagh1\"\n }\n }\n }\n ]\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"Database error\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i \"http://localhost:8080/users/59fc66a03e54454869460e45/archived/messages\"", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/messages.js", "groupTitle": "Archive" }, { "type": "post", "url": "/users/:user/archived/messages/:message/restore", "title": "Restore archived Message", "name": "RestoreMessage", "group": "Archive", "description": "Restores a single archived message by moving it back to the mailbox it was deleted from or to provided target mailbox. If target mailbox does not exist, then the message is moved to INBOX.
", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "ID of the User
" }, { "group": "Parameter", "type": "Number", "optional": false, "field": "message", "description": "Message ID
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "mailbox", "description": "ID of the target Mailbox. If not set then original mailbox is used.
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "mailbox", "description": "Maibox ID the message was moved to
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "id", "description": "New ID for the Message
" } ] }, "examples": [ { "title": "Restore Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"mailbox\": \"59fc66a13e54454869460e57\",\n \"id\": 4\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"Database error\"\n}", "type": "json" } ] }, "examples": [ { "title": "Restore a Message:", "content": "curl -i -XPOST \"http://localhost:8080/users/59fc66a03e54454869460e45/archived/messages/59fc66a13e54454869460e58/restore\" \\\n-H 'Content-type: application/json' \\\n-d '{}'", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/messages.js", "groupTitle": "Archive" }, { "type": "post", "url": "/users/:user/archived/restore", "title": "Restore archived messages", "name": "RestoreMessages", "group": "Archive", "description": "Initiates a restore task to move archived messages of a date range back to the mailboxes the messages were deleted from. If target mailbox does not exist, then the messages are moved to INBOX.
", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "ID of the User
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "start", "description": "Datestring
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "end", "description": "Datestring
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" } ] }, "examples": [ { "title": "Restore Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"Database error\"\n}", "type": "json" } ] }, "examples": [ { "title": "Restore a Message:", "content": "curl -i -XPOST \"http://localhost:8080/users/59fc66a03e54454869460e45/archived/restore\" \\\n-H 'Content-type: application/json' \\\n-d '{\n \"start\": \"2018-10-01T00:00:00.000Z\",\n \"end\": \"2018-10-08T23:59:59.999Z\"\n}'", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/messages.js", "groupTitle": "Archive" }, { "type": "get", "url": "/users/:user/authlog", "title": "List authentication Events", "name": "GetAuthlog", "group": "Authentication", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "ID of the User
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "action", "description": "Limit listing only to values with specific action value
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "sess", "description": "Limit listing only to values with specific session identifier
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "ip", "description": "Limit listing only to values with specific IP address
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "limit", "defaultValue": "20", "description": "How many records to return
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "page", "defaultValue": "1", "description": "Current page number. Informational only, page numbers start from 1
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "next", "description": "Cursor value for next page, retrieved from nextCursor
response value
Cursor value for previous page, retrieved from previousCursor
response value
Indicates successful response
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "total", "description": "How many results were found
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "page", "description": "Current page number. Derived from page
query argument
Either a cursor string or false if there are not any previous results
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "nextCursor", "description": "Either a cursor string or false if there are not any next results
" }, { "group": "Success 200", "type": "Object[]", "optional": false, "field": "results", "description": "Event listing
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.id", "description": "ID of the Event
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.action", "description": "Action identifier
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.result", "description": "Did the action succeed
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.sess", "description": "Session identifier
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.ip", "description": "IP address of the Event
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.created", "description": "Datestring of the Event time
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"action\": \"account created\",\n \"total\": 1,\n \"page\": 1,\n \"previousCursor\": false,\n \"nextCursor\": false,\n \"results\": [\n {\n \"id\": \"59fc66a03e54454869460e4d\",\n \"action\": \"account created\",\n \"result\": \"success\",\n \"sess\": null,\n \"ip\": null,\n \"created\": \"2017-11-03T12:52:48.792Z\",\n \"expires\": \"2017-12-03T12:52:48.792Z\"\n }\n ]\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"Database error\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i \"http://localhost:8080/users/59fc66a03e54454869460e45/authlog?action=account+created\"", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/auth.js", "groupTitle": "Authentication" }, { "type": "get", "url": "/users/:user/authlog/:event", "title": "Request Event information", "name": "GetAuthlogEvent", "group": "Authentication", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "ID of the User
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "event", "description": "ID of the Event
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "id", "description": "ID of the Event
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "action", "description": "Action identifier
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "result", "description": "Did the action succeed
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "sess", "description": "Session identifier
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "ip", "description": "IP address of the Event
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "created", "description": "Datestring of the Event time
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"id\": \"59fc66a03e54454869460e4d\",\n \"action\": \"account created\",\n \"result\": \"success\",\n \"sess\": null,\n \"ip\": null,\n \"created\": \"2017-11-03T12:52:48.792Z\",\n \"expires\": \"2017-12-03T12:52:48.792Z\"\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"Database error\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i \"http://localhost:8080/users/59fc66a03e54454869460e45/authlog/59fc66a03e54454869460e4d\"", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/auth.js", "groupTitle": "Authentication" }, { "type": "post", "url": "/authenticate", "title": "Authenticate an User", "name": "PostAuth", "group": "Authentication", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "username", "description": "Username or E-mail address
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "password", "description": "Password
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "protocol", "description": "Application identifier for security logs
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "scope", "defaultValue": "master", "description": "Required scope. One of master
, imap
, smtp
, pop3
Session identifier for the logs
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "ip", "description": "IP address for the logs
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "id", "description": "ID of authenticated User
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "username", "description": "Username of authenticated User
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "scope", "description": "The scope this authentication is valid for
" }, { "group": "Success 200", "type": "String[]", "optional": false, "field": "require2fa", "description": "List of enabled 2FA mechanisms
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "requirePasswordChange", "description": "Indicates if account hassword has been reset and should be replaced
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"id\": \"5a12914c350c183bd0d331f0\",\n \"username\": \"myuser\",\n \"scope\": \"master\",\n \"require2fa\": [\n \"totp\"\n ],\n \"requirePasswordChange\": false\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" }, { "group": "Error 4xx", "optional": true, "field": "code", "description": "Error code
" }, { "group": "Error 4xx", "optional": true, "field": "id", "description": "User ID if the user exists
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"Authentication failed. Invalid scope\",\n \"code\": \"InvalidAuthScope\",\n \"id\": \"5b22283d45e8d47572eb0381\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i -XPOST http://localhost:8080/authenticate \\\n-H 'Content-type: application/json' \\\n-d '{\n \"username\": \"myuser\",\n \"password\": \"secretpass\",\n \"scope\": \"master\"\n}'", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/auth.js", "groupTitle": "Authentication" }, { "type": "delete", "url": "/users/:user/autoreply", "title": "Delete Autoreply information", "name": "DeleteAutoreply", "group": "Autoreplies", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "ID of the User
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"This user does not exist\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i -XDELETE http://localhost:8080/users/59fc66a03e54454869460e45/autoreply", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/autoreply.js", "groupTitle": "Autoreplies" }, { "type": "get", "url": "/users/:user/autoreply", "title": "Request Autoreply information", "name": "GetAutoreply", "group": "Autoreplies", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "ID of the User
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "status", "description": "Is the autoreply enabled (true) or not (false)
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "name", "description": "Name that is used for the From: header in autoreply message
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "subject", "description": "Subject line for the autoreply. If empty then uses subject of the original message
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "html", "description": "HTML formatted content of the autoreply message
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "text", "description": "Plaintext formatted content of the autoreply message
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "start", "description": "Datestring of the start of the autoreply
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "end", "description": "Datestring of the end of the autoreply
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"status\": true,\n \"subject\": \"\",\n \"text\": \"Away from office until Dec.19\",\n \"html\": \"\",\n \"start\": \"2017-11-15T00:00:00.000Z\",\n \"end\": \"2017-12-19T00:00:00.000Z\"\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"This user does not exist\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i http://localhost:8080/users/59fc66a03e54454869460e45/autoreply", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/autoreply.js", "groupTitle": "Autoreplies" }, { "type": "put", "url": "/users/:user/autoreply", "title": "Update Autoreply information", "name": "PutAutoreply", "group": "Autoreplies", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "ID of the User
" }, { "group": "Parameter", "type": "Boolean", "optional": true, "field": "status", "description": "Is the autoreply enabled (true) or not (false)
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "name", "description": "Name that is used for the From: header in autoreply message
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "subject", "description": "Subject line for the autoreply. If empty then uses subject of the original message
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "html", "description": "HTML formatted content of the autoreply message
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "text", "description": "Plaintext formatted content of the autoreply message
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "start", "description": "Datestring of the start of the autoreply or boolean false to disable start checks
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "end", "description": "Datestring of the end of the autoreply or boolean false to disable end checks
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"This user does not exist\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i -XPUT http://localhost:8080/users/59fc66a03e54454869460e45/autoreply \\\n-H 'Content-type: application/json' \\\n-d '{\n \"status\": true,\n \"text\": \"Away from office until Dec.19\",\n \"start\": \"2017-11-15T00:00:00.000Z\",\n \"end\": \"2017-12-19T00:00:00.000Z\"\n}'", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/autoreply.js", "groupTitle": "Autoreplies" }, { "type": "delete", "url": "/dkim/:dkim", "title": "Delete a DKIM key", "name": "DeleteDkim", "group": "DKIM", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "dkim", "description": "ID of the DKIM
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"Database error\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i -XDELETE http://localhost:8080/dkim/59ef21aef255ed1d9d790e81", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/dkim.js", "groupTitle": "DKIM" }, { "type": "get", "url": "/dkim", "title": "List registered DKIM keys", "name": "GetDkim", "group": "DKIM", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": true, "field": "query", "description": "Partial match of a Domain name
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "limit", "defaultValue": "20", "description": "How many records to return
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "page", "defaultValue": "1", "description": "Current page number. Informational only, page numbers start from 1
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "next", "description": "Cursor value for next page, retrieved from nextCursor
response value
Cursor value for previous page, retrieved from previousCursor
response value
Indicates successful response
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "total", "description": "How many results were found
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "page", "description": "Current page number. Derived from page
query argument
Either a cursor string or false if there are not any previous results
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "nextCursor", "description": "Either a cursor string or false if there are not any next results
" }, { "group": "Success 200", "type": "Object[]", "optional": false, "field": "results", "description": "Aliases listing
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.id", "description": "ID of the DKIM
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.domain", "description": "The domain this DKIM key applies to
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.selector", "description": "DKIM selector
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.description", "description": "Key description
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.fingerprint", "description": "Key fingerprint (SHA1)
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.created", "description": "Datestring
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"total\": 1,\n \"page\": 1,\n \"previousCursor\": false,\n \"nextCursor\": false,\n \"results\": [\n {\n \"id\": \"59ef21aef255ed1d9d790e81\",\n \"domain\": \"example.com\",\n \"selector\": \"oct17\",\n \"description\": \"Key for marketing emails\",\n \"fingerprint\": \"6a:aa:d7:ba:e4:99:b4:12:e0:f3:35:01:71:d4:f1:d6:b4:95:c4:f5\",\n \"created\": \"2017-10-24T11:19:10.911Z\"\n }\n ]\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"Database error\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i http://localhost:8080/dkim", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/dkim.js", "groupTitle": "DKIM" }, { "type": "get", "url": "/dkim/:dkim", "title": "Request DKIM information", "name": "GetDkimKey", "group": "DKIM", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "dkim", "description": "ID of the DKIM
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "id", "description": "ID of the DKIM
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "domain", "description": "The domain this DKIM key applies to
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "selector", "description": "DKIM selector
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "description", "description": "Key description
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "fingerprint", "description": "Key fingerprint (SHA1)
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "publicKey", "description": "Public key in DNS format (no prefix/suffix, single line)
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "dnsTxt", "description": "Value for DNS TXT entry
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "dnsTxt.name", "description": "Is the domain name of TXT
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "dnsTxt.value", "description": "Is the value of TXT
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "created", "description": "Datestring
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"id\": \"59ef21aef255ed1d9d790e7a\",\n \"domain\": \"example.com\",\n \"selector\": \"oct17\",\n \"description\": \"Key for marketing emails\",\n \"fingerprint\": \"6a:aa:d7:ba:e4:99:b4:12:e0:f3:35:01:71:d4:f1:d6:b4:95:c4:f5\",\n \"publicKey\": \"-----BEGIN PUBLIC KEY-----\\r\\nMIGfMA0...\",\n \"dnsTxt\": {\n \"name\": \"dec20._domainkey.example.com\",\n \"value\": \"v=DKIM1;t=s;p=MIGfMA0...\"\n }\n \"created\": \"2017-10-24T11:19:10.911Z\"\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"This Alias does not exist\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i http://localhost:8080/dkim/59ef21aef255ed1d9d790e7a", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/dkim.js", "groupTitle": "DKIM" }, { "type": "post", "url": "/dkim", "title": "Create or update DKIM key for domain", "name": "PostDkim", "group": "DKIM", "description": "Add a new DKIM key for a Domain or update existing one. There can be single DKIM key registered for each domain name.
", "header": { "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "domain", "description": "Domain name this DKIM key applies to. Use "*"
as a special value that will be used for domains that do not have their own DKIM key set
Selector for the key
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "description", "description": "Key description
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "privateKey", "description": "Pem formatted DKIM private key. If not set then a new 2048 bit RSA key is generated, beware though that it can take several seconds to complete.
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "id", "description": "ID of the DKIM
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "domain", "description": "The domain this DKIM key applies to
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "selector", "description": "DKIM selector
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "description", "description": "Key description
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "fingerprint", "description": "Key fingerprint (SHA1)
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "publicKey", "description": "Public key in DNS format (no prefix/suffix, single line)
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "dnsTxt", "description": "Value for DNS TXT entry
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "dnsTxt.name", "description": "Is the domain name of TXT
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "dnsTxt.value", "description": "Is the value of TXT
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"id\": \"59ef21aef255ed1d9d790e81\",\n \"domain\": \"example.com\",\n \"selector\": \"oct17\",\n \"description\": \"Key for marketing emails\",\n \"fingerprint\": \"6a:aa:d7:ba:e4:99:b4:12:e0:f3:35:01:71:d4:f1:d6:b4:95:c4:f5\",\n \"publicKey\": \"-----BEGIN PUBLIC KEY-----\\r\\nMIGfMA0...\",\n \"dnsTxt\": {\n \"name\": \"dec20._domainkey.example.com\",\n \"value\": \"v=DKIM1;t=s;p=MIGfMA0...\"\n }\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"This user does not exist\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i -XPOST http://localhost:8080/dkim \\\n-H 'Content-type: application/json' \\\n-d '{\n \"domain\": \"example.com\",\n \"selector\": \"oct17\",\n \"description\": \"Key for marketing emails\",\n \"privateKey\": \"-----BEGIN RSA PRIVATE KEY-----...\"\n}'", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/dkim.js", "groupTitle": "DKIM" }, { "type": "get", "url": "/dkim/resolve/:domain", "title": "Resolve ID for a DKIM domain", "name": "ResolveDKIM", "group": "DKIM", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "domain", "description": "DKIM domain
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "id", "description": "DKIM unique ID (24 byte hex)
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"id\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"This domain does not exist\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i http://localhost:8080/dkim/resolve/example.com", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/dkim.js", "groupTitle": "DKIM" }, { "type": "delete", "url": "/domainaliases/:alias", "title": "Delete an Alias", "name": "DeleteDomainAlias", "group": "DomainAliases", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "alias", "description": "ID of the Alias
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"Database error\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i -XDELETE http://localhost:8080/domainaliases/59ef21aef255ed1d9d790e81", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/domainaliases.js", "groupTitle": "DomainAliases" }, { "type": "get", "url": "/domainaliases", "title": "List registered Domain Aliases", "name": "GetAliases", "group": "DomainAliases", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": true, "field": "query", "description": "Partial match of a Domain Alias or Domain name
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "limit", "defaultValue": "20", "description": "How many records to return
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "page", "defaultValue": "1", "description": "Current page number. Informational only, page numbers start from 1
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "next", "description": "Cursor value for next page, retrieved from nextCursor
response value
Cursor value for previous page, retrieved from previousCursor
response value
Indicates successful response
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "total", "description": "How many results were found
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "page", "description": "Current page number. Derived from page
query argument
Either a cursor string or false if there are not any previous results
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "nextCursor", "description": "Either a cursor string or false if there are not any next results
" }, { "group": "Success 200", "type": "Object[]", "optional": false, "field": "results", "description": "Aliases listing
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.id", "description": "ID of the Domain Alias
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.alias", "description": "Domain Alias
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.domain", "description": "The domain this alias applies to
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"total\": 1,\n \"page\": 1,\n \"previousCursor\": false,\n \"nextCursor\": false,\n \"results\": [\n {\n \"id\": \"59ef21aef255ed1d9d790e81\",\n \"alias\": \"example.net\",\n \"domain\": \"example.com\"\n }\n ]\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"Database error\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i http://localhost:8080/domainaliases", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/domainaliases.js", "groupTitle": "DomainAliases" }, { "type": "get", "url": "/domainaliases/:alias", "title": "Request Alias information", "name": "GetDomainAlias", "group": "DomainAliases", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "alias", "description": "ID of the Alias
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "id", "description": "ID of the Alias
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "alias", "description": "Alias domain
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "domain", "description": "Alias target
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "created", "description": "Datestring of the time the alias was created
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"id\": \"59ef21aef255ed1d9d790e7a\",\n \"alias\": \"example.net\",\n \"domain\": \"example.com\",\n \"created\": \"2017-10-24T11:19:10.911Z\"\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"This Alias does not exist\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i http://localhost:8080/domainaliases/59ef21aef255ed1d9d790e7a", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/domainaliases.js", "groupTitle": "DomainAliases" }, { "type": "post", "url": "/domainaliases", "title": "Create new Domain Alias", "name": "PostDomainAlias", "group": "DomainAliases", "description": "Add a new Alias for a Domain. This allows to accept mail on username@domain and username@alias
", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "alias", "description": "Domain Alias
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "domain", "description": "Domain name this Alias applies to
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "id", "description": "ID of the Domain Alias
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"id\": \"59ef21aef255ed1d9d790e81\"\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"This user does not exist\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i -XPOST http://localhost:8080/domainaliases \\\n-H 'Content-type: application/json' \\\n-d '{\n \"domain\": \"example.com\",\n \"alias\": \"example.org\"\n}'", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/domainaliases.js", "groupTitle": "DomainAliases" }, { "type": "get", "url": "/domainaliases/resolve/:alias", "title": "Resolve ID for a domain aias", "name": "ResolveDomainAlias", "group": "DomainAliases", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "alias", "description": "Alias domain
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "id", "description": "Alias unique ID (24 byte hex)
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"id\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"This alias does not exist\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i http://localhost:8080/domainaliases/resolve/example.com", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/domainaliases.js", "groupTitle": "DomainAliases" }, { "type": "delete", "url": "/users/:user/filters/:filter", "title": "Delete a Filter", "name": "DeleteFilter", "group": "Filters", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "Users unique ID
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "filter", "description": "Filters unique ID
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"This filter does not exist\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i -XDELETE http://localhost:8080/users/59fc66a03e54454869460e45/filters/5a1c0ee490a34c67e266931c", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/filters.js", "groupTitle": "Filters" }, { "type": "get", "url": "/users/:user/filters/:filter", "title": "Request Filter information", "name": "GetFilter", "group": "Filters", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "Users unique ID.
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "filter", "description": "Filters unique ID.
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "id", "description": "ID for the Filter
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "name", "description": "Name of the Filter
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "query", "description": "Rules that a message must match
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "query.from", "description": "Partial match for the From: header (case insensitive)
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "query.to", "description": "Partial match for the To:/Cc: headers (case insensitive)
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "query.subject", "description": "Partial match for the Subject: header (case insensitive)
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "query.text", "description": "Fulltext search against message text
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "query.ha", "description": "Does a message have to have an attachment or not
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "query.size", "description": "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
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "action", "description": "Action to take with a matching message
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "action.seen", "description": "If true then mark matching messages as Seen
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "action.flag", "description": "If true then mark matching messages as Flagged
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "action.delete", "description": "If true then do not store matching messages
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "action.spam", "description": "If true then store matching messags to Junk Mail folder
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "action.mailbox", "description": "Mailbox ID to store matching messages to
" }, { "group": "Success 200", "type": "String[]", "optional": false, "field": "action.targets", "description": "A list of email addresses / HTTP URLs to forward the message to
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "disabled", "description": "If true, then this filter is ignored
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"id\": \"5a1c0ee490a34c67e266931c\",\n \"created\": \"2017-11-27T13:11:00.835Z\",\n \"query\": {\n \"from\": \"Mäger\"\n },\n \"action\": {\n \"seen\": true\n },\n \"disabled\": false\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"This filter does not exist\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i http://localhost:8080/users/59fc66a03e54454869460e45/filters/5a1c0ee490a34c67e266931c", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/filters.js", "groupTitle": "Filters" }, { "type": "get", "url": "/users/:user/filters", "title": "List Filters for an User", "name": "GetFilters", "group": "Filters", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "Users unique ID
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "Object[]", "optional": false, "field": "results", "description": "Filter description
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.id", "description": "Filter ID
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.name", "description": "Name for the filter
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.created", "description": "Datestring of the time the filter was created
" }, { "group": "Success 200", "type": "Array[]", "optional": false, "field": "results.query", "description": "A list of query descriptions
" }, { "group": "Success 200", "type": "Array[]", "optional": false, "field": "results.action", "description": "A list of action descriptions
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "results.disabled", "description": "If true, then this filter is ignored
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"results\": [\n {\n \"id\": \"5a1c0ee490a34c67e266931c\",\n \"query\": [\n [\n \"from\",\n \"(Mäger)\"\n ]\n ],\n \"action\": [\n [\n \"mark as read\"\n ]\n ],\n \"disabled\": false,\n \"created\": \"2017-11-27T13:11:00.835Z\"\n }\n ]\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"This user does not exist\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i http://localhost:8080/users/5a1bda70bfbd1442cd96c6f0/filters", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/filters.js", "groupTitle": "Filters" }, { "type": "post", "url": "/users/:user/filters", "title": "Create new Filter", "name": "PostFilter", "group": "Filters", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "Users unique ID.
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "name", "description": "Name of the Filter
" }, { "group": "Parameter", "type": "Object", "optional": false, "field": "query", "description": "Rules that a message must match
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "query.from", "description": "Partial match for the From: header (case insensitive)
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "query.to", "description": "Partial match for the To:/Cc: headers (case insensitive)
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "query.subject", "description": "Partial match for the Subject: header (case insensitive)
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "query.text", "description": "Fulltext search against message text
" }, { "group": "Parameter", "type": "Boolean", "optional": true, "field": "query.ha", "description": "Does a message have to have an attachment or not
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "query.size", "description": "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
" }, { "group": "Parameter", "type": "Object", "optional": false, "field": "action", "description": "Action to take with a matching message
" }, { "group": "Parameter", "type": "Boolean", "optional": true, "field": "action.seen", "description": "If true then mark matching messages as Seen
" }, { "group": "Parameter", "type": "Boolean", "optional": true, "field": "action.flag", "description": "If true then mark matching messages as Flagged
" }, { "group": "Parameter", "type": "Boolean", "optional": true, "field": "action.delete", "description": "If true then do not store matching messages
" }, { "group": "Parameter", "type": "Boolean", "optional": true, "field": "action.spam", "description": "If true then store matching messags to Junk Mail folder
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "action.mailbox", "description": "Mailbox ID to store matching messages to
" }, { "group": "Parameter", "type": "String[]", "optional": true, "field": "action.targets", "description": "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
" }, { "group": "Parameter", "type": "Boolean", "optional": true, "field": "disabled", "description": "If true then this filter is ignored
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "id", "description": "ID for the created Filter
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"id\": \"5a1c0ee490a34c67e266931c\"\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"Empty filter query\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i -XPOST http://localhost:8080/users/5a1bda70bfbd1442cd96c6f0/filters \\\n-H 'Content-type: application/json' \\\n-d '{\n \"query\": {\n \"from\": \"Mäger\"\n },\n \"action\": {\n \"seen\": true\n }\n}'", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/filters.js", "groupTitle": "Filters" }, { "type": "put", "url": "/users/:user/filters/:filter", "title": "Update Filter information", "name": "PutFilter", "group": "Filters", "description": "This method updates Filter data. To unset a value, use empty strings
", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "Users unique ID.
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "filter", "description": "Filters unique ID.
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "name", "description": "Name of the Filter
" }, { "group": "Parameter", "type": "Object", "optional": false, "field": "query", "description": "Rules that a message must match
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "query.from", "description": "Partial match for the From: header (case insensitive)
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "query.to", "description": "Partial match for the To:/Cc: headers (case insensitive)
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "query.subject", "description": "Partial match for the Subject: header (case insensitive)
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "query.text", "description": "Fulltext search against message text
" }, { "group": "Parameter", "type": "Boolean", "optional": true, "field": "query.ha", "description": "Does a message have to have an attachment or not
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "query.size", "description": "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
" }, { "group": "Parameter", "type": "Object", "optional": false, "field": "action", "description": "Action to take with a matching message
" }, { "group": "Parameter", "type": "Boolean", "optional": true, "field": "action.seen", "description": "If true then mark matching messages as Seen
" }, { "group": "Parameter", "type": "Boolean", "optional": true, "field": "action.flag", "description": "If true then mark matching messages as Flagged
" }, { "group": "Parameter", "type": "Boolean", "optional": true, "field": "action.delete", "description": "If true then do not store matching messages
" }, { "group": "Parameter", "type": "Boolean", "optional": true, "field": "action.spam", "description": "If true then store matching messags to Junk Mail folder
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "action.mailbox", "description": "Mailbox ID to store matching messages to
" }, { "group": "Parameter", "type": "String[]", "optional": true, "field": "action.targets", "description": "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
" }, { "group": "Parameter", "type": "Boolean", "optional": true, "field": "disabled", "description": "If true then this filter is ignored
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "id", "description": "ID for the created Filter
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"Empty filter query\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i -XPUT http://localhost:8080/users/59fc66a03e54454869460e45/filters/5a1c0ee490a34c67e266931c \\\n-H 'Content-type: application/json' \\\n-d '{\n \"action\": {\n \"seen\": \"\",\n \"flag\": true\n }\n}'", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/filters.js", "groupTitle": "Filters" }, { "type": "delete", "url": "/users/:user/mailboxes/:mailbox", "title": "Delete a Mailbox", "name": "DeleteMailbox", "group": "Mailboxes", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "Users unique ID
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "mailbox", "description": "Mailbox unique ID. Special use folders and INBOX can not be deleted
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"Mailbox deletion failed with code CANNOT\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i -XDELETE http://localhost:8080/users/59fc66a03e54454869460e45/mailboxes/5a1d2816153888cdcd62a715", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/mailboxes.js", "groupTitle": "Mailboxes" }, { "type": "get", "url": "/users/:user/mailboxes/:mailbox", "title": "Request Mailbox information", "name": "GetMailbox", "group": "Mailboxes", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "Users unique ID
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "mailbox", "description": "Mailbox unique ID
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "id", "description": "Mailbox ID
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "name", "description": "Name for the mailbox (unicode string)
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "path", "description": "Full path of the mailbox, folders are separated by slashes, ends with the mailbox name (unicode string)
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "specialUse", "description": "Either special use identifier or null
. One of \\Drafts
, \\Junk
, \\Sent
or \\Trash
Modification sequence number. Incremented on every change in the mailbox.
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "subscribed", "description": "Mailbox subscription status. IMAP clients may unsubscribe from a folder.
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "total", "description": "How many messages are stored in this mailbox
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "unseen", "description": "How many unseen messages are stored in this mailbox
" } ] }, "examples": [ { "title": "Success-Response:", "content": " HTTP/1.1 200 OK\n{\n \"success\": true,\n \"id\": \"59fc66a03e54454869460e46\",\n \"name\": \"INBOX\",\n \"path\": \"INBOX\",\n \"specialUse\": null,\n \"modifyIndex\": 1808,\n \"subscribed\": true,\n \"total\": 20,\n \"unseen\": 2\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"This mailbox does not exist\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i http://localhost:8080/users/59fc66a03e54454869460e45/mailboxes/59fc66a03e54454869460e46", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/mailboxes.js", "groupTitle": "Mailboxes" }, { "type": "get", "url": "/users/:user/mailboxes", "title": "List Mailboxes for an User", "name": "GetMailboxes", "group": "Mailboxes", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "Users unique ID
" }, { "group": "Parameter", "type": "Boolean", "optional": true, "field": "specialUse", "defaultValue": "false", "description": "Should the response include only folders with specialUse flag set.
" }, { "group": "Parameter", "type": "Boolean", "optional": true, "field": "counters", "defaultValue": "false", "description": "Should the response include counters (total + unseen). Counters come with some overhead.
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "Object[]", "optional": false, "field": "results", "description": "List of user mailboxes
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.id", "description": "Mailbox ID
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.name", "description": "Name for the mailbox (unicode string)
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.path", "description": "Full path of the mailbox, folders are separated by slashes, ends with the mailbox name (unicode string)
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.specialUse", "description": "Either special use identifier or null
. One of \\Drafts
, \\Junk
, \\Sent
or \\Trash
Modification sequence number. Incremented on every change in the mailbox.
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "results.subscribed", "description": "Mailbox subscription status. IMAP clients may unsubscribe from a folder.
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "results.total", "description": "How many messages are stored in this mailbox
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "results.unseen", "description": "How many unseen messages are stored in this mailbox
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"results\": [\n {\n \"id\": \"59fc66a03e54454869460e46\",\n \"name\": \"INBOX\",\n \"path\": \"INBOX\",\n \"specialUse\": null,\n \"modifyIndex\": 1808,\n \"subscribed\": true,\n \"total\": 20,\n \"unseen\": 2\n },\n {\n \"id\": \"59fc66a03e54454869460e47\",\n \"name\": \"Sent Mail\",\n \"path\": \"Sent Mail\",\n \"specialUse\": \"\\\\Sent\",\n \"modifyIndex\": 145,\n \"subscribed\": true,\n \"total\": 15,\n \"unseen\": 0\n }\n ]\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"Database error\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i http://localhost:8080/users/59fc66a03e54454869460e45/mailboxes?counters=true", "type": "curl" }, { "title": "Special Use Only", "content": "curl -i http://localhost:8080/users/59fc66a03e54454869460e45/mailboxes?specialUse=true", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/mailboxes.js", "groupTitle": "Mailboxes" }, { "type": "post", "url": "/users/:user/mailboxes", "title": "Create new Mailbox", "name": "PostMailboxes", "group": "Mailboxes", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "Users unique ID
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "path", "description": "Full path of the mailbox, folders are separated by slashes, ends with the mailbox name (unicode string)
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "retention", "defaultValue": "0", "description": "Retention policy for the created Mailbox. Milliseconds after a message added to mailbox expires. Set to 0 to disable.
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "id", "description": "Mailbox ID
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"id\": \"5a1d2816153888cdcd62a715\"\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"Mailbox creation failed with code ALREADYEXISTS\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i -XPOST http://localhost:8080/users/59fc66a03e54454869460e45/mailboxes \\\n-H 'Content-type: application/json' \\\n-d '{\n \"path\": \"First Level/Second 😎 Level/Folder Name\"\n}'", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/mailboxes.js", "groupTitle": "Mailboxes" }, { "type": "put", "url": "/users/:user/mailboxes/:mailbox", "title": "Update Mailbox information", "name": "PutMailbox", "group": "Mailboxes", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "Users unique ID
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "mailbox", "description": "Mailbox unique ID
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "path", "description": "Full path of the mailbox, use this to rename an existing Mailbox
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "retention", "description": "Retention policy for the Mailbox. Changing retention value only affects messages added to this folder after the change
" }, { "group": "Parameter", "type": "Boolean", "optional": true, "field": "subscribed", "description": "Change Mailbox subscription state
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"Mailbox update failed with code ALREADYEXISTS\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i -XPUT http://localhost:8080/users/59fc66a03e54454869460e45/mailboxes/5a1d2816153888cdcd62a715 \\\n-H 'Content-type: application/json' \\\n-d '{\n \"path\": \"Updated Folder Name\"\n}'", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/mailboxes.js", "groupTitle": "Mailboxes" }, { "type": "delete", "url": "/users/:user/mailboxes/:mailbox/messages/:message", "title": "Delete a Message", "name": "DeleteMessage", "group": "Messages", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "ID of the User
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "mailbox", "description": "ID of the Mailbox
" }, { "group": "Parameter", "type": "Number", "optional": false, "field": "message", "description": "Message ID
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" } ] }, "examples": [ { "title": "Delete Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"Database error\"\n}", "type": "json" } ] }, "examples": [ { "title": "Delete a Message:", "content": "curl -i -XDELETE \"http://localhost:8080/users/59fc66a03e54454869460e45/mailboxes/59fc66a13e54454869460e57/messages/2\"", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/messages.js", "groupTitle": "Messages" }, { "type": "post", "url": "/users/:user/mailboxes/:mailbox/messages/:message/forward", "title": "Forward stored Message", "name": "ForwardStoredMessage", "group": "Messages", "description": "This method allows either to re-forward a message to an original forward target or forward it to some other address. This is useful if an user had forwarding turned on but the message was not delivered so you can try again. Forwarding does not modify the original message.
", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "ID of the User
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "mailbox", "description": "ID of the Mailbox
" }, { "group": "Parameter", "type": "Number", "optional": false, "field": "message", "description": "Message ID
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "target", "description": "Number of original forwarding target
" }, { "group": "Parameter", "type": "String[]", "optional": true, "field": "addresses", "description": "An array of additional forward targets
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "queueId", "description": "Message ID in outbound queue
" }, { "group": "Success 200", "type": "Object[]", "optional": false, "field": "forwarded", "description": "Information about forwarding targets
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "forwarded.seq", "description": "Sequence ID
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "forwarded.type", "description": "Target type
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "forwarded.value", "description": "Target address
" } ] }, "examples": [ { "title": "Forward Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"id\": \"1600d2f36470008b72\",\n \"forwarded\": [\n {\n \"seq\": \"001\",\n \"type\": \"mail\",\n \"value\": \"andris@ethereal.email\"\n }\n ]\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"Database error\"\n}", "type": "json" } ] }, "examples": [ { "title": "Forward a Message:", "content": "curl -i -XPOST \"http://localhost:8080/users/59fc66a03e54454869460e45/mailboxes/59fc66a13e54454869460e57/messages/1/forward\" \\\n-H 'Content-type: application/json' \\\n-d '{\n \"addresses\": [\n \"andris@ethereal.email\"\n ]\n}'", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/messages.js", "groupTitle": "Messages" }, { "type": "get", "url": "/users/:user/mailboxes/:mailbox/messages/:message", "title": "Request Message information", "name": "GetMessage", "group": "Messages", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "ID of the User
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "mailbox", "description": "ID of the Mailbox
" }, { "group": "Parameter", "type": "Number", "optional": false, "field": "message", "description": "ID of the Message
" }, { "group": "Parameter", "type": "Boolean", "optional": true, "field": "markAsSeen", "defaultValue": "false", "description": "If true then marks message as seen
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "id", "description": "ID of the Message
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "mailbox", "description": "ID of the Mailbox
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "user", "description": "ID of the User
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "envelope", "description": "SMTP envelope (if available)
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "envelope.from", "description": "Address from MAIL FROM
" }, { "group": "Success 200", "type": "Object[]", "optional": false, "field": "envelope.rcpt", "description": "Array of addresses from RCPT TO (should have just one normally)
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "envelope.rcpt.value", "description": "RCPT TO address as provided by SMTP client
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "envelope.rcpt.formatted", "description": "Normalized RCPT address
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "from", "description": "From: header info
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "from.name", "description": "Name of the sender
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "from.address", "description": "Address of the sender
" }, { "group": "Success 200", "type": "Object[]", "optional": false, "field": "to", "description": "To: header info
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "to.name", "description": "Name of the recipient
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "to.address", "description": "Address of the recipient
" }, { "group": "Success 200", "type": "Object[]", "optional": false, "field": "cc", "description": "Cc: header info
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "cc.name", "description": "Name of the recipient
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "cc.address", "description": "Address of the recipient
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "subject", "description": "Message subject
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "messageId", "description": "Message-ID header
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "date", "description": "Datestring of message header
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "list", "description": "If set then this message is from a mailing list
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "list.id", "description": "Value from List-ID header
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "list.unsubscribe", "description": "Value from List-Unsubscribe header
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "expires", "description": "Datestring, if set then indicates the time after this message is automatically deleted
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "seen", "description": "Does this message have a \\Seen flag
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "deleted", "description": "Does this message have a \\Deleted flag
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "flagged", "description": "Does this message have a \\Flagged flag
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "draft", "description": "Does this message have a \\Draft flag
" }, { "group": "Success 200", "type": "String[]", "optional": false, "field": "html", "description": "An array of HTML string. Every array element is from a separate mime node, usually you would just join these to a single string
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "text", "description": "Plaintext content of the message
" }, { "group": "Success 200", "type": "Object[]", "optional": false, "field": "attachments", "description": "List of attachments for this message
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "attachments.id", "description": "Attachment ID
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "attachments.filename", "description": "Filename of the attachment
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "attachments.contentType", "description": "MIME type
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "attachments.disposition", "description": "Attachment disposition
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "attachments.transferEncoding", "description": "Which transfer encoding was used (actual content when fetching attachments is not encoded)
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "attachments.related", "description": "Was this attachment found from a multipart/related node. This usually means that this is an embedded image
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "attachments.sizeKb", "description": "Approximate size of the attachment in kilobytes
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "contentType", "description": "Parsed Content-Type header. Usually needed to identify encrypted messages and such
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "contentType.value", "description": "MIME type of the message, eg. "multipart/mixed"
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "contentType.params", "description": "An object with Content-Type params as key-value pairs
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"id\": 1,\n \"mailbox\": \"59fc66a03e54454869460e46\",\n \"user\": \"59fc66a03e54454869460e45\",\n \"from\": {\n \"address\": \"rfinnie@domain.dom\",\n \"name\": \"Ryan Finnie\"\n },\n \"to\": [\n {\n \"address\": \"bob@domain.dom\",\n \"name\": \"\"\n }\n ],\n \"subject\": \"Ryan Finnie's MIME Torture Test v1.0\",\n \"messageId\": \"<1066976914.4721.5.camel@localhost>\",\n \"date\": \"2003-10-24T06:28:34.000Z\",\n \"seen\": true,\n \"deleted\": false,\n \"flagged\": true,\n \"draft\": false,\n \"html\": [\n \"Welcome to Ryan Finnie's MIME torture test.
\",\n \"While a message/rfc822 part inside another message/rfc822 part in a
message isn't too strange, 200 iterations of that would be.
Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"Database error\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i \"http://localhost:8080/users/59fc66a03e54454869460e45/mailboxes/59fc66a03e54454869460e46/messages/1\"", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/messages.js", "groupTitle": "Messages" }, { "type": "get", "url": "/users/:user/mailboxes/:mailbox/messages/:message/attachments/:attachment", "title": "Download Attachment", "name": "GetMessageAttachment", "group": "Messages", "description": "This method returns attachment file contents in binary form
", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "ID of the User
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "mailbox", "description": "ID of the Mailbox
" }, { "group": "Parameter", "type": "Number", "optional": false, "field": "message", "description": "ID of the Message
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "attachment", "description": "ID of the Attachment
" } ] } }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"This attachment does not exist\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i \"http://localhost:8080/users/59fc66a03e54454869460e45/mailboxes/59fc66a13e54454869460e57/messages/1/attachments/ATT00002\"", "type": "curl" } ], "success": { "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\nContent-Type: image/png\n\n<89>PNG...", "type": "text" } ] }, "version": "0.0.0", "filename": "lib/api/messages.js", "groupTitle": "Messages" }, { "type": "get", "url": "/users/:user/mailboxes/:mailbox/messages/:message/events", "title": "Message events", "name": "GetMessageEvents", "group": "Messages", "description": "This method returns a listing of events related to this messages. This includes how the message was received and also information about forwarding
", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "ID of the User
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "mailbox", "description": "ID of the Mailbox
" }, { "group": "Parameter", "type": "Number", "optional": false, "field": "message", "description": "ID of the Message
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "Object[]", "optional": false, "field": "events", "description": "List of events
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "action", "description": "Event type
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"id\": \"59fc66a03e54454869460e4e\",\n \"events\": [\n {\n \"id\": \"59fc66a03e54454869460e4e\",\n \"stored\": \"59fc66a03e54454869460e4e\",\n \"action\": \"STORE\",\n \"origin\": \"Import\",\n \"messageId\": \"<1066976914.4721.5.camel@localhost>\",\n \"from\": null,\n \"to\": [\n \"user1@example.com\"\n ],\n \"transtype\": null,\n \"time\": 1509713568834\n }\n ]\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"Database error\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i \"http://localhost:8080/users/59fc66a03e54454869460e45/mailboxes/59fc66a03e54454869460e46/messages/1/events\"", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/messages.js", "groupTitle": "Messages" }, { "type": "get", "url": "/users/:user/mailboxes/:mailbox/messages/:message/message.eml", "title": "Get Message source", "name": "GetMessageSource", "group": "Messages", "description": "This method returns the full RFC822 formatted source of the stored message
", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "ID of the User
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "mailbox", "description": "ID of the Mailbox
" }, { "group": "Parameter", "type": "Number", "optional": false, "field": "message", "description": "ID of the Message
" } ] } }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"Database error\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i \"http://localhost:8080/users/59fc66a03e54454869460e45/mailboxes/59fc66a03e54454869460e46/messages/1/message.eml\"", "type": "curl" } ], "success": { "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\nContent-Type: message/rfc822\n\nSubject: Ryan Finnie's MIME Torture Test v1.0\nFrom: Ryan FinnieOptional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "ID of the User
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "mailbox", "description": "ID of the Mailbox
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "limit", "defaultValue": "20", "description": "How many records to return
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "page", "defaultValue": "1", "description": "Current page number. Informational only, page numbers start from 1
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "order", "defaultValue": "desc", "description": "Ordering of the records by insert date
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "next", "description": "Cursor value for next page, retrieved from nextCursor
response value
Cursor value for previous page, retrieved from previousCursor
response value
Indicates successful response
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "total", "description": "How many results were found
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "page", "description": "Current page number. Derived from page
query argument
Either a cursor string or false if there are not any previous results
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "nextCursor", "description": "Either a cursor string or false if there are not any next results
" }, { "group": "Success 200", "type": "Object[]", "optional": false, "field": "results", "description": "Message listing
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "results.id", "description": "ID of the Message
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.mailbox", "description": "ID of the Mailbox
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.thread", "description": "ID of the Thread
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "results.from", "description": "Sender info
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.from.name", "description": "Name of the sender
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.from.address", "description": "Address of the sender
" }, { "group": "Success 200", "type": "Object[]", "optional": false, "field": "results.to", "description": "Recipients in To: field
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.to.name", "description": "Name of the recipient
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.to.address", "description": "Address of the recipient
" }, { "group": "Success 200", "type": "Object[]", "optional": false, "field": "results.cc", "description": "Recipients in Cc: field
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.cc.name", "description": "Name of the recipient
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.cc.address", "description": "Address of the recipient
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.subject", "description": "Message subject
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.date", "description": "Datestring
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.intro", "description": "First 128 bytes of the message
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "results.attachments", "description": "Does the message have attachments
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "results.seen", "description": "Is this message alread seen or not
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "results.deleted", "description": "Does this message have a \\Deleted flag (should not have as messages are automatically deleted once this flag is set)
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "results.flagged", "description": "Does this message have a \\Flagged flag
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "results.answered", "description": "Does this message have a \\Answered flag
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "results.forwarded", "description": "Does this message have a $Forwarded flag
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "results.contentType", "description": "Parsed Content-Type header. Usually needed to identify encrypted messages and such
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.contentType.value", "description": "MIME type of the message, eg. "multipart/mixed"
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "results.contentType.params", "description": "An object with Content-Type params as key-value pairs
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"total\": 1,\n \"page\": 1,\n \"previousCursor\": false,\n \"nextCursor\": false,\n \"specialUse\": null,\n \"results\": [\n {\n \"id\": 1,\n \"mailbox\": \"59fc66a03e54454869460e46\",\n \"thread\": \"59fc66a13e54454869460e50\",\n \"from\": {\n \"address\": \"rfinnie@domain.dom\",\n \"name\": \"Ryan Finnie\"\n },\n \"subject\": \"Ryan Finnie's MIME Torture Test v1.0\",\n \"date\": \"2003-10-24T06:28:34.000Z\",\n \"intro\": \"Welcome to Ryan Finnie's MIME torture test. This message was designed to introduce a couple of the newer features of MIME-aware…\",\n \"attachments\": true,\n \"seen\": true,\n \"deleted\": false,\n \"flagged\": true,\n \"draft\": false,\n \"answered\": false,\n \"forwarded\": false,\n \"url\": \"/users/59fc66a03e54454869460e45/mailboxes/59fc66a03e54454869460e46/messages/1\",\n \"contentType\": {\n \"value\": \"multipart/mixed\",\n \"params\": {\n \"boundary\": \"=-qYxqvD9rbH0PNeExagh1\"\n }\n }\n }\n ]\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"Database error\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i \"http://localhost:8080/users/59fc66a03e54454869460e45/mailboxes/59fc66a03e54454869460e46/messages\"", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/messages.js", "groupTitle": "Messages" }, { "type": "get", "url": "/users/:user/search", "title": "Search for messages", "name": "GetMessagesSearch", "group": "Messages", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "ID of the User
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "mailbox", "description": "ID of the Mailbox
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "thread", "description": "Thread ID
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "query", "description": "Search string, uses MongoDB fulltext index. Covers data from mesage body and also common headers like from, to, subject etc.
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "datestart", "description": "Datestring for the earliest message storing time
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "dateend", "description": "Datestring for the latest message storing time
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "from", "description": "Partial match for the From: header line
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "to", "description": "Partial match for the To: and Cc: header lines
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "subject", "description": "Partial match for the Subject: header line
" }, { "group": "Parameter", "type": "Boolean", "optional": true, "field": "attachments", "description": "If true, then matches only messages with attachments
" }, { "group": "Parameter", "type": "Boolean", "optional": true, "field": "flagged", "description": "If true, then matches only messages with \\Flagged flags
" }, { "group": "Parameter", "type": "Boolean", "optional": true, "field": "searchable", "description": "If true, then matches messages not in Junk or Trash
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "limit", "defaultValue": "20", "description": "How many records to return
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "page", "defaultValue": "1", "description": "Current page number. Informational only, page numbers start from 1
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "next", "description": "Cursor value for next page, retrieved from nextCursor
response value
Cursor value for previous page, retrieved from previousCursor
response value
Indicates successful response
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "total", "description": "How many results were found
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "page", "description": "Current page number. Derived from page
query argument
Either a cursor string or false if there are not any previous results
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "nextCursor", "description": "Either a cursor string or false if there are not any next results
" }, { "group": "Success 200", "type": "Object[]", "optional": false, "field": "results", "description": "Message listing
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "results.id", "description": "ID of the Message
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.mailbox", "description": "ID of the Mailbox
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.thread", "description": "ID of the Thread
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "results.from", "description": "Sender info
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.from.name", "description": "Name of the sender
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.from.address", "description": "Address of the sender
" }, { "group": "Success 200", "type": "Object[]", "optional": false, "field": "results.to", "description": "Recipients in To: field
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.to.name", "description": "Name of the recipient
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.to.address", "description": "Address of the recipient
" }, { "group": "Success 200", "type": "Object[]", "optional": false, "field": "results.cc", "description": "Recipients in Cc: field
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.cc.name", "description": "Name of the recipient
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.cc.address", "description": "Address of the recipient
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.subject", "description": "Message subject
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.date", "description": "Datestring
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.intro", "description": "First 128 bytes of the message
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "results.attachments", "description": "Does the message have attachments
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "results.seen", "description": "Is this message alread seen or not
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "results.deleted", "description": "Does this message have a \\Deleted flag (should not have as messages are automatically deleted once this flag is set)
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "results.flagged", "description": "Does this message have a \\Flagged flag
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.url", "description": "Relative API url for fetching message contents
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "results.contentType", "description": "Parsed Content-Type header. Usually needed to identify encrypted messages and such
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.contentType.value", "description": "MIME type of the message, eg. "multipart/mixed"
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "results.contentType.params", "description": "An object with Content-Type params as key-value pairs
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"query\": \"Ryan\",\n \"total\": 1,\n \"page\": 1,\n \"previousCursor\": false,\n \"nextCursor\": false,\n \"specialUse\": null,\n \"results\": [\n {\n \"id\": 1,\n \"mailbox\": \"59fc66a03e54454869460e46\",\n \"thread\": \"59fc66a13e54454869460e50\",\n \"from\": {\n \"address\": \"rfinnie@domain.dom\",\n \"name\": \"Ryan Finnie\"\n },\n \"subject\": \"Ryan Finnie's MIME Torture Test v1.0\",\n \"date\": \"2003-10-24T06:28:34.000Z\",\n \"intro\": \"Welcome to Ryan Finnie's MIME torture test. This message was designed to introduce a couple of the newer features of MIME-aware…\",\n \"attachments\": true,\n \"seen\": true,\n \"deleted\": false,\n \"flagged\": true,\n \"draft\": false,\n \"url\": \"/users/59fc66a03e54454869460e45/mailboxes/59fc66a03e54454869460e46/messages/1\",\n \"contentType\": {\n \"value\": \"multipart/mixed\",\n \"params\": {\n \"boundary\": \"=-qYxqvD9rbH0PNeExagh1\"\n }\n }\n }\n ]\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"Database error\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i \"http://localhost:8080/users/59fc66a03e54454869460e45/search?query=Ryan\"", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/messages.js", "groupTitle": "Messages" }, { "type": "put", "url": "/users/:user/mailboxes/:mailbox/messages", "title": "Update Message information", "name": "PutMessage", "group": "Messages", "description": "This method updates message flags and also allows to move messages to a different mailbox
", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "ID of the User
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "mailbox", "description": "ID of the Mailbox
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "message", "description": "Message ID values. Either comma separated numbers (1,2,3) or colon separated range (3:15)
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "moveTo", "description": "ID of the target Mailbox if you want to move messages
" }, { "group": "Parameter", "type": "Boolean", "optional": false, "field": "seen", "description": "State of the \\Seen flag
" }, { "group": "Parameter", "type": "Boolean", "optional": false, "field": "flagged", "description": "State of the \\Flagged flag
" }, { "group": "Parameter", "type": "Boolean", "optional": false, "field": "draft", "description": "State of the \\Draft flag
" }, { "group": "Parameter", "type": "Datestring", "optional": false, "field": "expires", "description": "Either expiration date or false
to turn of autoexpiration
Indicates successful response
" }, { "group": "Success 200", "type": "Object[]", "optional": false, "field": "id", "description": "If messages were moved then lists new ID values. Array entry is an array with first element pointing to old ID and second to new ID
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "updated", "description": "If messages were not moved, then indicates the number of updated messages
" } ] }, "examples": [ { "title": "Update Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"updated\": 2\n}", "type": "json" }, { "title": "Move Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"mailbox\": \"59fc66a13e54454869460e57\",\n \"id\": [\n [1,24],\n [2,25]\n ]\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"Database error\"\n}", "type": "json" } ] }, "examples": [ { "title": "Mark messages as unseen:", "content": "curl -i -XPUT \"http://localhost:8080/users/59fc66a03e54454869460e45/mailboxes/59fc66a03e54454869460e46/messages\" \\\n-H 'Content-type: application/json' \\\n-d '{\n \"message\": \"1,2,3\",\n \"seen\": false\n}'", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/messages.js", "groupTitle": "Messages" }, { "type": "post", "url": "/users/:user/mailboxes/:mailbox/messages", "title": "Upload Message Source", "name": "UploadMessage", "group": "Messages", "description": "This method allows to upload an RFC822 formatted message to a mailbox. Message is stored unmodified, no headers are added or removed. If you want to generate the uploaded message from strucutred data fields, then see Submit a Message for Delivery with uploadOnly
option
Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "ID of the User
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "mailbox", "description": "ID of the Mailbox
" }, { "group": "Parameter", "type": "Boolean", "optional": true, "field": "unseen", "defaultValue": "false", "description": "Is the message unseen or not
" }, { "group": "Parameter", "type": "Boolean", "optional": true, "field": "draft", "defaultValue": "false", "description": "Is the message a draft or not
" }, { "group": "Parameter", "type": "Boolean", "optional": true, "field": "flagged", "defaultValue": "false", "description": "Is the message flagged or not
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "raw", "description": "base64 encoded message source. Alternatively, you can provide this value as POST body by using message/rfc822 MIME type
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "sess", "description": "Session identifier for the logs
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "ip", "description": "IP address for the logs
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "message", "description": "Message information
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "message.id", "description": "Message ID in mailbox
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "message.mailbox", "description": "Mailbox ID the message was stored into
" } ] }, "examples": [ { "title": "Forward Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"message\": {\n \"id\": 2,\n \"mailbox\": \"5a2f9ca57308fc3a6f5f811e\"\n }\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"Database error\"\n}", "type": "json" } ] }, "examples": [ { "title": "Upload a Message:", "content": "curl -i -XPOST \"http://localhost:8080/users/5a2f9ca57308fc3a6f5f811d/mailboxes/5a2f9ca57308fc3a6f5f811e/messages\" \\\n-H 'Content-type: message/rfc822' \\\n-d 'From: sender@example.com\nTo: recipient@example.com\nSubject: hello world!\n\nExample message'", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/messages.js", "groupTitle": "Messages" }, { "type": "post", "url": "/users/:user/submit", "title": "Submit a Message for Delivery", "name": "PostSubmit", "group": "Submission", "description": "Use this method to send emails from an user account
", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "Users unique ID
" }, { "group": "Parameter", "type": "Object", "optional": true, "field": "reference", "description": "Optional referenced email. If submitted message is a reply and relevant fields are not provided then these are resolved from the message to be replied to
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "reference.mailbox", "description": "Mailbox ID
" }, { "group": "Parameter", "type": "Number", "optional": false, "field": "reference.id", "description": "Message ID in Mailbox
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "reference.action", "description": "Either reply
, replyAll
or forward
Mailbox ID where to upload the message. If not set then message is uploaded to Sent Mail folder.
" }, { "group": "Parameter", "type": "Boolean", "optional": true, "field": "uploadOnly", "defaultValue": "false", "description": "If true
then generated message is not added to the sending queue
If true
then treats this message as draft (should be used with uploadOnly=true)
Datestring for delivery if message should be sent some later time
" }, { "group": "Parameter", "type": "Object", "optional": true, "field": "envelope", "description": "SMTP envelope. If not provided then resolved either from message headers or from referenced message
" }, { "group": "Parameter", "type": "Object", "optional": true, "field": "envelope.from", "description": "Sender information. If not set then it is resolved to User's default address
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "envelope.from.address", "description": "Sender address. If this is not listed as allowed address for the sending User then it is replaced with the User's default address
" }, { "group": "Parameter", "type": "Object[]", "optional": true, "field": "envelope.to", "description": "Recipients information
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "envelope.to.address", "description": "Recipient address
" }, { "group": "Parameter", "type": "Object", "optional": true, "field": "from", "description": "Address for the From: header
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "from.name", "description": "Name of the sender
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "from.address", "description": "Address of the sender
" }, { "group": "Parameter", "type": "Object[]", "optional": true, "field": "to", "description": "Addresses for the To: header
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "to.name", "description": "Name of the recipient
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "to.address", "description": "Address of the recipient
" }, { "group": "Parameter", "type": "Object[]", "optional": true, "field": "cc", "description": "Addresses for the Cc: header
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "cc.name", "description": "Name of the recipient
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "cc.address", "description": "Address of the recipient
" }, { "group": "Parameter", "type": "Object[]", "optional": true, "field": "bcc", "description": "Addresses for the Bcc: header
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "bcc.name", "description": "Name of the recipient
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "bcc.address", "description": "Address of the recipient
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "subject", "description": "Message subject. If not then resolved from Reference message
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "text", "description": "Plaintext message
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "html", "description": "HTML formatted message
" }, { "group": "Parameter", "type": "Object[]", "optional": true, "field": "headers", "description": "Custom headers for the message. If reference message is set then In-Reply-To and References headers are set automatically
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "headers.key", "description": "Header key ('X-Mailer')
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "headers.value", "description": "Header value ('My Awesome Mailing Service')
" }, { "group": "Parameter", "type": "Object[]", "optional": true, "field": "attachments", "description": "Attachments for the message
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "attachments.content", "description": "Base64 encoded attachment content
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "attachments.filename", "description": "Attachment filename
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "attachments.contentType", "description": "MIME type for the attachment file
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "attachments.cid", "description": "Content-ID value if you want to reference to this attachment from HTML formatted message
" }, { "group": "Parameter", "type": "Object", "optional": true, "field": "meta", "description": "Custom metainfo for the message
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "sess", "description": "Session identifier for the logs
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "ip", "description": "IP address for the logs
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "message", "description": "Information about submitted Message
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "message.mailbox", "description": "Mailbox ID the message was stored to
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "message.id", "description": "Message ID in Mailbox
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "message.queueId", "description": "Queue ID in MTA
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"message\": {\n \"id\": 16,\n \"mailbox\": \"59fc66a03e54454869460e47\",\n \"queueId\": \"1600798505b000a25f\"\n }\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "type": "String", "optional": false, "field": "error", "description": "Description of the error
" }, { "group": "Error 4xx", "type": "String", "optional": false, "field": "code", "description": "Reason for the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"User account is disabled\",\n \"code\": \"ERRDISABLEDUSER\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "# Sender info is derived from account settings\ncurl -i -XPOST \"http://localhost:8080/users/59fc66a03e54454869460e45/submit\" \\\n-H 'Content-type: application/json' \\\n-d '{\n \"to\": [{\n \"address\": \"andris@ethereal.email\"\n }],\n \"subject\": \"Hello world!\",\n \"text\": \"Test message\"\n}'", "type": "curl" }, { "title": "Reply to All", "content": "# Recipients and subject line are derived from referenced message\ncurl -i -XPOST \"http://localhost:8080/users/59fc66a03e54454869460e45/submit\" \\\n-H 'Content-type: application/json' \\\n-d '{\n \"reference\": {\n \"mailbox\": \"59fc66a03e54454869460e47\",\n \"id\": 15,\n \"action\": \"replyAll\"\n },\n \"text\": \"Yeah, sure\"\n}'", "type": "curl" }, { "title": "Upload only", "content": "# Recipients and subject line are derived from referenced message\ncurl -i -XPOST \"http://localhost:8080/users/5a2fe496ce76ede84f177ec3/submit\" \\\n-H 'Content-type: application/json' \\\n-d '{\n \"reference\": {\n \"mailbox\": \"5a2fe496ce76ede84f177ec4\",\n \"id\": 1,\n \"action\": \"replyAll\"\n },\n \"uploadOnly\": true,\n \"mailbox\": \"5a33b45acf482d3219955bc4\",\n \"text\": \"Yeah, sure\"\n}'", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/submit.js", "groupTitle": "Submission" }, { "type": "delete", "url": "/users/:user/2fa/custom", "title": "Disable custom 2FA for an user", "name": "DisableCustom2FA", "group": "TwoFactorAuth", "description": "This method disables custom 2FA. If it was the only 2FA set up, then account password for IMAP/POP3/SMTP gets enabled again
", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "ID of the User
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "sess", "description": "Session identifier for the logs
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "ip", "description": "IP address for the logs
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"This username does not exist\"\n \"code\": \"UserNotFound\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i -XDELETE http://localhost:8080/users/59fc66a03e54454869460e45/2fa/custom \\\n-H 'Content-type: application/json' \\\n-d '{\n \"ip\": \"127.0.0.1\"\n}'", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/2fa/custom.js", "groupTitle": "TwoFactorAuth" }, { "type": "put", "url": "/users/:user/2fa/custom", "title": "Enable custom 2FA for an user", "name": "EnableCustom2FA", "group": "TwoFactorAuth", "description": "This method disables account password for IMAP/POP3/SMTP
", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "user", "description": "ID of the User
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "sess", "description": "Session identifier for the logs
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "ip", "description": "IP address for the logs
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"This username does not exist\"\n \"code\": \"UserNotFound\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i -XPUT http://localhost:8080/users/59fc66a03e54454869460e45/2fa/custom \\\n-H 'Content-type: application/json' \\\n-d '{\n \"ip\": \"127.0.0.1\"\n}'", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/2fa/custom.js", "groupTitle": "TwoFactorAuth" }, { "type": "delete", "url": "/users/:id", "title": "Delete an User", "name": "DeleteUser", "group": "Users", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "id", "description": "Users unique ID.
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "sess", "description": "Session identifier for the logs
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "ip", "description": "IP address for the logs
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"This user does not exist\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i -XDELETE http://localhost:8080/users/5a1bda70bfbd1442cd96c6f0?ip=127.0.0.1", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/users.js", "groupTitle": "Users" }, { "type": "get", "url": "/users/:id/updates", "title": "Open change stream", "name": "GetUpdates", "group": "Users", "description": "This api call returns an EventSource response. Listen on this stream to get notifications about changes in messages and mailboxes. Returned events are JSON encoded strings
", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "id", "description": "Users unique ID.
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "String", "optional": false, "field": "command", "description": "Indicates data event type
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\nContent-Type: text/event-stream\n\ndata: {\ndata: \"command\": \"CREATE\",\ndata: \"mailbox\": \"5a1d3061153888cdcd62a719\",\ndata: \"path\": \"First Level/Second 😎 Level/Folder Name\"\ndata: }", "type": "text" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"This user does not exist\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "var stream = new EventSource('/users/59fc66a03e54454869460e45/updates');\nstream.onmessage = function(e) {\n console.log(JSON.parse(e.data));\n};", "type": "javascript" } ], "version": "0.0.0", "filename": "lib/api/updates.js", "groupTitle": "Users" }, { "type": "get", "url": "/users/:id", "title": "Request User information", "name": "GetUser", "group": "Users", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "id", "description": "Users unique ID.
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "id", "description": "Users unique ID (24 byte hex)
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "username", "description": "Username of the User
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "name", "description": "Name of the User
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "address", "description": "Main email address of the User
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "retention", "description": "Default retention time in ms. false
if not enabled
List of enabled 2FA methods
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "encryptMessages", "description": "If true
then received messages are encrypted
If true
then forwarded messages are encrypted
Public PGP key for the User that is used for encryption
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "keyInfo", "description": "Information about public key or false
if key is not available
Name listed in public key
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "keyInfo.address", "description": "E-mail address listed in public key
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "keyInfo.fingerprint", "description": "Fingerprint of the public key
" }, { "group": "Success 200", "type": "String[]", "optional": false, "field": "targets", "description": "List of forwarding targets
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "spamLevel", "description": "Relative scale for detecting spam. 0 means that everything is spam, 100 means that nothing is spam
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "limits", "description": "Account limits and usage
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "limits.quota", "description": "Quota usage limits
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "limits.quota.allowed", "description": "Allowed quota of the user in bytes
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "limits.quota.used", "description": "Space used in bytes
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "limits.recipients", "description": "Sending quota
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "limits.recipients.allowed", "description": "How many messages per 24 hours can be sent
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "limits.recipients.used", "description": "How many messages are sent during current 24 hour period
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "limits.recipients.ttl", "description": "Time until the end of current 24 hour period
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "limits.forwards", "description": "Forwarding quota
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "limits.forwards.allowed", "description": "How many messages per 24 hours can be forwarded
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "limits.forwards.used", "description": "How many messages are forwarded during current 24 hour period
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "limits.forwards.ttl", "description": "Time until the end of current 24 hour period
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "limits.received", "description": "Receiving quota
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "limits.received.allowed", "description": "How many messages per 1 hour can be received
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "limits.received.used", "description": "How many messages are received during current 1 hour period
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "limits.received.ttl", "description": "Time until the end of current 1 hour period
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "limits.imapUpload", "description": "IMAP upload quota
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "limits.imapUpload.allowed", "description": "How many bytes per 24 hours can be uploaded via IMAP. Only message contents are counted, not protocol overhead.
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "limits.imapUpload.used", "description": "How many bytes are uploaded during current 24 hour period
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "limits.imapUpload.ttl", "description": "Time until the end of current 24 hour period
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "limits.imapDownload", "description": "IMAP download quota
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "limits.imapDownload.allowed", "description": "How many bytes per 24 hours can be downloaded via IMAP. Only message contents are counted, not protocol overhead.
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "limits.imapDownload.used", "description": "How many bytes are downloaded during current 24 hour period
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "limits.imapDownload.ttl", "description": "Time until the end of current 24 hour period
" }, { "group": "Success 200", "type": "Object", "optional": false, "field": "limits.pop3Download", "description": "POP3 download quota
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "limits.pop3Download.allowed", "description": "How many bytes per 24 hours can be downloaded via POP3. Only message contents are counted, not protocol overhead.
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "limits.pop3Download.used", "description": "How many bytes are downloaded during current 24 hour period
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "limits.pop3Download.ttl", "description": "Time until the end of current 24 hour period
" }, { "group": "Success 200", "type": "String[]", "optional": false, "field": "tags", "description": "List of tags associated with the User
" }, { "group": "Success 200", "type": "String[]", "optional": false, "field": "disabledScopes", "description": "Disabled scopes for this user
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "hasPasswordSet", "description": "If true
then the User has a password set and can authenticate
Is the account activated
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "disabled", "description": "If true
then the user can not authenticate or receive any new mail
Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"This user does not exist\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i http://localhost:8080/users/59fc66a03e54454869460e45", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/users.js", "groupTitle": "Users" }, { "type": "get", "url": "/users/resolve/:username", "title": "Resolve ID for an username", "name": "GetUsername", "group": "Users", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "username", "description": "Username of the User. Alphanumeric value. Must start with a letter, dots are allowed but informational only ("user.name" is the same as "username")
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "id", "description": "Users unique ID (24 byte hex)
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"id\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"This user does not exist\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i http://localhost:8080/users/resolve/testuser", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/users.js", "groupTitle": "Users" }, { "type": "get", "url": "/users", "title": "List registered Users", "name": "GetUsers", "group": "Users", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": true, "field": "query", "description": "Partial match of username or default email address
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "tags", "description": "Comma separated list of tags. The User must have at least one to be set
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "requiredTags", "description": "Comma separated list of tags. The User must have all listed tags to be set
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "limit", "defaultValue": "20", "description": "How many records to return
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "page", "defaultValue": "1", "description": "Current page number. Informational only, page numbers start from 1
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "next", "description": "Cursor value for next page, retrieved from nextCursor
response value
Cursor value for previous page, retrieved from previousCursor
response value
Indicates successful response
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "total", "description": "How many results were found
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "page", "description": "Current page number. Derived from page
query argument
Either a cursor string or false if there are not any previous results
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "nextCursor", "description": "Either a cursor string or false if there are not any next results
" }, { "group": "Success 200", "type": "Object[]", "optional": false, "field": "results", "description": "User listing
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.id", "description": "Users unique ID (24 byte hex)
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.username", "description": "Username of the User
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.name", "description": "Name of the User
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "results.address", "description": "Main email address of the User
" }, { "group": "Success 200", "type": "String[]", "optional": false, "field": "results.tags", "description": "List of tags associated with the User'
" }, { "group": "Success 200", "type": "String[]", "optional": false, "field": "results.targets", "description": "List of forwarding targets
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "results.encryptMessages", "description": "If true
then received messages are encrypted
If true
then forwarded messages are encrypted
Quota usage limits
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "results.quota.allowed", "description": "Allowed quota of the user in bytes
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "results.quota.used", "description": "Space used in bytes
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "results.hasPasswordSet", "description": "If true
then the User has a password set and can authenticate
Is the account activated
" }, { "group": "Success 200", "type": "Boolean", "optional": false, "field": "results.disabled", "description": "If true
then the user can not authenticate or receive any new mail
Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"Database error\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i http://localhost:8080/users", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/users.js", "groupTitle": "Users" }, { "type": "post", "url": "/users", "title": "Create new user", "name": "PostUser", "group": "Users", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "username", "description": "Username of the User. Dots are allowed but informational only ("user.name" is the same as "username").
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "name", "description": "Name of the User
" }, { "group": "Parameter", "type": "String", "optional": false, "field": "password", "description": "Password for the account. Set to boolean false
to disable password usage
If true
then password is already hashed, so store as. Hash needs to be bcrypt $2a
, $2y
or $2b
. Additionally md5-crypt hashes $1
are allowed but these are rehashed on first successful authentication
If false
then validates provided passwords against Have I Been Pwned API. Experimental, so validation is disabled by default but will be enabled automatically in some future version of WildDuck.
Default email address for the User (autogenerated if not set)
" }, { "group": "Parameter", "type": "Boolean", "optional": true, "field": "emptyAddress", "description": "If true then do not autogenerate missing email address for the User. Only needed if you want to create an user account that does not have any email address associated
" }, { "group": "Parameter", "type": "Boolean", "optional": true, "field": "requirePasswordChange", "description": "If true then requires the user to change password, useful if password for the account was autogenerated
" }, { "group": "Parameter", "type": "String[]", "optional": true, "field": "tags", "description": "A list of tags associated with this user
" }, { "group": "Parameter", "type": "Boolean", "optional": true, "field": "addTagsToAddress", "description": "If true
then autogenerated address gets the same tags as the user
Default retention time in ms. Set to 0
to disable
If true
then all messages sent through MSA are also uploaded to the Sent Mail folder. Might cause duplicates with some email clients, so disabled by default.
If true
then received messages are encrypted
If true
then forwarded messages are encrypted
Public PGP key for the User that is used for encryption. Use empty string to remove the key
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "language", "description": "Language code for the User
" }, { "group": "Parameter", "type": "String[]", "optional": true, "field": "targets", "description": "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
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "spamLevel", "defaultValue": "50", "description": "Relative scale for detecting spam. 0 means that everything is spam, 100 means that nothing is spam
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "quota", "description": "Allowed quota of the user in bytes
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "recipients", "description": "How many messages per 24 hour can be sent
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "forwards", "description": "How many messages per 24 hour can be forwarded
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "imapMaxUpload", "description": "How many bytes can be uploaded via IMAP during 24 hour
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "imapMaxDownload", "description": "How many bytes can be downloaded via IMAP during 24 hour
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "pop3MaxDownload", "description": "How many bytes can be downloaded via POP3 during 24 hour
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "receivedMax", "description": "How many messages can be received from MX during 1 hour
" }, { "group": "Parameter", "type": "Object", "optional": true, "field": "mailboxes", "description": "Optional names for special mailboxes
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "mailboxes.sent", "defaultValue": "Sent Mail", "description": "Path of Sent Mail folder
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "mailboxes.junk", "defaultValue": "Junk", "description": "Path of spam folder
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "mailboxes.drafts", "defaultValue": "Drafts", "description": "Path of drafts folder
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "mailboxes.trash", "defaultValue": "Trash", "description": "Path of trash folder
" }, { "group": "Parameter", "type": "String[]", "optional": false, "field": "disabledScopes", "description": "List of scopes that are disabled for this user ("imap", "pop3", "smtp")
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "sess", "description": "Session identifier for the logs
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "ip", "description": "IP address for the logs
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "id", "description": "ID for the created User
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"id\": \"5a1bda70bfbd1442cd96c6f0\"\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"This username already exists\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i -XPOST http://localhost:8080/users \\\n-H 'Content-type: application/json' \\\n-d '{\n \"username\": \"myuser\",\n \"password\": \"verysecret\",\n \"name\": \"John Doe\",\n \"address\": \"john.doe@example.com\",\n \"tags\": [\n \"status:regular_user\",\n \"subscription:business_big\"\n ]\n}'", "type": "curl" }, { "title": "Example address:", "content": "curl -i -XPOST http://localhost:8080/users \\\n-H 'Content-type: application/json' \\\n-d '{\n \"username\": \"john.doe@example.com\",\n \"password\": \"verysecret\",\n \"name\": \"John Doe\",\n \"tags\": [\n \"status:regular_user\",\n \"subscription:business_big\"\n ]\n}'", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/users.js", "groupTitle": "Users" }, { "type": "post", "url": "/users/:id/quota/reset", "title": "Recalculate User quota", "name": "PostUserQuota", "group": "Users", "description": "This method recalculates quota usage for an User. Normally not needed, only use it if quota numbers are way off. This method is not transactional, so if the user is currently receiving new messages then the resulting value is not exact.
", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "id", "description": "Users unique ID.
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "reason", "description": "Message to be shown to connected IMAP client
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "Number", "optional": false, "field": "storageUsed", "description": "Calculated quota usage for the user
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"storageUsed\": 1234567\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"This user does not exist\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i -XPOST http://localhost:8080/users/59fc66a03e54454869460e45/quota/reset \\\n-H 'Content-type: application/json' \\\n-d '{}'", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/users.js", "groupTitle": "Users" }, { "type": "put", "url": "/users/:id", "title": "Update User information", "name": "PutUser", "group": "Users", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "id", "description": "Users unique ID.
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "name", "description": "Name of the User
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "existingPassword", "description": "If provided then validates against account password before applying any changes
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "password", "description": "New password for the account. Set to boolean false
to disable password usage
If true
then password is already hashed, so store as. Hash needs to be bcrypt $2a
, $2y
or $2b
. Additionally md5-crypt hashes $1
are allowed but these are rehashed on first successful authentication
If false
then validates provided passwords against Have I Been Pwned API. Experimental, so validation is disabled by default but will be enabled automatically in some future version of WildDuck.
A list of tags associated with this user
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "retention", "description": "Default retention time in ms. Set to 0
to disable
If true
then all messages sent through MSA are also uploaded to the Sent Mail folder. Might cause duplicates with some email clients, so disabled by default.
If true
then received messages are encrypted
If true
then forwarded messages are encrypted
Public PGP key for the User that is used for encryption. Use empty string to remove the key
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "language", "description": "Language code for the User
" }, { "group": "Parameter", "type": "String[]", "optional": true, "field": "targets", "description": "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
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "spamLevel", "description": "Relative scale for detecting spam. 0 means that everything is spam, 100 means that nothing is spam
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "quota", "description": "Allowed quota of the user in bytes
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "recipients", "description": "How many messages per 24 hour can be sent
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "forwards", "description": "How many messages per 24 hour can be forwarded
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "imapMaxUpload", "description": "How many bytes can be uploaded via IMAP during 24 hour
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "imapMaxDownload", "description": "How many bytes can be downloaded via IMAP during 24 hour
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "pop3MaxDownload", "description": "How many bytes can be downloaded via POP3 during 24 hour
" }, { "group": "Parameter", "type": "Number", "optional": true, "field": "receivedMax", "description": "How many messages can be received from MX during 1 hour
" }, { "group": "Parameter", "type": "Boolean", "optional": true, "field": "disable2fa", "description": "If true, then disables 2FA for this user
" }, { "group": "Parameter", "type": "String[]", "optional": false, "field": "disabledScopes", "description": "List of scopes that are disabled for this user ("imap", "pop3", "smtp")
" }, { "group": "Parameter", "type": "Boolean", "optional": true, "field": "disabled", "description": "If true then disables user account (can not login, can not receive messages)
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "sess", "description": "Session identifier for the logs
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "ip", "description": "IP address for the logs
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"This user does not exist\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i -XPUT http://localhost:8080/users/59fc66a03e54454869460e45 \\\n-H 'Content-type: application/json' \\\n-d '{\n \"name\": \"Updated user name\"\n}'", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/users.js", "groupTitle": "Users" }, { "type": "put", "url": "/users/:id/logout", "title": "Log out User", "name": "PutUserLogout", "group": "Users", "description": "This method logs out all user sessions in IMAP
", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "id", "description": "Users unique ID.
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "reason", "description": "Message to be shown to connected IMAP client
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"This user does not exist\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i -XPUT http://localhost:8080/users/59fc66a03e54454869460e45/logout \\\n-H 'Content-type: application/json' \\\n-d '{\n \"reason\": \"Logout requested from API\"\n}'", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/users.js", "groupTitle": "Users" }, { "type": "post", "url": "/users/:id/password/reset", "title": "Reset password for an User", "name": "ResetUserPassword", "group": "Users", "description": "This method generates a new temporary password for an User. Additionally it removes all two-factor authentication settings
", "header": { "fields": { "Header": [ { "group": "Header", "type": "String", "optional": false, "field": "X-Access-Token", "description": "Optional access token if authentication is enabled
" } ] }, "examples": [ { "title": "Header-Example:", "content": "{\n \"X-Access-Token\": \"59fc66a03e54454869460e45\"\n}", "type": "json" } ] }, "parameter": { "fields": { "Parameter": [ { "group": "Parameter", "type": "String", "optional": false, "field": "id", "description": "Users unique ID.
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "validAfter", "description": "Allow using the generated password not earlier than provided time
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "sess", "description": "Session identifier for the logs
" }, { "group": "Parameter", "type": "String", "optional": true, "field": "ip", "description": "IP address for the logs
" } ] } }, "success": { "fields": { "Success 200": [ { "group": "Success 200", "type": "Boolean", "optional": false, "field": "success", "description": "Indicates successful response
" }, { "group": "Success 200", "type": "String", "optional": false, "field": "password", "description": "Temporary password
" } ] }, "examples": [ { "title": "Success-Response:", "content": "HTTP/1.1 200 OK\n{\n \"success\": true,\n \"password\": \"temporarypass\"\n}", "type": "json" } ] }, "error": { "fields": { "Error 4xx": [ { "group": "Error 4xx", "optional": false, "field": "error", "description": "Description of the error
" } ] }, "examples": [ { "title": "Error-Response:", "content": "HTTP/1.1 200 OK\n{\n \"error\": \"This user does not exist\"\n}", "type": "json" } ] }, "examples": [ { "title": "Example usage:", "content": "curl -i -XPOST http://localhost:8080/users/5a1bda70bfbd1442cd96/password/reset \\\n-H 'Content-type: application/json' \\\n-d '{\n \"ip\": \"127.0.0.1\"\n}'", "type": "curl" } ], "version": "0.0.0", "filename": "lib/api/users.js", "groupTitle": "Users" } ] diff --git a/docs/api_project.js b/docs/api_project.js index 0e8b5392..ac53ab02 100644 --- a/docs/api_project.js +++ b/docs/api_project.js @@ -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-10-11T08:48:03.541Z", "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-10-12T08:13:42.322Z", "url": "http://apidocjs.com", "version": "0.17.6" } }); diff --git a/docs/api_project.json b/docs/api_project.json index 9960d31d..0e5a08a3 100644 --- a/docs/api_project.json +++ b/docs/api_project.json @@ -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-10-11T08:48:03.541Z", "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-10-12T08:13:42.322Z", "url": "http://apidocjs.com", "version": "0.17.6" } } diff --git a/lib/api/2fa/custom.js b/lib/api/2fa/custom.js index ae128b13..9231fb98 100644 --- a/lib/api/2fa/custom.js +++ b/lib/api/2fa/custom.js @@ -2,11 +2,17 @@ const Joi = require('joi'); const ObjectID = require('mongodb').ObjectID; +const tools = require('../../tools'); +const roles = require('../../roles'); +const util = require('util'); // Custom 2FA needs to be enabled if your website handles its own 2FA and you want to disable // master password usage for IMAP/POP/SMTP clients module.exports = (db, server, userHandler) => { + const enableCustom2fa = util.promisify(userHandler.enableCustom2fa.bind(userHandler)); + const disableCustom2fa = util.promisify(userHandler.disableCustom2fa.bind(userHandler)); + /** * @api {put} /users/:user/2fa/custom Enable custom 2FA for an user * @apiName EnableCustom2FA @@ -46,53 +52,54 @@ module.exports = (db, server, userHandler) => { * "code": "UserNotFound" * } */ - server.put('/users/:user/2fa/custom', (req, res, next) => { - res.charSet('utf-8'); + server.put( + '/users/:user/2fa/custom', + tools.asyncifyJson(async (req, res, next) => { + res.charSet('utf-8'); - const schema = Joi.object().keys({ - user: Joi.string() - .hex() - .lowercase() - .length(24) - .required(), - sess: Joi.string().max(255), - ip: Joi.string().ip({ - version: ['ipv4', 'ipv6'], - cidr: 'forbidden' - }) - }); - - const result = Joi.validate(req.params, schema, { - abortEarly: false, - convert: true - }); - - if (result.error) { - res.json({ - error: result.error.message, - code: 'InputValidationError' + const schema = Joi.object().keys({ + user: Joi.string() + .hex() + .lowercase() + .length(24) + .required(), + sess: Joi.string().max(255), + ip: Joi.string().ip({ + version: ['ipv4', 'ipv6'], + cidr: 'forbidden' + }) }); - return next(); - } - let user = new ObjectID(result.value.user); + const result = Joi.validate(req.params, schema, { + abortEarly: false, + convert: true + }); - userHandler.enableCustom2fa(user, result.value, (err, success) => { - if (err) { + if (result.error) { res.json({ - error: err.message, - code: err.code + error: result.error.message, + code: 'InputValidationError' }); return next(); } + // permissions check + if (req.user && req.user === result.value.user) { + req.validate(roles.can(req.role).updateOwn('users')); + } else { + req.validate(roles.can(req.role).updateAny('users')); + } + + let user = new ObjectID(result.value.user); + let success = await enableCustom2fa(user, result.value); + res.json({ success }); return next(); - }); - }); + }) + ); /** * @api {delete} /users/:user/2fa/custom Disable custom 2FA for an user @@ -133,53 +140,54 @@ module.exports = (db, server, userHandler) => { * "code": "UserNotFound" * } */ - server.del('/users/:user/2fa/custom', (req, res, next) => { - res.charSet('utf-8'); + server.del( + '/users/:user/2fa/custom', + tools.asyncifyJson(async (req, res, next) => { + res.charSet('utf-8'); - const schema = Joi.object().keys({ - user: Joi.string() - .hex() - .lowercase() - .length(24) - .required(), - sess: Joi.string().max(255), - ip: Joi.string().ip({ - version: ['ipv4', 'ipv6'], - cidr: 'forbidden' - }) - }); - - req.query.user = req.params.user; - - const result = Joi.validate(req.query, schema, { - abortEarly: false, - convert: true - }); - - if (result.error) { - res.json({ - error: result.error.message, - code: 'InputValidationError' + const schema = Joi.object().keys({ + user: Joi.string() + .hex() + .lowercase() + .length(24) + .required(), + sess: Joi.string().max(255), + ip: Joi.string().ip({ + version: ['ipv4', 'ipv6'], + cidr: 'forbidden' + }) }); - return next(); - } - let user = new ObjectID(result.value.user); + req.query.user = req.params.user; - userHandler.disableCustom2fa(user, result.value, (err, success) => { - if (err) { + const result = Joi.validate(req.query, schema, { + abortEarly: false, + convert: true + }); + + if (result.error) { res.json({ - error: err.message, - code: err.code + error: result.error.message, + code: 'InputValidationError' }); return next(); } + // permissions check + if (req.user && req.user === result.value.user) { + req.validate(roles.can(req.role).updateOwn('users')); + } else { + req.validate(roles.can(req.role).updateAny('users')); + } + + let user = new ObjectID(result.value.user); + let success = await disableCustom2fa(user, result.value); + res.json({ success }); return next(); - }); - }); + }) + ); }; diff --git a/lib/api/autoreply.js b/lib/api/autoreply.js index fb1a18e3..97ca60aa 100644 --- a/lib/api/autoreply.js +++ b/lib/api/autoreply.js @@ -2,6 +2,8 @@ const Joi = require('joi'); const ObjectID = require('mongodb').ObjectID; +const tools = require('../tools'); +const roles = require('../roles'); module.exports = (db, server) => { /** @@ -49,93 +51,98 @@ module.exports = (db, server) => { * "error": "This user does not exist" * } */ - server.put('/users/:user/autoreply', (req, res, next) => { - res.charSet('utf-8'); + server.put( + '/users/:user/autoreply', + tools.asyncifyJson(async (req, res, next) => { + res.charSet('utf-8'); - const schema = Joi.object().keys({ - user: Joi.string() - .hex() - .lowercase() - .length(24) - .required(), - status: Joi.boolean() - .truthy(['Y', 'true', 'yes', 'on', '1', 1]) - .falsy(['N', 'false', 'no', 'off', '0', 0, '']) - .default(false), - name: Joi.string() - .empty('') - .trim() - .max(128), - subject: Joi.string() - .empty('') - .trim() - .max(128), - text: Joi.string() - .empty('') - .trim() - .max(128 * 1024), - html: Joi.string() - .empty('') - .trim() - .max(128 * 1024), - start: Joi.date() - .empty('') - .allow(false), - end: Joi.date() - .empty('') - .allow(false), - sess: Joi.string().max(255), - ip: Joi.string().ip({ - version: ['ipv4', 'ipv6'], - cidr: 'forbidden' - }) - }); - - const result = Joi.validate(req.params, schema, { - abortEarly: false, - convert: true - }); - - if (result.error) { - res.json({ - error: result.error.message, - code: 'InputValidationError' + const schema = Joi.object().keys({ + user: Joi.string() + .hex() + .lowercase() + .length(24) + .required(), + status: Joi.boolean() + .truthy(['Y', 'true', 'yes', 'on', '1', 1]) + .falsy(['N', 'false', 'no', 'off', '0', 0, '']) + .default(false), + name: Joi.string() + .empty('') + .trim() + .max(128), + subject: Joi.string() + .empty('') + .trim() + .max(128), + text: Joi.string() + .empty('') + .trim() + .max(128 * 1024), + html: Joi.string() + .empty('') + .trim() + .max(128 * 1024), + start: Joi.date() + .empty('') + .allow(false), + end: Joi.date() + .empty('') + .allow(false), + sess: Joi.string().max(255), + ip: Joi.string().ip({ + version: ['ipv4', 'ipv6'], + cidr: 'forbidden' + }) }); - return next(); - } - if (!result.value.name && 'name' in req.params) { - result.value.name = ''; - } + const result = Joi.validate(req.params, schema, { + abortEarly: false, + convert: true + }); - if (!result.value.subject && 'subject' in req.params) { - result.value.subject = ''; - } - - if (!result.value.text && 'text' in req.params) { - result.value.text = ''; - if (!result.value.html) { - // make sure we also update html part - result.value.html = ''; - } - } - - if (!result.value.html && 'html' in req.params) { - result.value.html = ''; - if (!result.value.text) { - // make sure we also update plaintext part - result.value.text = ''; - } - } - - let user = (result.value.user = new ObjectID(result.value.user)); - db.users.collection('users').updateOne({ _id: user }, { $set: { autoreply: result.value.status } }, (err, r) => { - if (err) { + if (result.error) { res.json({ - error: err.message + error: result.error.message, + code: 'InputValidationError' }); return next(); } + + // permissions check + if (req.user && req.user === result.value.user) { + req.validate(roles.can(req.role).updateOwn('autoreplies')); + } else { + req.validate(roles.can(req.role).updateAny('autoreplies')); + } + + if (!result.value.name && 'name' in req.params) { + result.value.name = ''; + } + + if (!result.value.subject && 'subject' in req.params) { + result.value.subject = ''; + } + + if (!result.value.text && 'text' in req.params) { + result.value.text = ''; + if (!result.value.html) { + // make sure we also update html part + result.value.html = ''; + } + } + + if (!result.value.html && 'html' in req.params) { + result.value.html = ''; + if (!result.value.text) { + // make sure we also update plaintext part + result.value.text = ''; + } + } + + let user = new ObjectID(result.value.user); + + let r = await db.users.collection('users').updateOne({ _id: user }, { $set: { autoreply: result.value.status } }); + if (!r.matchedCount) { res.json({ error: 'Unknown user' @@ -143,23 +150,16 @@ module.exports = (db, server) => { return next(); } - db.database.collection('autoreplies').updateOne({ user }, { $set: result.value }, { upsert: true }, (err, r) => { - if (err) { - res.json({ - error: err.message - }); - return next(); - } + r = await db.database.collection('autoreplies').updateOne({ user }, { $set: result.value }, { upsert: true }); - res.json({ - success: true, - id: r.insertedId - }); - - return next(); + res.json({ + success: true, + id: r.insertedId }); - }); - }); + + return next(); + }) + ); /** * @api {get} /users/:user/autoreply Request Autoreply information @@ -206,45 +206,48 @@ module.exports = (db, server) => { * "error": "This user does not exist" * } */ - server.get('/users/:user/autoreply', (req, res, next) => { - res.charSet('utf-8'); + server.get( + '/users/:user/autoreply', + tools.asyncifyJson(async (req, res, next) => { + res.charSet('utf-8'); - const schema = Joi.object().keys({ - user: Joi.string() - .hex() - .lowercase() - .length(24) - .required(), - sess: Joi.string().max(255), - ip: Joi.string().ip({ - version: ['ipv4', 'ipv6'], - cidr: 'forbidden' - }) - }); - - const result = Joi.validate(req.params, schema, { - abortEarly: false, - convert: true - }); - - if (result.error) { - res.json({ - error: result.error.message, - code: 'InputValidationError' + const schema = Joi.object().keys({ + user: Joi.string() + .hex() + .lowercase() + .length(24) + .required(), + sess: Joi.string().max(255), + ip: Joi.string().ip({ + version: ['ipv4', 'ipv6'], + cidr: 'forbidden' + }) }); - return next(); - } - let user = new ObjectID(result.value.user); + const result = Joi.validate(req.params, schema, { + abortEarly: false, + convert: true + }); - db.database.collection('autoreplies').findOne({ user }, (err, entry) => { - if (err) { + if (result.error) { res.json({ - error: err.message + error: result.error.message, + code: 'InputValidationError' }); return next(); } + // permissions check + if (req.user && req.user === result.value.user) { + req.validate(roles.can(req.role).readOwn('autoreplies')); + } else { + req.validate(roles.can(req.role).readAny('autoreplies')); + } + + let user = new ObjectID(result.value.user); + + let entry = await db.database.collection('autoreplies').findOne({ user }); + entry = entry || {}; res.json({ success: true, @@ -253,13 +256,13 @@ module.exports = (db, server) => { subject: entry.subject || '', text: entry.text || '', html: entry.html || '', - start: entry.start, - end: entry.end + start: entry.start || false, + end: entry.end || false }); return next(); - }); - }); + }) + ); /** * @api {delete} /users/:user/autoreply Delete Autoreply information @@ -292,59 +295,54 @@ module.exports = (db, server) => { * "error": "This user does not exist" * } */ - server.del('/users/:user/autoreply', (req, res, next) => { - res.charSet('utf-8'); + server.del( + '/users/:user/autoreply', + tools.asyncifyJson(async (req, res, next) => { + res.charSet('utf-8'); - const schema = Joi.object().keys({ - user: Joi.string() - .hex() - .lowercase() - .length(24) - .required(), - sess: Joi.string().max(255), - ip: Joi.string().ip({ - version: ['ipv4', 'ipv6'], - cidr: 'forbidden' - }) - }); - - const result = Joi.validate(req.params, schema, { - abortEarly: false, - convert: true - }); - - if (result.error) { - res.json({ - error: result.error.message, - code: 'InputValidationError' + const schema = Joi.object().keys({ + user: Joi.string() + .hex() + .lowercase() + .length(24) + .required(), + sess: Joi.string().max(255), + ip: Joi.string().ip({ + version: ['ipv4', 'ipv6'], + cidr: 'forbidden' + }) }); - return next(); - } - let user = new ObjectID(result.value.user); + const result = Joi.validate(req.params, schema, { + abortEarly: false, + convert: true + }); - db.users.collection('users').updateOne({ _id: user }, { $set: { autoreply: false } }, err => { - if (err) { + if (result.error) { res.json({ - error: err.message + error: result.error.message, + code: 'InputValidationError' }); return next(); } - db.database.collection('autoreplies').deleteOne({ user }, err => { - if (err) { - res.json({ - error: err.message - }); - return next(); - } + // permissions check + if (req.user && req.user === result.value.user) { + req.validate(roles.can(req.role).deleteOwn('autoreplies')); + } else { + req.validate(roles.can(req.role).deleteAny('autoreplies')); + } - res.json({ - success: true - }); + let user = new ObjectID(result.value.user); - return next(); + await db.users.collection('users').updateOne({ _id: user }, { $set: { autoreply: false } }); + await db.database.collection('autoreplies').deleteOne({ user }); + + res.json({ + success: true }); - }); - }); + + return next(); + }) + ); }; diff --git a/lib/api/domainaliases.js b/lib/api/domainaliases.js index cabb03bc..412c7c27 100644 --- a/lib/api/domainaliases.js +++ b/lib/api/domainaliases.js @@ -4,6 +4,7 @@ const Joi = require('../joi'); const MongoPaging = require('mongo-cursor-pagination'); const ObjectID = require('mongodb').ObjectID; const tools = require('../tools'); +const roles = require('../roles'); module.exports = (db, server) => { /** @@ -104,6 +105,9 @@ module.exports = (db, server) => { return next(); } + // permissions check + req.validate(roles.can(req.role).readAny('domainaliases')); + let query = result.value.query; let limit = result.value.limit; let page = result.value.page; @@ -229,92 +233,99 @@ module.exports = (db, server) => { * "error": "This user does not exist" * } */ - server.post('/domainaliases', (req, res, next) => { - res.charSet('utf-8'); + server.post( + '/domainaliases', + tools.asyncifyJson(async (req, res, next) => { + res.charSet('utf-8'); - const schema = Joi.object().keys({ - alias: Joi.string() - .max(255) - //.hostname() - .required(), - domain: Joi.string() - .max(255) - //.hostname() - .required(), - sess: Joi.string().max(255), - ip: Joi.string().ip({ - version: ['ipv4', 'ipv6'], - cidr: 'forbidden' - }) - }); - - const result = Joi.validate(req.params, schema, { - abortEarly: false, - convert: true - }); - - if (result.error) { - res.json({ - error: result.error.message, - code: 'InputValidationError' + const schema = Joi.object().keys({ + alias: Joi.string() + .max(255) + //.hostname() + .required(), + domain: Joi.string() + .max(255) + //.hostname() + .required(), + sess: Joi.string().max(255), + ip: Joi.string().ip({ + version: ['ipv4', 'ipv6'], + cidr: 'forbidden' + }) }); - return next(); - } - let alias = tools.normalizeDomain(req.params.alias); - let domain = tools.normalizeDomain(req.params.domain); + const result = Joi.validate(req.params, schema, { + abortEarly: false, + convert: true + }); - db.users.collection('domainaliases').findOne( - { - alias - }, - { - projection: { _id: 1 } - }, - (err, aliasData) => { - if (err) { - res.json({ - error: 'MongoDB Error: ' + err.message, - code: 'InternalDatabaseError' - }); - return next(); - } - if (aliasData) { - res.json({ - error: 'This domain alias already exists', - code: 'AliasExists' - }); - return next(); - } + if (result.error) { + res.json({ + error: result.error.message, + code: 'InputValidationError' + }); + return next(); + } - // insert alias address to email address registry - db.users.collection('domainaliases').insertOne( + // permissions check + req.validate(roles.can(req.role).createAny('domainaliases')); + + let alias = tools.normalizeDomain(req.params.alias); + let domain = tools.normalizeDomain(req.params.domain); + + let aliasData; + + try { + aliasData = await db.users.collection('domainaliases').findOne( { - alias, - domain, - created: new Date() + alias }, - (err, r) => { - if (err) { - res.json({ - error: 'MongoDB Error: ' + err.message, - code: 'InternalDatabaseError' - }); - return next(); - } - - let insertId = r.insertedId; - - res.json({ - success: !!insertId, - id: insertId - }); - return next(); + { + projection: { _id: 1 } } ); + } catch (err) { + res.json({ + error: 'MongoDB Error: ' + err.message, + code: 'InternalDatabaseError' + }); + return next(); } - ); - }); + + if (aliasData) { + res.json({ + error: 'This domain alias already exists', + code: 'AliasExists' + }); + return next(); + } + + let r; + + try { + // insert alias address to email address registry + r = await db.users.collection('domainaliases').insertOne({ + alias, + domain, + created: new Date() + }); + } catch (err) { + res.json({ + error: 'MongoDB Error: ' + err.message, + code: 'InternalDatabaseError' + }); + return next(); + } + + let insertId = r.insertedId; + + res.json({ + success: !!insertId, + id: insertId + }); + return next(); + }) + ); /** * @api {get} /domainaliases/resolve/:alias Resolve ID for a domain aias @@ -349,67 +360,74 @@ module.exports = (db, server) => { * "error": "This alias does not exist" * } */ - server.get('/domainaliases/resolve/:alias', (req, res, next) => { - res.charSet('utf-8'); + server.get( + '/domainaliases/resolve/:alias', + tools.asyncifyJson(async (req, res, next) => { + res.charSet('utf-8'); - const schema = Joi.object().keys({ - alias: Joi.string() - .max(255) - //.hostname() - .required(), - sess: Joi.string().max(255), - ip: Joi.string().ip({ - version: ['ipv4', 'ipv6'], - cidr: 'forbidden' - }) - }); - - const result = Joi.validate(req.params, schema, { - abortEarly: false, - convert: true - }); - - if (result.error) { - res.json({ - error: result.error.message, - code: 'InputValidationError' + const schema = Joi.object().keys({ + alias: Joi.string() + .max(255) + //.hostname() + .required(), + sess: Joi.string().max(255), + ip: Joi.string().ip({ + version: ['ipv4', 'ipv6'], + cidr: 'forbidden' + }) }); - return next(); - } - let alias = tools.normalizeDomain(result.value.alias); + const result = Joi.validate(req.params, schema, { + abortEarly: false, + convert: true + }); - db.users.collection('domainaliases').findOne( - { - alias - }, - { - projection: { _id: 1 } - }, - (err, aliasData) => { - if (err) { - res.json({ - error: 'MongoDB Error: ' + err.message, - code: 'InternalDatabaseError' - }); - return next(); - } - if (!aliasData) { - res.json({ - error: 'This alias does not exist', - code: 'AliasNotFound' - }); - return next(); - } + if (result.error) { res.json({ - success: true, - id: aliasData._id + error: result.error.message, + code: 'InputValidationError' }); - return next(); } - ); - }); + + // permissions check + req.validate(roles.can(req.role).readAny('domainaliases')); + + let alias = tools.normalizeDomain(result.value.alias); + + let aliasData; + try { + aliasData = await db.users.collection('domainaliases').findOne( + { + alias + }, + { + projection: { _id: 1 } + } + ); + } catch (err) { + res.json({ + error: 'MongoDB Error: ' + err.message, + code: 'InternalDatabaseError' + }); + return next(); + } + + if (!aliasData) { + res.json({ + error: 'This alias does not exist', + code: 'AliasNotFound' + }); + return next(); + } + res.json({ + success: true, + id: aliasData._id + }); + + return next(); + }) + ); /** * @api {get} /domainaliases/:alias Request Alias information @@ -450,70 +468,75 @@ module.exports = (db, server) => { * "error": "This Alias does not exist" * } */ - server.get('/domainaliases/:alias', (req, res, next) => { - res.charSet('utf-8'); + server.get( + '/domainaliases/:alias', + tools.asyncifyJson(async (req, res, next) => { + res.charSet('utf-8'); - const schema = Joi.object().keys({ - alias: Joi.string() - .hex() - .lowercase() - .length(24) - .required(), - sess: Joi.string().max(255), - ip: Joi.string().ip({ - version: ['ipv4', 'ipv6'], - cidr: 'forbidden' - }) - }); - - const result = Joi.validate(req.params, schema, { - abortEarly: false, - convert: true - }); - - if (result.error) { - res.json({ - error: result.error.message, - code: 'InputValidationError' + const schema = Joi.object().keys({ + alias: Joi.string() + .hex() + .lowercase() + .length(24) + .required(), + sess: Joi.string().max(255), + ip: Joi.string().ip({ + version: ['ipv4', 'ipv6'], + cidr: 'forbidden' + }) }); - return next(); - } - let alias = new ObjectID(result.value.alias); - - db.users.collection('domainaliases').findOne( - { - _id: alias - }, - (err, aliasData) => { - if (err) { - res.json({ - error: 'MongoDB Error: ' + err.message, - code: 'InternalDatabaseError' - }); - return next(); - } - if (!aliasData) { - res.status(404); - res.json({ - error: 'Invalid or unknown alias', - code: 'AliasNotFound' - }); - return next(); - } + const result = Joi.validate(req.params, schema, { + abortEarly: false, + convert: true + }); + if (result.error) { res.json({ - success: true, - id: aliasData._id, - alias: aliasData.alias, - domain: aliasData.domain, - created: aliasData.created + error: result.error.message, + code: 'InputValidationError' }); - return next(); } - ); - }); + + // permissions check + req.validate(roles.can(req.role).readAny('domainaliases')); + + let alias = new ObjectID(result.value.alias); + + let aliasData; + try { + aliasData = await db.users.collection('domainaliases').findOne({ + _id: alias + }); + } catch (err) { + res.json({ + error: 'MongoDB Error: ' + err.message, + code: 'InternalDatabaseError' + }); + return next(); + } + + if (!aliasData) { + res.status(404); + res.json({ + error: 'Invalid or unknown alias', + code: 'AliasNotFound' + }); + return next(); + } + + res.json({ + success: true, + id: aliasData._id, + alias: aliasData.alias, + domain: aliasData.domain, + created: aliasData.created + }); + + return next(); + }) + ); /** * @api {delete} /domainaliases/:alias Delete an Alias @@ -546,83 +569,87 @@ module.exports = (db, server) => { * "error": "Database error" * } */ - server.del('/domainaliases/:alias', (req, res, next) => { - res.charSet('utf-8'); + server.del( + '/domainaliases/:alias', + tools.asyncifyJson(async (req, res, next) => { + res.charSet('utf-8'); - const schema = Joi.object().keys({ - alias: Joi.string() - .hex() - .lowercase() - .length(24) - .required(), - sess: Joi.string().max(255), - ip: Joi.string().ip({ - version: ['ipv4', 'ipv6'], - cidr: 'forbidden' - }) - }); - - const result = Joi.validate(req.params, schema, { - abortEarly: false, - convert: true - }); - - if (result.error) { - res.json({ - error: result.error.message, - code: 'InputValidationError' + const schema = Joi.object().keys({ + alias: Joi.string() + .hex() + .lowercase() + .length(24) + .required(), + sess: Joi.string().max(255), + ip: Joi.string().ip({ + version: ['ipv4', 'ipv6'], + cidr: 'forbidden' + }) }); - return next(); - } - let alias = new ObjectID(result.value.alias); + const result = Joi.validate(req.params, schema, { + abortEarly: false, + convert: true + }); - db.users.collection('domainaliases').findOne( - { - _id: alias - }, - { - projection: { _id: 1 } - }, - (err, aliasData) => { - if (err) { - res.json({ - error: 'MongoDB Error: ' + err.message, - code: 'InternalDatabaseError' - }); - return next(); - } + if (result.error) { + res.json({ + error: result.error.message, + code: 'InputValidationError' + }); + return next(); + } - if (!aliasData) { - res.status(404); - res.json({ - error: 'Invalid or unknown email alias identifier', - code: 'AliasNotFound' - }); - return next(); - } + // permissions check + req.validate(roles.can(req.role).deleteAny('domainaliases')); - // delete address from email address registry - db.users.collection('domainaliases').deleteOne( + let alias = new ObjectID(result.value.alias); + + let aliasData; + try { + aliasData = await db.users.collection('domainaliases').findOne( { _id: alias }, - (err, r) => { - if (err) { - res.json({ - error: 'MongoDB Error: ' + err.message, - code: 'InternalDatabaseError' - }); - return next(); - } - - res.json({ - success: !!r.deletedCount - }); - return next(); + { + projection: { _id: 1 } } ); + } catch (err) { + res.json({ + error: 'MongoDB Error: ' + err.message, + code: 'InternalDatabaseError' + }); + return next(); } - ); - }); + + if (!aliasData) { + res.status(404); + res.json({ + error: 'Invalid or unknown email alias identifier', + code: 'AliasNotFound' + }); + return next(); + } + + let r; + try { + // delete address from email address registry + r = await db.users.collection('domainaliases').deleteOne({ + _id: alias + }); + } catch (err) { + res.json({ + error: 'MongoDB Error: ' + err.message, + code: 'InternalDatabaseError' + }); + return next(); + } + + res.json({ + success: !!r.deletedCount + }); + return next(); + }) + ); }; diff --git a/lib/api/filters.js b/lib/api/filters.js index 133376a0..2b058a88 100644 --- a/lib/api/filters.js +++ b/lib/api/filters.js @@ -3,6 +3,8 @@ const Joi = require('joi'); const ObjectID = require('mongodb').ObjectID; const urllib = require('url'); +const tools = require('../tools'); +const roles = require('../roles'); module.exports = (db, server) => { /** @@ -61,125 +63,138 @@ module.exports = (db, server) => { * "error": "This user does not exist" * } */ - server.get('/users/:user/filters', (req, res, next) => { - res.charSet('utf-8'); + server.get( + '/users/:user/filters', + tools.asyncifyJson(async (req, res, next) => { + res.charSet('utf-8'); - const schema = Joi.object().keys({ - user: Joi.string() - .hex() - .lowercase() - .length(24) - .required(), - sess: Joi.string().max(255), - ip: Joi.string().ip({ - version: ['ipv4', 'ipv6'], - cidr: 'forbidden' - }) - }); - - const result = Joi.validate(req.params, schema, { - abortEarly: false, - convert: true - }); - - if (result.error) { - res.json({ - error: result.error.message, - code: 'InputValidationError' + const schema = Joi.object().keys({ + user: Joi.string() + .hex() + .lowercase() + .length(24) + .required(), + sess: Joi.string().max(255), + ip: Joi.string().ip({ + version: ['ipv4', 'ipv6'], + cidr: 'forbidden' + }) }); - return next(); - } - let user = new ObjectID(result.value.user); + const result = Joi.validate(req.params, schema, { + abortEarly: false, + convert: true + }); - db.users.collection('users').findOne( - { - _id: user - }, - { - projection: { - address: true - } - }, - (err, userData) => { - if (err) { - res.json({ - error: 'MongoDB Error: ' + err.message, - code: 'InternalDatabaseError' - }); - return next(); - } - if (!userData) { - res.json({ - error: 'This user does not exist', - code: 'UserNotFound' - }); - return next(); - } + if (result.error) { + res.json({ + error: result.error.message, + code: 'InputValidationError' + }); + return next(); + } - db.database + // permissions check + if (req.user && req.user === result.value.user) { + req.validate(roles.can(req.role).readOwn('filters')); + } else { + req.validate(roles.can(req.role).readAny('filters')); + } + + let user = new ObjectID(result.value.user); + + let userData; + try { + userData = await db.users.collection('users').findOne( + { + _id: user + }, + { + projection: { + address: true + } + } + ); + } catch (err) { + res.json({ + error: 'MongoDB Error: ' + err.message, + code: 'InternalDatabaseError' + }); + return next(); + } + + if (!userData) { + res.json({ + error: 'This user does not exist', + code: 'UserNotFound' + }); + return next(); + } + + let mailboxes; + try { + mailboxes = await db.database .collection('mailboxes') .find({ user }) .project({ _id: 1, path: 1 }) .sort({ _id: 1 }) - .toArray((err, mailboxes) => { - if (err) { - res.json({ - error: 'MongoDB Error: ' + err.message, - code: 'InternalDatabaseError' - }); - return next(); - } - - if (!mailboxes) { - mailboxes = []; - } - - db.database - .collection('filters') - .find({ - user - }) - .sort({ - _id: 1 - }) - .toArray((err, filters) => { - if (err) { - res.json({ - error: 'MongoDB Error: ' + err.message, - code: 'InternalDatabaseError' - }); - return next(); - } - - if (!filters) { - filters = []; - } - - res.json({ - success: true, - - results: filters.map(filterData => { - let descriptions = getFilterStrings(filterData, mailboxes); - return { - id: filterData._id, - name: filterData.name, - query: descriptions.query, - action: descriptions.action, - disabled: !!filterData.disabled, - created: filterData.created - }; - }) - }); - - return next(); - }); - }); + .toArray(); + } catch (err) { + res.json({ + error: 'MongoDB Error: ' + err.message, + code: 'InternalDatabaseError' + }); + return next(); } - ); - }); + + if (!mailboxes) { + mailboxes = []; + } + + let filters; + try { + filters = await db.database + .collection('filters') + .find({ + user + }) + .sort({ + _id: 1 + }) + .toArray(); + } catch (err) { + res.json({ + error: 'MongoDB Error: ' + err.message, + code: 'InternalDatabaseError' + }); + return next(); + } + + if (!filters) { + filters = []; + } + + res.json({ + success: true, + + results: filters.map(filterData => { + let descriptions = getFilterStrings(filterData, mailboxes); + return { + id: filterData._id, + name: filterData.name, + query: descriptions.query, + action: descriptions.action, + disabled: !!filterData.disabled, + created: filterData.created + }; + }) + }); + + return next(); + }) + ); /** * @api {get} /users/:user/filters/:filter Request Filter information @@ -239,117 +254,128 @@ module.exports = (db, server) => { * "error": "This filter does not exist" * } */ - server.get('/users/:user/filters/:filter', (req, res, next) => { - res.charSet('utf-8'); + server.get( + '/users/:user/filters/:filter', + tools.asyncifyJson(async (req, res, next) => { + res.charSet('utf-8'); - const schema = Joi.object().keys({ - user: Joi.string() - .hex() - .lowercase() - .length(24) - .required(), - filter: Joi.string() - .hex() - .lowercase() - .length(24) - .required(), - sess: Joi.string().max(255), - ip: Joi.string().ip({ - version: ['ipv4', 'ipv6'], - cidr: 'forbidden' - }) - }); - - const result = Joi.validate(req.params, schema, { - abortEarly: false, - convert: true - }); - - if (result.error) { - res.json({ - error: result.error.message, - code: 'InputValidationError' + const schema = Joi.object().keys({ + user: Joi.string() + .hex() + .lowercase() + .length(24) + .required(), + filter: Joi.string() + .hex() + .lowercase() + .length(24) + .required(), + sess: Joi.string().max(255), + ip: Joi.string().ip({ + version: ['ipv4', 'ipv6'], + cidr: 'forbidden' + }) }); - return next(); - } - let user = new ObjectID(result.value.user); - let filter = new ObjectID(result.value.filter); + const result = Joi.validate(req.params, schema, { + abortEarly: false, + convert: true + }); - db.database.collection('filters').findOne( - { - _id: filter, - user - }, - (err, filterData) => { - if (err) { - res.json({ - error: 'MongoDB Error: ' + err.message, - code: 'InternalDatabaseError' - }); - return next(); - } - if (!filterData) { - res.json({ - error: 'This filter does not exist' - }); - return next(); - } + if (result.error) { + res.json({ + error: result.error.message, + code: 'InputValidationError' + }); + return next(); + } - db.database + // permissions check + if (req.user && req.user === result.value.user) { + req.validate(roles.can(req.role).readOwn('filters')); + } else { + req.validate(roles.can(req.role).readAny('filters')); + } + + let user = new ObjectID(result.value.user); + let filter = new ObjectID(result.value.filter); + + let filterData; + try { + filterData = await db.database.collection('filters').findOne({ + _id: filter, + user + }); + } catch (err) { + res.json({ + error: 'MongoDB Error: ' + err.message, + code: 'InternalDatabaseError' + }); + return next(); + } + + if (!filterData) { + res.json({ + error: 'This filter does not exist', + code: 'FilterNotFound' + }); + return next(); + } + + let mailboxes; + try { + mailboxes = await db.database .collection('mailboxes') .find({ user }) .project({ _id: 1, path: 1 }) .sort({ _id: 1 }) - .toArray((err, mailboxes) => { - if (err) { - res.json({ - error: 'MongoDB Error: ' + err.message, - code: 'InternalDatabaseError' - }); - return next(); - } - - if (!mailboxes) { - mailboxes = []; - } - - let result = { - success: true, - id: filterData._id, - name: filterData.name, - query: {}, - action: {}, - disabled: !!filterData.disabled, - created: filterData.created - }; - - Object.keys((filterData.query && filterData.query.headers) || {}).forEach(key => { - result.query[key] = filterData.query.headers[key]; - }); - - Object.keys(filterData.query || {}).forEach(key => { - if (key !== 'headers') { - result.query[key] = filterData.query[key]; - } - }); - - Object.keys(filterData.action || {}).forEach(key => { - if (key === 'targets') { - result.action.targets = filterData.action.targets.map(target => target.value); - } - result.action[key] = filterData.action[key]; - }); - - res.json(result); - - return next(); - }); + .toArray(); + } catch (err) { + res.json({ + error: 'MongoDB Error: ' + err.message, + code: 'InternalDatabaseError' + }); + return next(); } - ); - }); + + if (!mailboxes) { + mailboxes = []; + } + + let response = { + success: true, + id: filterData._id, + name: filterData.name, + query: {}, + action: {}, + disabled: !!filterData.disabled, + created: filterData.created + }; + + Object.keys((filterData.query && filterData.query.headers) || {}).forEach(key => { + response.query[key] = filterData.query.headers[key]; + }); + + Object.keys(filterData.query || {}).forEach(key => { + if (key !== 'headers') { + response.query[key] = filterData.query[key]; + } + }); + + Object.keys(filterData.action || {}).forEach(key => { + if (key === 'targets') { + response.action.targets = filterData.action.targets.map(target => target.value); + } + response.action[key] = filterData.action[key]; + }); + + res.json(response); + + return next(); + }) + ); /** * @api {delete} /users/:user/filters/:filter Delete a Filter @@ -383,72 +409,81 @@ module.exports = (db, server) => { * "error": "This filter does not exist" * } */ - server.del('/users/:user/filters/:filter', (req, res, next) => { - res.charSet('utf-8'); + server.del( + '/users/:user/filters/:filter', + tools.asyncifyJson(async (req, res, next) => { + res.charSet('utf-8'); - const schema = Joi.object().keys({ - user: Joi.string() - .hex() - .lowercase() - .length(24) - .required(), - filter: Joi.string() - .hex() - .lowercase() - .length(24) - .required(), - sess: Joi.string().max(255), - ip: Joi.string().ip({ - version: ['ipv4', 'ipv6'], - cidr: 'forbidden' - }) - }); - - const result = Joi.validate(req.params, schema, { - abortEarly: false, - convert: true - }); - - if (result.error) { - res.json({ - error: result.error.message, - code: 'InputValidationError' + const schema = Joi.object().keys({ + user: Joi.string() + .hex() + .lowercase() + .length(24) + .required(), + filter: Joi.string() + .hex() + .lowercase() + .length(24) + .required(), + sess: Joi.string().max(255), + ip: Joi.string().ip({ + version: ['ipv4', 'ipv6'], + cidr: 'forbidden' + }) }); - return next(); - } - let user = new ObjectID(result.value.user); - let filter = new ObjectID(result.value.filter); - - db.database.collection('filters').deleteOne( - { - _id: filter, - user - }, - (err, r) => { - if (err) { - res.json({ - error: 'MongoDB Error: ' + err.message, - code: 'InternalDatabaseError' - }); - return next(); - } - - if (!r.deletedCount) { - res.status(404); - res.json({ - error: 'Filter was not found' - }); - return next(); - } + const result = Joi.validate(req.params, schema, { + abortEarly: false, + convert: true + }); + if (result.error) { res.json({ - success: true + error: result.error.message, + code: 'InputValidationError' }); return next(); } - ); - }); + + // permissions check + if (req.user && req.user === result.value.user) { + req.validate(roles.can(req.role).deleteOwn('filters')); + } else { + req.validate(roles.can(req.role).deleteAny('filters')); + } + + let user = new ObjectID(result.value.user); + let filter = new ObjectID(result.value.filter); + + let r; + + try { + r = await db.database.collection('filters').deleteOne({ + _id: filter, + user + }); + } catch (err) { + res.json({ + error: 'MongoDB Error: ' + err.message, + code: 'InternalDatabaseError' + }); + return next(); + } + + if (!r.deletedCount) { + res.status(404); + res.json({ + error: 'Filter was not found' + }); + return next(); + } + + res.json({ + success: true + }); + return next(); + }) + ); /** * @api {post} /users/:user/filters Create new Filter @@ -508,257 +543,265 @@ module.exports = (db, server) => { * "error": "Empty filter query" * } */ - server.post('/users/:user/filters', (req, res, next) => { - res.charSet('utf-8'); + server.post( + '/users/:user/filters', + tools.asyncifyJson(async (req, res, next) => { + res.charSet('utf-8'); - const schema = Joi.object().keys({ - user: Joi.string() - .hex() - .lowercase() - .length(24) - .required(), + const schema = Joi.object().keys({ + user: Joi.string() + .hex() + .lowercase() + .length(24) + .required(), - name: Joi.string() - .trim() - .max(255) - .empty(''), + name: Joi.string() + .trim() + .max(255) + .empty(''), - query: Joi.object() - .keys({ - from: Joi.string() - .trim() - .max(255) - .empty(''), - to: Joi.string() - .trim() - .max(255) - .empty(''), - subject: Joi.string() - .trim() - .max(255) - .empty(''), - text: Joi.string() - .trim() - .max(255) - .empty(''), - ha: Joi.boolean() - .truthy(['Y', 'true', 'yes', 'on', '1', 1]) - .falsy(['N', 'false', 'no', 'off', '0', 0, '']) - .empty(''), - size: Joi.number().empty('') + query: Joi.object() + .keys({ + from: Joi.string() + .trim() + .max(255) + .empty(''), + to: Joi.string() + .trim() + .max(255) + .empty(''), + subject: Joi.string() + .trim() + .max(255) + .empty(''), + text: Joi.string() + .trim() + .max(255) + .empty(''), + ha: Joi.boolean() + .truthy(['Y', 'true', 'yes', 'on', '1', 1]) + .falsy(['N', 'false', 'no', 'off', '0', 0, '']) + .empty(''), + size: Joi.number().empty('') + }) + .default({}), + action: Joi.object() + .keys({ + seen: Joi.boolean() + .truthy(['Y', 'true', 'yes', 'on', '1', 1]) + .falsy(['N', 'false', 'no', 'off', '0', 0, '']) + .empty(''), + flag: Joi.boolean() + .truthy(['Y', 'true', 'yes', 'on', '1', 1]) + .falsy(['N', 'false', 'no', 'off', '0', 0, '']) + .empty(''), + delete: Joi.boolean() + .truthy(['Y', 'true', 'yes', 'on', '1', 1]) + .falsy(['N', 'false', 'no', 'off', '0', 0, '']) + .empty(''), + spam: Joi.boolean() + .truthy(['Y', 'true', 'yes', 'on', '1', 1]) + .falsy(['N', 'false', 'no', 'off', '0', 0, '']) + .empty(''), + mailbox: Joi.string() + .hex() + .lowercase() + .length(24) + .empty(''), + targets: Joi.array() + .items( + Joi.string().email(), + Joi.string().uri({ + scheme: [/smtps?/, /https?/], + allowRelative: false, + relativeOnly: false + }) + ) + .empty('') + }) + .default({}), + + disabled: Joi.boolean() + .truthy(['Y', 'true', 'yes', 'on', '1', 1]) + .falsy(['N', 'false', 'no', 'off', '0', 0, '']) + .default(false), + + sess: Joi.string().max(255), + ip: Joi.string().ip({ + version: ['ipv4', 'ipv6'], + cidr: 'forbidden' }) - .default({}), - action: Joi.object() - .keys({ - seen: Joi.boolean() - .truthy(['Y', 'true', 'yes', 'on', '1', 1]) - .falsy(['N', 'false', 'no', 'off', '0', 0, '']) - .empty(''), - flag: Joi.boolean() - .truthy(['Y', 'true', 'yes', 'on', '1', 1]) - .falsy(['N', 'false', 'no', 'off', '0', 0, '']) - .empty(''), - delete: Joi.boolean() - .truthy(['Y', 'true', 'yes', 'on', '1', 1]) - .falsy(['N', 'false', 'no', 'off', '0', 0, '']) - .empty(''), - spam: Joi.boolean() - .truthy(['Y', 'true', 'yes', 'on', '1', 1]) - .falsy(['N', 'false', 'no', 'off', '0', 0, '']) - .empty(''), - mailbox: Joi.string() - .hex() - .lowercase() - .length(24) - .empty(''), - targets: Joi.array() - .items( - Joi.string().email(), - Joi.string().uri({ - scheme: [/smtps?/, /https?/], - allowRelative: false, - relativeOnly: false - }) - ) - .empty('') - }) - .default({}), - - disabled: Joi.boolean() - .truthy(['Y', 'true', 'yes', 'on', '1', 1]) - .falsy(['N', 'false', 'no', 'off', '0', 0, '']) - .default(false), - - sess: Joi.string().max(255), - ip: Joi.string().ip({ - version: ['ipv4', 'ipv6'], - cidr: 'forbidden' - }) - }); - - const result = Joi.validate(req.params, schema, { - abortEarly: false, - convert: true - }); - - if (result.error) { - res.json({ - error: result.error.message, - code: 'InputValidationError' }); - return next(); - } - let user = new ObjectID(result.value.user); - let filterData = { - _id: new ObjectID(), - user, - query: { - headers: {} - }, - action: {}, - disabled: result.value.disabled, - created: new Date() - }; + const result = Joi.validate(req.params, schema, { + abortEarly: false, + convert: true + }); - if (result.value.name) { - filterData.name = result.value.name; - } - - ['from', 'to', 'subject'].forEach(key => { - if (result.value.query[key]) { - filterData.query.headers[key] = result.value.query[key].replace(/\s+/g, ' '); + if (result.error) { + res.json({ + error: result.error.message, + code: 'InputValidationError' + }); + return next(); } - }); - if (result.value.query.text) { - filterData.query.text = result.value.query.text.replace(/\s+/g, ' '); - } - - if (typeof result.value.query.ha === 'boolean') { - filterData.query.ha = result.value.query.ha; - } - - if (result.value.query.size) { - filterData.query.size = result.value.query.size; - } - - ['seen', 'flag', 'delete', 'spam'].forEach(key => { - if (typeof result.value.action[key] === 'boolean') { - filterData.action[key] = result.value.action[key]; + // permissions check + if (req.user && req.user === result.value.user) { + req.validate(roles.can(req.role).createOwn('filters')); + } else { + req.validate(roles.can(req.role).createAny('filters')); } - }); - let targets = result.value.action.targets; + let user = new ObjectID(result.value.user); + let filterData = { + _id: new ObjectID(), + user, + query: { + headers: {} + }, + action: {}, + disabled: result.value.disabled, + created: new Date() + }; - if (targets) { - for (let i = 0, len = targets.length; i < len; i++) { - let target = targets[i]; - if (!/^smtps?:/i.test(target) && !/^https?:/i.test(target) && target.indexOf('@') >= 0) { - // email - targets[i] = { - id: new ObjectID(), - type: 'mail', - value: target - }; - } else if (/^smtps?:/i.test(target)) { - targets[i] = { - id: new ObjectID(), - type: 'relay', - value: target - }; - } else if (/^https?:/i.test(target)) { - targets[i] = { - id: new ObjectID(), - type: 'http', - value: target - }; - } else { + if (result.value.name) { + filterData.name = result.value.name; + } + + ['from', 'to', 'subject'].forEach(key => { + if (result.value.query[key]) { + filterData.query.headers[key] = result.value.query[key].replace(/\s+/g, ' '); + } + }); + + if (result.value.query.text) { + filterData.query.text = result.value.query.text.replace(/\s+/g, ' '); + } + + if (typeof result.value.query.ha === 'boolean') { + filterData.query.ha = result.value.query.ha; + } + + if (result.value.query.size) { + filterData.query.size = result.value.query.size; + } + + ['seen', 'flag', 'delete', 'spam'].forEach(key => { + if (typeof result.value.action[key] === 'boolean') { + filterData.action[key] = result.value.action[key]; + } + }); + + let targets = result.value.action.targets; + + if (targets) { + for (let i = 0, len = targets.length; i < len; i++) { + let target = targets[i]; + if (!/^smtps?:/i.test(target) && !/^https?:/i.test(target) && target.indexOf('@') >= 0) { + // email + targets[i] = { + id: new ObjectID(), + type: 'mail', + value: target + }; + } else if (/^smtps?:/i.test(target)) { + targets[i] = { + id: new ObjectID(), + type: 'relay', + value: target + }; + } else if (/^https?:/i.test(target)) { + targets[i] = { + id: new ObjectID(), + type: 'http', + value: target + }; + } else { + res.json({ + error: 'Unknown target type "' + target + '"', + code: 'InputValidationError' + }); + return next(); + } + } + + filterData.action.targets = targets; + } + + if (result.value.action.mailbox) { + let mailboxData; + try { + mailboxData = await db.database.collection('mailboxes').findOne({ + _id: new ObjectID(result.value.action.mailbox), + user + }); + } catch (err) { res.json({ - error: 'Unknown target type "' + target + '"', - code: 'InputValidationError' + error: 'MongoDB Error: ' + err.message, + code: 'InternalDatabaseError' }); return next(); } - } - filterData.action.targets = targets; - } - - let checkFilterMailbox = done => { - if (!result.value.action.mailbox) { - return done(); - } - db.database.collection('mailboxes').findOne( - { - _id: new ObjectID(result.value.action.mailbox), - user - }, - (err, mailboxData) => { - if (err) { - res.json({ - error: 'MongoDB Error: ' + err.message, - code: 'InternalDatabaseError' - }); - return next(); - } - if (!mailboxData) { - res.json({ - error: 'This mailbox does not exist' - }); - return next(); - } - filterData.action.mailbox = mailboxData._id; - done(); - } - ); - }; - - checkFilterMailbox(() => { - db.users.collection('users').findOne( - { - _id: user - }, - { - projection: { - address: true - } - }, - (err, userData) => { - if (err) { - res.json({ - error: 'MongoDB Error: ' + err.message, - code: 'InternalDatabaseError' - }); - return next(); - } - if (!userData) { - res.json({ - error: 'This user does not exist', - code: 'UserNotFound' - }); - return next(); - } - - db.database.collection('filters').insertOne(filterData, (err, r) => { - if (err) { - res.json({ - error: 'MongoDB Error: ' + err.message, - code: 'InternalDatabaseError' - }); - return next(); - } - - res.json({ - success: !!r.insertedCount, - id: filterData._id - }); - return next(); + if (!mailboxData) { + res.json({ + error: 'This mailbox does not exist', + code: 'NoSuchMailbox' }); + return next(); } - ); - }); - }); + + filterData.action.mailbox = mailboxData._id; + } + + let userData; + try { + userData = await db.users.collection('users').findOne( + { + _id: user + }, + { + projection: { + _id: true + } + } + ); + } catch (err) { + res.json({ + error: 'MongoDB Error: ' + err.message, + code: 'InternalDatabaseError' + }); + return next(); + } + + if (!userData) { + res.json({ + error: 'This user does not exist', + code: 'UserNotFound' + }); + return next(); + } + + let r; + try { + r = await db.database.collection('filters').insertOne(filterData); + } catch (err) { + res.json({ + error: 'MongoDB Error: ' + err.message, + code: 'InternalDatabaseError' + }); + return next(); + } + + res.json({ + success: !!r.insertedCount, + id: filterData._id + }); + + return next(); + }) + ); /** * @api {put} /users/:user/filters/:filter Update Filter information @@ -817,254 +860,259 @@ module.exports = (db, server) => { * "error": "Empty filter query" * } */ - server.put('/users/:user/filters/:filter', (req, res, next) => { - res.charSet('utf-8'); + server.put( + '/users/:user/filters/:filter', + tools.asyncifyJson(async (req, res, next) => { + res.charSet('utf-8'); - const schema = Joi.object().keys({ - user: Joi.string() - .hex() - .lowercase() - .length(24) - .required(), - filter: Joi.string() - .hex() - .lowercase() - .length(24) - .required(), + const schema = Joi.object().keys({ + user: Joi.string() + .hex() + .lowercase() + .length(24) + .required(), + filter: Joi.string() + .hex() + .lowercase() + .length(24) + .required(), - name: Joi.string() - .trim() - .max(255) - .empty(''), + name: Joi.string() + .trim() + .max(255) + .empty(''), - query: Joi.object() - .keys({ - from: Joi.string() - .trim() - .max(255) - .empty(''), - to: Joi.string() - .trim() - .max(255) - .empty(''), - subject: Joi.string() - .trim() - .max(255) - .empty(''), - text: Joi.string() - .trim() - .max(255) - .empty(''), - ha: Joi.boolean() - .truthy(['Y', 'true', 'yes', 'on', '1', 1]) - .falsy(['N', 'false', 'no', 'off', '0', 0, '']) - .empty(''), - size: Joi.number().empty('') + query: Joi.object() + .keys({ + from: Joi.string() + .trim() + .max(255) + .empty(''), + to: Joi.string() + .trim() + .max(255) + .empty(''), + subject: Joi.string() + .trim() + .max(255) + .empty(''), + text: Joi.string() + .trim() + .max(255) + .empty(''), + ha: Joi.boolean() + .truthy(['Y', 'true', 'yes', 'on', '1', 1]) + .falsy(['N', 'false', 'no', 'off', '0', 0, '']) + .empty(''), + size: Joi.number().empty('') + }) + .default({}), + action: Joi.object() + .keys({ + seen: Joi.boolean() + .truthy(['Y', 'true', 'yes', 'on', '1', 1]) + .falsy(['N', 'false', 'no', 'off', '0', 0, '']) + .empty(''), + flag: Joi.boolean() + .truthy(['Y', 'true', 'yes', 'on', '1', 1]) + .falsy(['N', 'false', 'no', 'off', '0', 0, '']) + .empty(''), + delete: Joi.boolean() + .truthy(['Y', 'true', 'yes', 'on', '1', 1]) + .falsy(['N', 'false', 'no', 'off', '0', 0, '']) + .empty(''), + spam: Joi.boolean() + .truthy(['Y', 'true', 'yes', 'on', '1', 1]) + .falsy(['N', 'false', 'no', 'off', '0', 0, '']) + .empty(''), + mailbox: Joi.string() + .hex() + .lowercase() + .length(24) + .empty(''), + targets: Joi.array() + .items( + Joi.string().email(), + Joi.string().uri({ + scheme: [/smtps?/, /https?/], + allowRelative: false, + relativeOnly: false + }) + ) + .empty('') + }) + .default({}), + + disabled: Joi.boolean() + .truthy(['Y', 'true', 'yes', 'on', '1', 1]) + .falsy(['N', 'false', 'no', 'off', '0', 0, '']) + .empty(''), + + sess: Joi.string().max(255), + ip: Joi.string().ip({ + version: ['ipv4', 'ipv6'], + cidr: 'forbidden' }) - .default({}), - action: Joi.object() - .keys({ - seen: Joi.boolean() - .truthy(['Y', 'true', 'yes', 'on', '1', 1]) - .falsy(['N', 'false', 'no', 'off', '0', 0, '']) - .empty(''), - flag: Joi.boolean() - .truthy(['Y', 'true', 'yes', 'on', '1', 1]) - .falsy(['N', 'false', 'no', 'off', '0', 0, '']) - .empty(''), - delete: Joi.boolean() - .truthy(['Y', 'true', 'yes', 'on', '1', 1]) - .falsy(['N', 'false', 'no', 'off', '0', 0, '']) - .empty(''), - spam: Joi.boolean() - .truthy(['Y', 'true', 'yes', 'on', '1', 1]) - .falsy(['N', 'false', 'no', 'off', '0', 0, '']) - .empty(''), - mailbox: Joi.string() - .hex() - .lowercase() - .length(24) - .empty(''), - targets: Joi.array() - .items( - Joi.string().email(), - Joi.string().uri({ - scheme: [/smtps?/, /https?/], - allowRelative: false, - relativeOnly: false - }) - ) - .empty('') - }) - .default({}), - - disabled: Joi.boolean() - .truthy(['Y', 'true', 'yes', 'on', '1', 1]) - .falsy(['N', 'false', 'no', 'off', '0', 0, '']) - .empty(''), - - sess: Joi.string().max(255), - ip: Joi.string().ip({ - version: ['ipv4', 'ipv6'], - cidr: 'forbidden' - }) - }); - - const result = Joi.validate(req.params, schema, { - abortEarly: false, - convert: true - }); - - if (result.error) { - res.json({ - error: result.error.message, - code: 'InputValidationError' }); - return next(); - } - let user = new ObjectID(result.value.user); - let filter = new ObjectID(result.value.filter); + const result = Joi.validate(req.params, schema, { + abortEarly: false, + convert: true + }); - let $set = {}; - let $unset = {}; - - let hasChanges = false; - - if (result.value.name) { - $set.name = result.value.name; - hasChanges = true; - } - - if (typeof result.value.disabled === 'boolean') { - $set.disabled = result.value.disabled; - hasChanges = true; - } - - ['from', 'to', 'subject'].forEach(key => { - if (result.value.query[key]) { - $set['query.headers.' + key] = result.value.query[key].replace(/\s+/g, ' '); - hasChanges = true; - } else if (key in req.params.query) { - // delete empty values - $unset['query.headers.' + key] = true; - hasChanges = true; - } - }); - - if (result.value.query.text) { - $set['query.text'] = result.value.query.text.replace(/\s+/g, ' '); - hasChanges = true; - } else if ('text' in req.params.query) { - $unset['query.text'] = true; - hasChanges = true; - } - - if (typeof result.value.query.ha === 'boolean') { - $set['query.ha'] = result.value.query.ha; - hasChanges = true; - } else if ('ha' in req.params.query) { - $unset['query.ha'] = true; - hasChanges = true; - } - - if (result.value.query.size) { - $set['query.size'] = result.value.query.size; - hasChanges = true; - } else if ('size' in req.params.query) { - $unset['query.size'] = true; - hasChanges = true; - } - - ['seen', 'flag', 'delete', 'spam'].forEach(key => { - if (typeof result.value.action[key] === 'boolean') { - $set['action.' + key] = result.value.action[key]; - hasChanges = true; - } else if (key in req.params.action) { - $unset['action.' + key] = true; - hasChanges = true; - } - }); - - let targets = result.value.action.targets; - - if (targets) { - for (let i = 0, len = targets.length; i < len; i++) { - let target = targets[i]; - if (!/^smtps?:/i.test(target) && !/^https?:/i.test(target) && target.indexOf('@') >= 0) { - // email - targets[i] = { - id: new ObjectID(), - type: 'mail', - value: target - }; - } else if (/^smtps?:/i.test(target)) { - targets[i] = { - id: new ObjectID(), - type: 'relay', - value: target - }; - } else if (/^https?:/i.test(target)) { - targets[i] = { - id: new ObjectID(), - type: 'http', - value: target - }; - } else { - res.json({ - error: 'Unknown target type "' + target + '"', - code: 'InputValidationError' - }); - return next(); - } + if (result.error) { + res.json({ + error: result.error.message, + code: 'InputValidationError' + }); + return next(); } - $set['action.targets'] = targets; - hasChanges = true; - } else if ('targets' in req.params.action) { - $unset['action.targets'] = true; - hasChanges = true; - } - - let checkFilterMailbox = done => { - if (!result.value.action) { - return done(); + // permissions check + if (req.user && req.user === result.value.user) { + req.validate(roles.can(req.role).updateOwn('filters')); + } else { + req.validate(roles.can(req.role).updateAny('filters')); } - if (!result.value.action.mailbox) { - if ('mailbox' in req.params.action) { - $unset['action.mailbox'] = true; + let user = new ObjectID(result.value.user); + let filter = new ObjectID(result.value.filter); + + let $set = {}; + let $unset = {}; + + let hasChanges = false; + + if (result.value.name) { + $set.name = result.value.name; + hasChanges = true; + } + + if (typeof result.value.disabled === 'boolean') { + $set.disabled = result.value.disabled; + hasChanges = true; + } + + ['from', 'to', 'subject'].forEach(key => { + if (result.value.query[key]) { + $set['query.headers.' + key] = result.value.query[key].replace(/\s+/g, ' '); + hasChanges = true; + } else if (key in req.params.query) { + // delete empty values + $unset['query.headers.' + key] = true; hasChanges = true; } - return done(); + }); + + if (result.value.query.text) { + $set['query.text'] = result.value.query.text.replace(/\s+/g, ' '); + hasChanges = true; + } else if ('text' in req.params.query) { + $unset['query.text'] = true; + hasChanges = true; } - db.database.collection('mailboxes').findOne( - { - _id: new ObjectID(result.value.action.mailbox), - user - }, - (err, mailboxData) => { - if (err) { + + if (typeof result.value.query.ha === 'boolean') { + $set['query.ha'] = result.value.query.ha; + hasChanges = true; + } else if ('ha' in req.params.query) { + $unset['query.ha'] = true; + hasChanges = true; + } + + if (result.value.query.size) { + $set['query.size'] = result.value.query.size; + hasChanges = true; + } else if ('size' in req.params.query) { + $unset['query.size'] = true; + hasChanges = true; + } + + ['seen', 'flag', 'delete', 'spam'].forEach(key => { + if (typeof result.value.action[key] === 'boolean') { + $set['action.' + key] = result.value.action[key]; + hasChanges = true; + } else if (key in req.params.action) { + $unset['action.' + key] = true; + hasChanges = true; + } + }); + + let targets = result.value.action.targets; + + if (targets) { + for (let i = 0, len = targets.length; i < len; i++) { + let target = targets[i]; + if (!/^smtps?:/i.test(target) && !/^https?:/i.test(target) && target.indexOf('@') >= 0) { + // email + targets[i] = { + id: new ObjectID(), + type: 'mail', + value: target + }; + } else if (/^smtps?:/i.test(target)) { + targets[i] = { + id: new ObjectID(), + type: 'relay', + value: target + }; + } else if (/^https?:/i.test(target)) { + targets[i] = { + id: new ObjectID(), + type: 'http', + value: target + }; + } else { + res.json({ + error: 'Unknown target type "' + target + '"', + code: 'InputValidationError' + }); + return next(); + } + } + + $set['action.targets'] = targets; + hasChanges = true; + } else if ('targets' in req.params.action) { + $unset['action.targets'] = true; + hasChanges = true; + } + + if (result.value.action) { + if (!result.value.action.mailbox) { + if ('mailbox' in req.params.action) { + // clear target mailbox + $unset['action.mailbox'] = true; + hasChanges = true; + } + } else { + let mailboxData; + try { + mailboxData = await db.database.collection('mailboxes').findOne({ + _id: new ObjectID(result.value.action.mailbox), + user + }); + } catch (err) { res.json({ error: 'MongoDB Error: ' + err.message, code: 'InternalDatabaseError' }); return next(); } + if (!mailboxData) { res.json({ - error: 'This mailbox does not exist' + error: 'This mailbox does not exist', + code: 'NoSuchMailbox' }); return next(); } + $set['action.mailbox'] = mailboxData._id; hasChanges = true; - done(); } - ); - }; + } - checkFilterMailbox(() => { if (!hasChanges) { res.json({ error: 'No changes' @@ -1082,30 +1130,31 @@ module.exports = (db, server) => { update.$unset = $unset; } - db.database.collection('filters').findOneAndUpdate({ _id: filter, user }, update, (err, r) => { - if (err) { - res.json({ - error: 'MongoDB Error: ' + err.message, - code: 'InternalDatabaseError' - }); - return next(); - } - - if (!r || !r.value || !r.value._id) { - res.status(404); - res.json({ - error: 'Filter was not found' - }); - return next(); - } - + let r; + try { + r = await db.database.collection('filters').findOneAndUpdate({ _id: filter, user }, update); + } catch (err) { res.json({ - success: true + error: 'MongoDB Error: ' + err.message, + code: 'InternalDatabaseError' }); return next(); + } + + if (!r || !r.value || !r.value._id) { + res.json({ + error: 'Filter was not found', + code: 'FilterNotFound' + }); + return next(); + } + + res.json({ + success: true }); - }); - }); + return next(); + }) + ); }; function getFilterStrings(filter, mailboxes) { diff --git a/lib/api/mailboxes.js b/lib/api/mailboxes.js index e0075358..ec3fb04a 100644 --- a/lib/api/mailboxes.js +++ b/lib/api/mailboxes.js @@ -85,7 +85,7 @@ module.exports = (db, server, mailboxHandler) => { * @apiErrorExample {json} Error-Response: * HTTP/1.1 200 OK * { - * "error": "This mailbox does not exist" + * "error": "Database error" * } */ server.get( diff --git a/lib/api/messages.js b/lib/api/messages.js index e5d47e00..62736ca1 100644 --- a/lib/api/messages.js +++ b/lib/api/messages.js @@ -25,11 +25,16 @@ module.exports = (db, server, messageHandler) => { gfs: config.sender.gfs }); + const putMessage = util.promisify(messageHandler.put.bind(messageHandler)); const updateMessage = util.promisify(messageHandler.update.bind(messageHandler)); const deleteMessage = util.promisify(messageHandler.del.bind(messageHandler)); + const encryptMessage = util.promisify(messageHandler.encryptMessage.bind(messageHandler)); const getAttachmentData = util.promisify(messageHandler.attachmentStorage.get.bind(messageHandler.attachmentStorage)); + const getMailboxCounter = util.promisify(tools.getMailboxCounter); + const asyncForward = util.promisify(forward); + const addMessage = util.promisify((...args) => { let callback = args.pop(); messageHandler.add(...args, (err, status, data) => { @@ -414,7 +419,8 @@ module.exports = (db, server, messageHandler) => { if (!mailboxData) { res.json({ - error: 'This mailbox does not exist' + error: 'This mailbox does not exist', + code: 'NoSuchMailbox' }); return next(); } @@ -428,7 +434,7 @@ module.exports = (db, server, messageHandler) => { } }; - let total = await util.promisify(getFilteredMessageCount)(db, filter); + let total = await getFilteredMessageCount(filter); let opts = { limit, @@ -891,7 +897,7 @@ module.exports = (db, server, messageHandler) => { filter.mailbox = { $in: mailboxes.map(m => m._id) }; } - let total = await util.promisify(getFilteredMessageCount)(db, filter); + let total = await getFilteredMessageCount(filter); let opts = { limit, @@ -2181,7 +2187,8 @@ module.exports = (db, server, messageHandler) => { } if (!mailboxData) { res.json({ - error: 'This mailbox does not exist' + error: 'This mailbox does not exist', + code: 'NoSuchMailbox' }); return next(); } @@ -2325,184 +2332,193 @@ module.exports = (db, server, messageHandler) => { * "error": "Database error" * } */ - server.post('/users/:user/mailboxes/:mailbox/messages/:message/forward', (req, res, next) => { - res.charSet('utf-8'); + server.post( + '/users/:user/mailboxes/:mailbox/messages/:message/forward', + tools.asyncifyJson(async (req, res, next) => { + res.charSet('utf-8'); - const schema = Joi.object().keys({ - user: Joi.string() - .hex() - .lowercase() - .length(24) - .required(), - mailbox: Joi.string() - .hex() - .lowercase() - .length(24) - .required(), - message: Joi.number().required(), - target: Joi.number() - .min(1) - .max(1000), - addresses: Joi.array().items(Joi.string().email()), - sess: Joi.string().max(255), - ip: Joi.string().ip({ - version: ['ipv4', 'ipv6'], - cidr: 'forbidden' - }) - }); + const schema = Joi.object().keys({ + user: Joi.string() + .hex() + .lowercase() + .length(24) + .required(), + mailbox: Joi.string() + .hex() + .lowercase() + .length(24) + .required(), + message: Joi.number().required(), + target: Joi.number() + .min(1) + .max(1000), + addresses: Joi.array().items(Joi.string().email()), + sess: Joi.string().max(255), + ip: Joi.string().ip({ + version: ['ipv4', 'ipv6'], + cidr: 'forbidden' + }) + }); - const result = Joi.validate(req.params, schema, { - abortEarly: false, - convert: true - }); + const result = Joi.validate(req.params, schema, { + abortEarly: false, + convert: true + }); + + if (result.error) { + res.json({ + error: result.error.message, + code: 'InputValidationError' + }); + return next(); + } + + // permissions check + if (req.user && req.user === result.value.user) { + req.validate(roles.can(req.role).createOwn('messages')); + } else { + req.validate(roles.can(req.role).createAny('messages')); + } + + let user = new ObjectID(result.value.user); + let mailbox = new ObjectID(result.value.mailbox); + let message = result.value.message; + + let messageData; + try { + messageData = await db.database.collection('messages').findOne( + { + mailbox, + uid: message + }, + { + projection: { + _id: true, + mailbox: true, + user: true, + uid: true, + 'meta.from': true, + 'meta.to': true, + mimeTree: true, + forwardTargets: true + } + } + ); + } catch (err) { + res.json({ + error: 'MongoDB Error: ' + err.message, + code: 'InternalDatabaseError' + }); + return next(); + } + if (!messageData || messageData.user.toString() !== user.toString()) { + res.json({ + error: 'This message does not exist', + code: 'NoSuchMessage' + }); + return next(); + } + + let forwardTargets = []; + + [].concat(result.value.addresses || []).forEach(address => { + forwardTargets.push({ type: 'mail', value: address }); + }); + + if (messageData.forwardTargets) { + if (result.value.target) { + forwardTargets = forwardTargets.concat(messageData.forwardTargets[result.value.target - 1] || []); + } else if (!forwardTargets.length) { + forwardTargets = messageData.forwardTargets; + } + } + + if (!forwardTargets || !forwardTargets.length) { + res.json({ + success: true, + forwarded: [] + }); + return next(); + } + + let response = messageHandler.indexer.rebuild(messageData.mimeTree); + if (!response || response.type !== 'stream' || !response.value) { + res.json({ + error: 'This message does not exist', + code: 'NoSuchMessage' + }); + return next(); + } + + let forwardData = { + db, + maildrop, + parentId: messageData._id, + sender: messageData.meta.from, + recipient: messageData.meta.to, + targets: forwardTargets, + stream: response.value + }; + + let queueId; + try { + queueId = await asyncForward(forwardData); + } catch (err) { + log.error( + 'API', + '%s FRWRDFAIL from=%s to=%s target=%s error=%s', + forwardData.parentId.toString(), + forwardData.sender, + forwardData.recipient, + forwardTargets.map(target => (typeof target.value === 'string' ? target.value : 'relay')).join(','), + err.message + ); + } + + if (queueId) { + log.silly( + 'API', + '%s FRWRDOK id=%s from=%s to=%s target=%s', + forwardData.parentId.toString(), + queueId, + forwardData.sender, + forwardData.recipient, + forwardTargets.map(target => (typeof target.value === 'string' ? target.value : 'relay')).join(',') + ); + } + + try { + await db.database.collection('messages').updateOne( + { + _id: messageData._id, + mailbox: messageData.mailbox, + uid: messageData.uid + }, + { + $addToSet: { + outbound: queueId + } + } + ); + } catch (err) { + // ignore + } - if (result.error) { res.json({ - error: result.error.message, - code: 'InputValidationError' + success: true, + queueId, + forwarded: forwardTargets.map((target, i) => ({ + seq: leftPad((i + 1).toString(16), '0', 3), + type: target.type, + value: target.value + })) }); return next(); - } - - let user = new ObjectID(result.value.user); - let mailbox = new ObjectID(result.value.mailbox); - let message = result.value.message; - - db.database.collection('messages').findOne( - { - mailbox, - uid: message - }, - { - projection: { - _id: true, - mailbox: true, - user: true, - uid: true, - 'meta.from': true, - 'meta.to': true, - mimeTree: true, - forwardTargets: true - } - }, - (err, messageData) => { - if (err) { - res.json({ - error: 'MongoDB Error: ' + err.message, - code: 'InternalDatabaseError' - }); - return next(); - } - if (!messageData || messageData.user.toString() !== user.toString()) { - res.json({ - error: 'This message does not exist', - code: 'NoSuchMessage' - }); - return next(); - } - - let forwardTargets = []; - - [].concat(result.value.addresses || []).forEach(address => { - forwardTargets.push({ type: 'mail', value: address }); - }); - - if (messageData.forwardTargets) { - if (result.value.target) { - forwardTargets = forwardTargets.concat(messageData.forwardTargets[result.value.target - 1] || []); - } else if (!forwardTargets.length) { - forwardTargets = messageData.forwardTargets; - } - } - - if (!forwardTargets || !forwardTargets.length) { - res.json({ - success: true, - forwarded: [] - }); - return next(); - } - - let response = messageHandler.indexer.rebuild(messageData.mimeTree); - if (!response || response.type !== 'stream' || !response.value) { - res.json({ - error: 'This message does not exist', - code: 'NoSuchMessage' - }); - return next(); - } - - let forwardData = { - db, - maildrop, - parentId: messageData._id, - sender: messageData.meta.from, - recipient: messageData.meta.to, - targets: forwardTargets, - stream: response.value - }; - - forward(forwardData, (err, queueId) => { - if (err) { - log.error( - 'API', - '%s FRWRDFAIL from=%s to=%s target=%s error=%s', - forwardData.parentId.toString(), - forwardData.sender, - forwardData.recipient, - forwardTargets.map(target => (typeof target.value === 'string' ? target.value : 'relay')).join(','), - err.message - ); - } else if (queueId) { - log.silly( - 'API', - '%s FRWRDOK id=%s from=%s to=%s target=%s', - forwardData.parentId.toString(), - queueId, - forwardData.sender, - forwardData.recipient, - forwardTargets.map(target => (typeof target.value === 'string' ? target.value : 'relay')).join(',') - ); - } - - return db.database.collection('messages').findOneAndUpdate( - { - _id: messageData._id, - mailbox: messageData.mailbox, - uid: messageData.uid - }, - { - $addToSet: { - outbound: queueId - } - }, - { - returnOriginal: true, - projection: { - _id: true, - outbound: true - } - }, - () => { - res.json({ - success: true, - queueId, - forwarded: forwardTargets.map((target, i) => ({ - seq: leftPad((i + 1).toString(16), '0', 3), - type: target.type, - value: target.value - })) - }); - return next(); - } - ); - }); - } - ); - }); + }) + ); /** - * @api {get} /users/:user/archived List archived messages + * @api {get} /users/:user/archived/messages List archived messages * @apiName GetArchivedMessages * @apiGroup Archive * @apiDescription Archive contains all recently deleted messages besides Drafts etc. @@ -2551,7 +2567,7 @@ module.exports = (db, server, messageHandler) => { * @apiError error Description of the error * * @apiExample {curl} Example usage: - * curl -i "http://localhost:8080/users/59fc66a03e54454869460e45/archived" + * curl -i "http://localhost:8080/users/59fc66a03e54454869460e45/archived/messages" * * @apiSuccessExample {json} Success-Response: * HTTP/1.1 200 OK @@ -2596,7 +2612,7 @@ module.exports = (db, server, messageHandler) => { * } */ server.get( - { name: 'archived', path: '/users/:user/archived' }, + { name: 'archived', path: '/users/:user/archived/messages' }, tools.asyncifyJson(async (req, res, next) => { res.charSet('utf-8'); @@ -2663,7 +2679,7 @@ module.exports = (db, server, messageHandler) => { let pagePrevious = result.value.previous; let sortAscending = result.value.order === 'asc'; - let total = await util.promisify(getArchivedMessageCount)(db, user); + let total = await db.database.collection('archived').countDocuments({ user }); let opts = { limit, @@ -2742,616 +2758,7 @@ module.exports = (db, server, messageHandler) => { ); /** - * @api {get} /users/:user/archived/:message Request Archived Message - * @apiName GetArchivedMessage - * @apiGroup Archive - * @apiHeader {String} X-Access-Token Optional access token if authentication is enabled - * @apiHeaderExample {json} Header-Example: - * { - * "X-Access-Token": "59fc66a03e54454869460e45" - * } - * - * @apiParam {String} user ID of the User - * @apiParam {Number} message ID of the Message - * - * @apiSuccess {Boolean} success Indicates successful response - * @apiSuccess {String} id ID of the Message - * @apiSuccess {String} mailbox ID of the Mailbox the messages was deleted from - * @apiSuccess {String} user ID of the User - * @apiSuccess {Object} from From: header info - * @apiSuccess {Object} from.name Name of the sender - * @apiSuccess {Object} from.address Address of the sender - * @apiSuccess {Object[]} to To: header info - * @apiSuccess {Object} to.name Name of the recipient - * @apiSuccess {Object} to.address Address of the recipient - * @apiSuccess {Object[]} cc Cc: header info - * @apiSuccess {Object} cc.name Name of the recipient - * @apiSuccess {Object} cc.address Address of the recipient - * @apiSuccess {String} subject Message subject - * @apiSuccess {String} messageId Message-ID header - * @apiSuccess {String} date Datestring of message header - * @apiSuccess {Object} list If set then this message is from a mailing list - * @apiSuccess {String} list.id Value from List-ID header - * @apiSuccess {String} list.unsubscribe Value from List-Unsubscribe header - * @apiSuccess {String} expires Datestring, if set then indicates the time after this message is automatically deleted - * @apiSuccess {Boolean} seen Does this message have a \Seen flag - * @apiSuccess {Boolean} deleted Does this message have a \Deleted flag - * @apiSuccess {Boolean} flagged Does this message have a \Flagged flag - * @apiSuccess {Boolean} draft Does this message have a \Draft flag - * @apiSuccess {String[]} html An array of HTML string. Every array element is from a separate mime node, usually you would just join these to a single string - * @apiSuccess {String} text Plaintext content of the message - * @apiSuccess {Object[]} attachments List of attachments for this message - * @apiSuccess {String} attachments.id Attachment ID - * @apiSuccess {String} attachments.filename Filename of the attachment - * @apiSuccess {String} attachments.contentType MIME type - * @apiSuccess {String} attachments.disposition Attachment disposition - * @apiSuccess {String} attachments.transferEncoding Which transfer encoding was used (actual content when fetching attachments is not encoded) - * @apiSuccess {Boolean} attachments.related Was this attachment found from a multipart/related node. This usually means that this is an embedded image - * @apiSuccess {Number} attachments.sizeKb Approximate size of the attachment in kilobytes - * @apiSuccess {Object} contentType Parsed Content-Type header. Usually needed to identify encrypted messages and such - * @apiSuccess {String} contentType.value MIME type of the message, eg. "multipart/mixed" - * @apiSuccess {Object} contentType.params An object with Content-Type params as key-value pairs - * - * @apiError error Description of the error - * - * @apiExample {curl} Example usage: - * curl -i "http://localhost:8080/users/59fc66a03e54454869460e45/archived/59fc66a13e54454869460e58" - * - * @apiSuccessExample {json} Success-Response: - * HTTP/1.1 200 OK - * { - * "success": true, - * "id": "59fc66a13e54454869460e58", - * "mailbox": "59fc66a03e54454869460e46", - * "user": "59fc66a03e54454869460e45", - * "from": { - * "address": "rfinnie@domain.dom", - * "name": "Ryan Finnie" - * }, - * "to": [ - * { - * "address": "bob@domain.dom", - * "name": "" - * } - * ], - * "subject": "Ryan Finnie's MIME Torture Test v1.0", - * "messageId": "<1066976914.4721.5.camel@localhost>", - * "date": "2003-10-24T06:28:34.000Z", - * "seen": true, - * "deleted": false, - * "flagged": true, - * "draft": false, - * "html": [ - * "Welcome to Ryan Finnie's MIME torture test.
", - * "While a message/rfc822 part inside another message/rfc822 part in a
message isn't too strange, 200 iterations of that would be.