mailtrap-nodejs icon indicating copy to clipboard operation
mailtrap-nodejs copied to clipboard

Official mailtrap.io Node.js client

Results 3 mailtrap-nodejs issues
Sort by recently updated
recently updated
newest added

## Motivation Make examples folder structure more user-friendly, add template testing ## Changes - Examples folder restructure. - Added template sample for testing

## Motivation https://github.com/railsware/mailtrap-nodejs/security/dependabot/3 ## Changes - Bump `eslint-plugin-import` - It bumps `tsconfig-paths` which depends on `json5` - `json5` backported a fix to https://github.com/railsware/mailtrap-nodejs/security/dependabot/3 in 1.0.2 - There's a long thread...

## Motivation 1. The [general](https://github.com/railsware/mailtrap-nodejs/blob/main/src/lib/MailtrapClient.ts#L69) and [testing](https://github.com/railsware/mailtrap-nodejs/blob/main/src/lib/MailtrapClient.ts#L75) APIs are created lazily, after the first access to the corresponding getters. 2. Missing params for the Testing API ([here](https://github.com/railsware/mailtrap-nodejs/blob/main/src/lib/MailtrapClient.ts#L76)) are treated as...