Advanced Search
Search Results
5 total results found
readme.md for @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...
readme.md for @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...
readme.md for @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...
changelog.md for @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 ...
changelog.md for @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 ...