Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

emaile2e-client

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

emaile2e-client - npm Package Compare versions

Comparing version 0.1.1512779475 to 0.1.1512783689

shim.js

2

package.json
{
"name": "emaile2e-client",
"version": "0.1.1512779475",
"version": "0.1.1512783689",
"description": "The official javascript client for the Emaile2e API. See https://emaile2e.com for more information.",

@@ -5,0 +5,0 @@ "license": "Unlicense",

# emaile2e-client
Emaile2eClient - JavaScript client for emaile2e-client
[Emaile2e](http://www.emaile2e.com) provides a simple REST API that lets you create randomized email addresses and fetch the emails sent to them. ## Why? If your application uses emails at any point, Emaile2e makes testing your app's email integration easier. Say your app sign-up process sends a verification email. During e2e tests you can create a new random email address for a test user, sign-up, and then fetch the verification email and use the verification code in the next steps of your test. ## Getting started Every API request requires a valid API Key appended as a query parameter. **To obtain an API Key** [visit your account dashboard](http://www.emaile2e.com/dashboard). The general flow is as follow: 1. Create a new inbox during a test. The email address will be returned in the response. 2. Send an email to that address or trigger an action in your test that does so. 3. Fetch the email for your new inbox and check if their content is what you expected. ## Legal Emaile2e is owned by [PettmanUG](http://pettmanug.site) and uses a proprietary [software licence](http://www.binpress.com/license/view/l/c8376a01eca7465027a978d3fde5a1e2). ## Bugs, features, support To report bugs or request features please see the [contact page](http://www.emaile2e.com/contact). For help see [support](http://www.emaile2e.com/support). _
This SDK is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:
[Emaile2e](http://www.emaile2e.com) provides a simple REST API that lets you create randomized email addresses and fetch the emails sent to them.
- API version: 0.0.1
- Package version: 0.1.1512779475
- Build package: io.swagger.codegen.languages.JavascriptClientCodegen
## Why?
If your application uses emails at any point, Emaile2e makes testing your app's email integration easier.
Say your app sign-up process sends a verification email. During e2e tests you can create a new random email
address for a test user, sign-up, and then fetch the verification email and use the verification code in the next steps of your test.
## Getting started
Every API request requires a valid API Key appended as a query parameter. **To obtain an API Key** [visit your account dashboard](http://www.emaile2e.com/dashboard).
The general flow is as follow:
1. Create a new inbox during a test. The email address will be returned in the response.
2. Send an email to that address or trigger an action in your test that does so.
3. Fetch the email for your new inbox and check if their content is what you expected.
## SDK
- There is an official [Javascript SDK](https://www.npmjs.com/package/emaile2e-client) available on npm.
- You can also use the [swagger JSON definition](https://api.emaile2e.com/v2/api-docs) and [swagger-codegen](https://github.com/swagger-api/swagger-codegen) to generate a swagger client in a language of your choice.
## Legal
The Emaile2e API is owned by [PettmanUG](http://pettmanug.site) and uses a proprietary [software licence](http://www.binpress.com/license/view/l/c8376a01eca7465027a978d3fde5a1e2).
## Bugs, features, support
To report bugs or request features please see the [contact page](http://www.emaile2e.com/contact). For help see [support](http://www.emaile2e.com/support).
## Installation

@@ -12,0 +30,0 @@

/**
* Emaile2e API Documentation
* [Emaile2e](http://www.emaile2e.com) provides a simple REST API that lets you create randomized email addresses and fetch the emails sent to them. ## Why? If your application uses emails at any point, Emaile2e makes testing your app's email integration easier. Say your app sign-up process sends a verification email. During e2e tests you can create a new random email address for a test user, sign-up, and then fetch the verification email and use the verification code in the next steps of your test. ## Getting started Every API request requires a valid API Key appended as a query parameter. **To obtain an API Key** [visit your account dashboard](http://www.emaile2e.com/dashboard). The general flow is as follow: 1. Create a new inbox during a test. The email address will be returned in the response. 2. Send an email to that address or trigger an action in your test that does so. 3. Fetch the email for your new inbox and check if their content is what you expected. ## Legal Emaile2e is owned by [PettmanUG](http://pettmanug.site) and uses a proprietary [software licence](http://www.binpress.com/license/view/l/c8376a01eca7465027a978d3fde5a1e2). ## Bugs, features, support To report bugs or request features please see the [contact page](http://www.emaile2e.com/contact). For help see [support](http://www.emaile2e.com/support). _
* [Emaile2e](http://www.emaile2e.com) provides a simple REST API that lets you create randomized email addresses and fetch the emails sent to them. ## Why? If your application uses emails at any point, Emaile2e makes testing your app's email integration easier. Say your app sign-up process sends a verification email. During e2e tests you can create a new random email address for a test user, sign-up, and then fetch the verification email and use the verification code in the next steps of your test. ## Getting started Every API request requires a valid API Key appended as a query parameter. **To obtain an API Key** [visit your account dashboard](http://www.emaile2e.com/dashboard). The general flow is as follow: 1. Create a new inbox during a test. The email address will be returned in the response. 2. Send an email to that address or trigger an action in your test that does so. 3. Fetch the email for your new inbox and check if their content is what you expected. ## SDK - There is an official [Javascript SDK](https://www.npmjs.com/package/emaile2e-client) available on npm. - You can also use the [swagger JSON definition](https://api.emaile2e.com/v2/api-docs) and [swagger-codegen](https://github.com/swagger-api/swagger-codegen) to generate a swagger client in a language of your choice. ## Legal The Emaile2e API is owned by [PettmanUG](http://pettmanug.site) and uses a proprietary [software licence](http://www.binpress.com/license/view/l/c8376a01eca7465027a978d3fde5a1e2). ## Bugs, features, support To report bugs or request features please see the [contact page](http://www.emaile2e.com/contact). For help see [support](http://www.emaile2e.com/support).
*

@@ -36,3 +36,3 @@ * OpenAPI spec version: 0.0.1

* @module api/InboxcontrollerApi
* @version 0.1.1512779475
* @version 0.1.1512783689
*/

@@ -39,0 +39,0 @@

/**
* Emaile2e API Documentation
* [Emaile2e](http://www.emaile2e.com) provides a simple REST API that lets you create randomized email addresses and fetch the emails sent to them. ## Why? If your application uses emails at any point, Emaile2e makes testing your app's email integration easier. Say your app sign-up process sends a verification email. During e2e tests you can create a new random email address for a test user, sign-up, and then fetch the verification email and use the verification code in the next steps of your test. ## Getting started Every API request requires a valid API Key appended as a query parameter. **To obtain an API Key** [visit your account dashboard](http://www.emaile2e.com/dashboard). The general flow is as follow: 1. Create a new inbox during a test. The email address will be returned in the response. 2. Send an email to that address or trigger an action in your test that does so. 3. Fetch the email for your new inbox and check if their content is what you expected. ## Legal Emaile2e is owned by [PettmanUG](http://pettmanug.site) and uses a proprietary [software licence](http://www.binpress.com/license/view/l/c8376a01eca7465027a978d3fde5a1e2). ## Bugs, features, support To report bugs or request features please see the [contact page](http://www.emaile2e.com/contact). For help see [support](http://www.emaile2e.com/support). _
* [Emaile2e](http://www.emaile2e.com) provides a simple REST API that lets you create randomized email addresses and fetch the emails sent to them. ## Why? If your application uses emails at any point, Emaile2e makes testing your app's email integration easier. Say your app sign-up process sends a verification email. During e2e tests you can create a new random email address for a test user, sign-up, and then fetch the verification email and use the verification code in the next steps of your test. ## Getting started Every API request requires a valid API Key appended as a query parameter. **To obtain an API Key** [visit your account dashboard](http://www.emaile2e.com/dashboard). The general flow is as follow: 1. Create a new inbox during a test. The email address will be returned in the response. 2. Send an email to that address or trigger an action in your test that does so. 3. Fetch the email for your new inbox and check if their content is what you expected. ## SDK - There is an official [Javascript SDK](https://www.npmjs.com/package/emaile2e-client) available on npm. - You can also use the [swagger JSON definition](https://api.emaile2e.com/v2/api-docs) and [swagger-codegen](https://github.com/swagger-api/swagger-codegen) to generate a swagger client in a language of your choice. ## Legal The Emaile2e API is owned by [PettmanUG](http://pettmanug.site) and uses a proprietary [software licence](http://www.binpress.com/license/view/l/c8376a01eca7465027a978d3fde5a1e2). ## Bugs, features, support To report bugs or request features please see the [contact page](http://www.emaile2e.com/contact). For help see [support](http://www.emaile2e.com/support).
*

@@ -35,3 +35,3 @@ * OpenAPI spec version: 0.0.1

* @module ApiClient
* @version 0.1.1512779475
* @version 0.1.1512783689
*/

@@ -38,0 +38,0 @@

/**
* Emaile2e API Documentation
* [Emaile2e](http://www.emaile2e.com) provides a simple REST API that lets you create randomized email addresses and fetch the emails sent to them. ## Why? If your application uses emails at any point, Emaile2e makes testing your app's email integration easier. Say your app sign-up process sends a verification email. During e2e tests you can create a new random email address for a test user, sign-up, and then fetch the verification email and use the verification code in the next steps of your test. ## Getting started Every API request requires a valid API Key appended as a query parameter. **To obtain an API Key** [visit your account dashboard](http://www.emaile2e.com/dashboard). The general flow is as follow: 1. Create a new inbox during a test. The email address will be returned in the response. 2. Send an email to that address or trigger an action in your test that does so. 3. Fetch the email for your new inbox and check if their content is what you expected. ## Legal Emaile2e is owned by [PettmanUG](http://pettmanug.site) and uses a proprietary [software licence](http://www.binpress.com/license/view/l/c8376a01eca7465027a978d3fde5a1e2). ## Bugs, features, support To report bugs or request features please see the [contact page](http://www.emaile2e.com/contact). For help see [support](http://www.emaile2e.com/support). _
* [Emaile2e](http://www.emaile2e.com) provides a simple REST API that lets you create randomized email addresses and fetch the emails sent to them. ## Why? If your application uses emails at any point, Emaile2e makes testing your app's email integration easier. Say your app sign-up process sends a verification email. During e2e tests you can create a new random email address for a test user, sign-up, and then fetch the verification email and use the verification code in the next steps of your test. ## Getting started Every API request requires a valid API Key appended as a query parameter. **To obtain an API Key** [visit your account dashboard](http://www.emaile2e.com/dashboard). The general flow is as follow: 1. Create a new inbox during a test. The email address will be returned in the response. 2. Send an email to that address or trigger an action in your test that does so. 3. Fetch the email for your new inbox and check if their content is what you expected. ## SDK - There is an official [Javascript SDK](https://www.npmjs.com/package/emaile2e-client) available on npm. - You can also use the [swagger JSON definition](https://api.emaile2e.com/v2/api-docs) and [swagger-codegen](https://github.com/swagger-api/swagger-codegen) to generate a swagger client in a language of your choice. ## Legal The Emaile2e API is owned by [PettmanUG](http://pettmanug.site) and uses a proprietary [software licence](http://www.binpress.com/license/view/l/c8376a01eca7465027a978d3fde5a1e2). ## Bugs, features, support To report bugs or request features please see the [contact page](http://www.emaile2e.com/contact). For help see [support](http://www.emaile2e.com/support).
*

@@ -56,3 +56,3 @@ * OpenAPI spec version: 0.0.1

* @module index
* @version 0.1.1512779475
* @version 0.1.1512783689
*/

@@ -59,0 +59,0 @@ var exports = {

/**
* Emaile2e API Documentation
* [Emaile2e](http://www.emaile2e.com) provides a simple REST API that lets you create randomized email addresses and fetch the emails sent to them. ## Why? If your application uses emails at any point, Emaile2e makes testing your app's email integration easier. Say your app sign-up process sends a verification email. During e2e tests you can create a new random email address for a test user, sign-up, and then fetch the verification email and use the verification code in the next steps of your test. ## Getting started Every API request requires a valid API Key appended as a query parameter. **To obtain an API Key** [visit your account dashboard](http://www.emaile2e.com/dashboard). The general flow is as follow: 1. Create a new inbox during a test. The email address will be returned in the response. 2. Send an email to that address or trigger an action in your test that does so. 3. Fetch the email for your new inbox and check if their content is what you expected. ## Legal Emaile2e is owned by [PettmanUG](http://pettmanug.site) and uses a proprietary [software licence](http://www.binpress.com/license/view/l/c8376a01eca7465027a978d3fde5a1e2). ## Bugs, features, support To report bugs or request features please see the [contact page](http://www.emaile2e.com/contact). For help see [support](http://www.emaile2e.com/support). _
* [Emaile2e](http://www.emaile2e.com) provides a simple REST API that lets you create randomized email addresses and fetch the emails sent to them. ## Why? If your application uses emails at any point, Emaile2e makes testing your app's email integration easier. Say your app sign-up process sends a verification email. During e2e tests you can create a new random email address for a test user, sign-up, and then fetch the verification email and use the verification code in the next steps of your test. ## Getting started Every API request requires a valid API Key appended as a query parameter. **To obtain an API Key** [visit your account dashboard](http://www.emaile2e.com/dashboard). The general flow is as follow: 1. Create a new inbox during a test. The email address will be returned in the response. 2. Send an email to that address or trigger an action in your test that does so. 3. Fetch the email for your new inbox and check if their content is what you expected. ## SDK - There is an official [Javascript SDK](https://www.npmjs.com/package/emaile2e-client) available on npm. - You can also use the [swagger JSON definition](https://api.emaile2e.com/v2/api-docs) and [swagger-codegen](https://github.com/swagger-api/swagger-codegen) to generate a swagger client in a language of your choice. ## Legal The Emaile2e API is owned by [PettmanUG](http://pettmanug.site) and uses a proprietary [software licence](http://www.binpress.com/license/view/l/c8376a01eca7465027a978d3fde5a1e2). ## Bugs, features, support To report bugs or request features please see the [contact page](http://www.emaile2e.com/contact). For help see [support](http://www.emaile2e.com/support).
*

@@ -39,3 +39,3 @@ * OpenAPI spec version: 0.0.1

* @module model/EmailDto
* @version 0.1.1512779475
* @version 0.1.1512783689
*/

@@ -42,0 +42,0 @@

/**
* Emaile2e API Documentation
* [Emaile2e](http://www.emaile2e.com) provides a simple REST API that lets you create randomized email addresses and fetch the emails sent to them. ## Why? If your application uses emails at any point, Emaile2e makes testing your app's email integration easier. Say your app sign-up process sends a verification email. During e2e tests you can create a new random email address for a test user, sign-up, and then fetch the verification email and use the verification code in the next steps of your test. ## Getting started Every API request requires a valid API Key appended as a query parameter. **To obtain an API Key** [visit your account dashboard](http://www.emaile2e.com/dashboard). The general flow is as follow: 1. Create a new inbox during a test. The email address will be returned in the response. 2. Send an email to that address or trigger an action in your test that does so. 3. Fetch the email for your new inbox and check if their content is what you expected. ## Legal Emaile2e is owned by [PettmanUG](http://pettmanug.site) and uses a proprietary [software licence](http://www.binpress.com/license/view/l/c8376a01eca7465027a978d3fde5a1e2). ## Bugs, features, support To report bugs or request features please see the [contact page](http://www.emaile2e.com/contact). For help see [support](http://www.emaile2e.com/support). _
* [Emaile2e](http://www.emaile2e.com) provides a simple REST API that lets you create randomized email addresses and fetch the emails sent to them. ## Why? If your application uses emails at any point, Emaile2e makes testing your app's email integration easier. Say your app sign-up process sends a verification email. During e2e tests you can create a new random email address for a test user, sign-up, and then fetch the verification email and use the verification code in the next steps of your test. ## Getting started Every API request requires a valid API Key appended as a query parameter. **To obtain an API Key** [visit your account dashboard](http://www.emaile2e.com/dashboard). The general flow is as follow: 1. Create a new inbox during a test. The email address will be returned in the response. 2. Send an email to that address or trigger an action in your test that does so. 3. Fetch the email for your new inbox and check if their content is what you expected. ## SDK - There is an official [Javascript SDK](https://www.npmjs.com/package/emaile2e-client) available on npm. - You can also use the [swagger JSON definition](https://api.emaile2e.com/v2/api-docs) and [swagger-codegen](https://github.com/swagger-api/swagger-codegen) to generate a swagger client in a language of your choice. ## Legal The Emaile2e API is owned by [PettmanUG](http://pettmanug.site) and uses a proprietary [software licence](http://www.binpress.com/license/view/l/c8376a01eca7465027a978d3fde5a1e2). ## Bugs, features, support To report bugs or request features please see the [contact page](http://www.emaile2e.com/contact). For help see [support](http://www.emaile2e.com/support).
*

@@ -39,3 +39,3 @@ * OpenAPI spec version: 0.0.1

* @module model/InboxDto
* @version 0.1.1512779475
* @version 0.1.1512783689
*/

@@ -42,0 +42,0 @@

/**
* Emaile2e API Documentation
* [Emaile2e](http://www.emaile2e.com) provides a simple REST API that lets you create randomized email addresses and fetch the emails sent to them. ## Why? If your application uses emails at any point, Emaile2e makes testing your app's email integration easier. Say your app sign-up process sends a verification email. During e2e tests you can create a new random email address for a test user, sign-up, and then fetch the verification email and use the verification code in the next steps of your test. ## Getting started Every API request requires a valid API Key appended as a query parameter. **To obtain an API Key** [visit your account dashboard](http://www.emaile2e.com/dashboard). The general flow is as follow: 1. Create a new inbox during a test. The email address will be returned in the response. 2. Send an email to that address or trigger an action in your test that does so. 3. Fetch the email for your new inbox and check if their content is what you expected. ## Legal Emaile2e is owned by [PettmanUG](http://pettmanug.site) and uses a proprietary [software licence](http://www.binpress.com/license/view/l/c8376a01eca7465027a978d3fde5a1e2). ## Bugs, features, support To report bugs or request features please see the [contact page](http://www.emaile2e.com/contact). For help see [support](http://www.emaile2e.com/support). _
* [Emaile2e](http://www.emaile2e.com) provides a simple REST API that lets you create randomized email addresses and fetch the emails sent to them. ## Why? If your application uses emails at any point, Emaile2e makes testing your app's email integration easier. Say your app sign-up process sends a verification email. During e2e tests you can create a new random email address for a test user, sign-up, and then fetch the verification email and use the verification code in the next steps of your test. ## Getting started Every API request requires a valid API Key appended as a query parameter. **To obtain an API Key** [visit your account dashboard](http://www.emaile2e.com/dashboard). The general flow is as follow: 1. Create a new inbox during a test. The email address will be returned in the response. 2. Send an email to that address or trigger an action in your test that does so. 3. Fetch the email for your new inbox and check if their content is what you expected. ## SDK - There is an official [Javascript SDK](https://www.npmjs.com/package/emaile2e-client) available on npm. - You can also use the [swagger JSON definition](https://api.emaile2e.com/v2/api-docs) and [swagger-codegen](https://github.com/swagger-api/swagger-codegen) to generate a swagger client in a language of your choice. ## Legal The Emaile2e API is owned by [PettmanUG](http://pettmanug.site) and uses a proprietary [software licence](http://www.binpress.com/license/view/l/c8376a01eca7465027a978d3fde5a1e2). ## Bugs, features, support To report bugs or request features please see the [contact page](http://www.emaile2e.com/contact). For help see [support](http://www.emaile2e.com/support).
*

@@ -39,3 +39,3 @@ * OpenAPI spec version: 0.0.1

* @module model/ResponseInboxDto
* @version 0.1.1512779475
* @version 0.1.1512783689
*/

@@ -42,0 +42,0 @@

/**
* Emaile2e API Documentation
* [Emaile2e](http://www.emaile2e.com) provides a simple REST API that lets you create randomized email addresses and fetch the emails sent to them. ## Why? If your application uses emails at any point, Emaile2e makes testing your app's email integration easier. Say your app sign-up process sends a verification email. During e2e tests you can create a new random email address for a test user, sign-up, and then fetch the verification email and use the verification code in the next steps of your test. ## Getting started Every API request requires a valid API Key appended as a query parameter. **To obtain an API Key** [visit your account dashboard](http://www.emaile2e.com/dashboard). The general flow is as follow: 1. Create a new inbox during a test. The email address will be returned in the response. 2. Send an email to that address or trigger an action in your test that does so. 3. Fetch the email for your new inbox and check if their content is what you expected. ## Legal Emaile2e is owned by [PettmanUG](http://pettmanug.site) and uses a proprietary [software licence](http://www.binpress.com/license/view/l/c8376a01eca7465027a978d3fde5a1e2). ## Bugs, features, support To report bugs or request features please see the [contact page](http://www.emaile2e.com/contact). For help see [support](http://www.emaile2e.com/support). _
* [Emaile2e](http://www.emaile2e.com) provides a simple REST API that lets you create randomized email addresses and fetch the emails sent to them. ## Why? If your application uses emails at any point, Emaile2e makes testing your app's email integration easier. Say your app sign-up process sends a verification email. During e2e tests you can create a new random email address for a test user, sign-up, and then fetch the verification email and use the verification code in the next steps of your test. ## Getting started Every API request requires a valid API Key appended as a query parameter. **To obtain an API Key** [visit your account dashboard](http://www.emaile2e.com/dashboard). The general flow is as follow: 1. Create a new inbox during a test. The email address will be returned in the response. 2. Send an email to that address or trigger an action in your test that does so. 3. Fetch the email for your new inbox and check if their content is what you expected. ## SDK - There is an official [Javascript SDK](https://www.npmjs.com/package/emaile2e-client) available on npm. - You can also use the [swagger JSON definition](https://api.emaile2e.com/v2/api-docs) and [swagger-codegen](https://github.com/swagger-api/swagger-codegen) to generate a swagger client in a language of your choice. ## Legal The Emaile2e API is owned by [PettmanUG](http://pettmanug.site) and uses a proprietary [software licence](http://www.binpress.com/license/view/l/c8376a01eca7465027a978d3fde5a1e2). ## Bugs, features, support To report bugs or request features please see the [contact page](http://www.emaile2e.com/contact). For help see [support](http://www.emaile2e.com/support).
*

@@ -39,3 +39,3 @@ * OpenAPI spec version: 0.0.1

* @module model/ResponseListEmailDto
* @version 0.1.1512779475
* @version 0.1.1512783689
*/

@@ -42,0 +42,0 @@

/**
* Emaile2e API Documentation
* [Emaile2e](http://www.emaile2e.com) provides a simple REST API that lets you create randomized email addresses and fetch the emails sent to them. ## Why? If your application uses emails at any point, Emaile2e makes testing your app's email integration easier. Say your app sign-up process sends a verification email. During e2e tests you can create a new random email address for a test user, sign-up, and then fetch the verification email and use the verification code in the next steps of your test. ## Getting started Every API request requires a valid API Key appended as a query parameter. **To obtain an API Key** [visit your account dashboard](http://www.emaile2e.com/dashboard). The general flow is as follow: 1. Create a new inbox during a test. The email address will be returned in the response. 2. Send an email to that address or trigger an action in your test that does so. 3. Fetch the email for your new inbox and check if their content is what you expected. ## Legal Emaile2e is owned by [PettmanUG](http://pettmanug.site) and uses a proprietary [software licence](http://www.binpress.com/license/view/l/c8376a01eca7465027a978d3fde5a1e2). ## Bugs, features, support To report bugs or request features please see the [contact page](http://www.emaile2e.com/contact). For help see [support](http://www.emaile2e.com/support). _
* [Emaile2e](http://www.emaile2e.com) provides a simple REST API that lets you create randomized email addresses and fetch the emails sent to them. ## Why? If your application uses emails at any point, Emaile2e makes testing your app's email integration easier. Say your app sign-up process sends a verification email. During e2e tests you can create a new random email address for a test user, sign-up, and then fetch the verification email and use the verification code in the next steps of your test. ## Getting started Every API request requires a valid API Key appended as a query parameter. **To obtain an API Key** [visit your account dashboard](http://www.emaile2e.com/dashboard). The general flow is as follow: 1. Create a new inbox during a test. The email address will be returned in the response. 2. Send an email to that address or trigger an action in your test that does so. 3. Fetch the email for your new inbox and check if their content is what you expected. ## SDK - There is an official [Javascript SDK](https://www.npmjs.com/package/emaile2e-client) available on npm. - You can also use the [swagger JSON definition](https://api.emaile2e.com/v2/api-docs) and [swagger-codegen](https://github.com/swagger-api/swagger-codegen) to generate a swagger client in a language of your choice. ## Legal The Emaile2e API is owned by [PettmanUG](http://pettmanug.site) and uses a proprietary [software licence](http://www.binpress.com/license/view/l/c8376a01eca7465027a978d3fde5a1e2). ## Bugs, features, support To report bugs or request features please see the [contact page](http://www.emaile2e.com/contact). For help see [support](http://www.emaile2e.com/support).
*

@@ -39,3 +39,3 @@ * OpenAPI spec version: 0.0.1

* @module model/ResponseListInboxDto
* @version 0.1.1512779475
* @version 0.1.1512783689
*/

@@ -42,0 +42,0 @@

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc