
Security News
VulnCon 2025: NVD Scraps Industry Consortium Plan, Raising Questions About Reform
At VulnCon 2025, NIST scrapped its NVD consortium plans, admitted it can't keep up with CVEs, and outlined automation efforts amid a mounting backlog.
mailinabox-api
Advanced tools
JavaScript/TypeScript client SDK for the Mail-in-a-Box API.
https://www.npmjs.com/package/mailinabox-api
NOTE: This package is auto-generated from the Mail-In-A-Box OpenAPI spec.
npm install mailinabox-api --save
import {
Configuration,
ConfigurationParameters,
MailUsersResponseFormat,
MailApi
} from 'mailinabox-api';
const apiConfigParams: ConfigurationParameters = {
basePath: '/admin',
username: 'YOUR_USERNAME',
password: 'YOUR_PASSWORD'
};
const apiConfig = new Configuration(apiConfigParams);
const mailApi = new MailApi(apiConfig);
// example request
const users = await mailApi.getMailUsers({
format: MailUsersResponseFormat.Json,
});
MIT License
Copyright (c) 2020 Richard Willis
FAQs
Client SDK for the Mail-in-a-Box API
The npm package mailinabox-api receives a total of 11 weekly downloads. As such, mailinabox-api popularity was classified as not popular.
We found that mailinabox-api demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
At VulnCon 2025, NIST scrapped its NVD consortium plans, admitted it can't keep up with CVEs, and outlined automation efforts amid a mounting backlog.
Product
We redesigned our GitHub PR comments to deliver clear, actionable security insights without adding noise to your workflow.
Product
Our redesigned Repositories page adds alert severity, filtering, and tabs for faster triage and clearer insights across all your projects.