Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

5 total results found

readme.md for @push.rocks/smartsmtp

@push.rocks/smartsmtp

a module for handling smtp stuff Install To install @push.rocks/smartsmtp, use the following command with npm: npm install @push.rocks/smartsmtp --save Ensure that you are installing the package in a project set up with TypeScript and support for ECMAScript m...

smtp
email
nodemailer
sendmail
smartmail integration
typescript
email sending
email templates
programming

readme.md for @push.rocks/smartimap

@push.rocks/smartimap

A Node.js library for event-driven streaming and parsing of IMAP email messages. Install To install @push.rocks/smartimap, use npm or yarn: npm install @push.rocks/smartimap or yarn add @push.rocks/smartimap Usage @push.rocks/smartimap is designed to facilit...

imap
email
streaming
mailparser
email-client
nodejs
event-driven
automation
message-stream
filter
inbox
connection
message processing

readme.md for @push.rocks/smartmta

@push.rocks/smartmta

A high-performance, enterprise-grade Mail Transfer Agent (MTA) built from scratch in TypeScript with a Rust-powered SMTP engine — no nodemailer, no shortcuts. Automatic MX record discovery means you just call sendEmail() and smartmta figures out where to deliv...

rust
mta
smtp
email
mail server
mail transfer agent
dkim
spf
dmarc
dns
cloudflare
typescript

changelog.md for @push.rocks/smartimap

@push.rocks/smartimap

2024-11-26 - 1.2.0 - feat(core) Introduce ImapClient and ImapServer classes for enhanced IMAP support Implemented ImapClient class for managing IMAP connections and message retrieval. Implemented ImapServer class to simulate an IMAP server for testing. Added ...

imap
email
streaming
mailparser
email-client
nodejs
event-driven
automation
message-stream
filter
inbox
connection
message processing

changelog.md for @push.rocks/smartmta

@push.rocks/smartmta

2026-03-02 - 5.3.1 - fix(mail) add periodic cleanup timers and proper shutdown handling for bounce manager and delivery queue; avoid mutating maps during iteration and prune stale rate-limiter stats to prevent memory growth BounceManager: add cleanupInterval ...

rust
mta
smtp
email
mail server
mail transfer agent
dkim
spf
dmarc
dns
cloudflare
typescript