
Security News
Ruby's Bundler 4.0.18 Extends Cooldown to bundle lock and bundle cache
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.
@atomicmail/n8n-nodes-atomicmail
Advanced tools
Atomic Mail inbox for n8n — register, JMAP mail, and inbox polling triggers.
Verified community node package for Atomic Mail — a programmable @atomicmail.ai inbox powered by JMAP.
npm run build:n8n
cd integrations/n8n/atomicmail
npm install
npm run build
Link into a local n8n instance:
npm run dev
Or install the built package into n8n's custom nodes directory.
Create an Atomic Mail API credential (optional):
| Field | Required | Notes |
|---|---|---|
| API Key | No | Paste an existing key, or leave empty and use Register |
| Auth URL | No | Default https://auth.atomicmail.ai |
| API URL | No | Default https://api.atomicmail.ai |
Credential test checks that the Auth URL is reachable — it does not validate your API key (PoW login is required). Use Register or List Inbox to verify connectivity.
| Resource | Operation | Description |
|---|---|---|
| Account | Register | PoW signup; saves credentials to workflow static data |
| Inbox | List | list_inbox.json preset |
| Send | Outbound mail (optional binary attachment) | |
| Reply | Reply by mail ID | |
| JMAP | Request | Inline ops or bundled preset |
| Help | Get Topic | Built-in runtime docs |
Account namespace (default by default) isolates multiple inboxes in one workflow.
Polling trigger for new inbox messages. Default poll interval is 5 minutes (configure on the node). Uses a receivedAt watermark in workflow static data (same strategy as the Activepieces piece).
Both paths are supported (Activepieces parity):
Optional per-step API Key override accepts expressions such as {{ $json.apiKey }} from a prior Register node.
cd integrations/n8n/atomicmail
npm install
npm run build
npm run lint
npx @n8n/scan-community-package @atomicmail/n8n-nodes-atomicmail
Zero runtime npm dependencies. The node imports vendored agentic core from vendor/agentic-core/index.js (single esbuild bundle produced by npm run build:n8n).
vendor/ artifacts with real credentials (vendor is gitignored; rebuild before publish).FAQs
Atomic Mail inbox for n8n — register, JMAP mail, and inbox polling triggers.
We found that @atomicmail/n8n-nodes-atomicmail demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 open source maintainers 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
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.