mail-stack

0.0.2 • Public • Published

node-mail-stack

A StreamStack subclass that parses raw e-mail messages.

This module implements RFC 5322. Specifically, it parses the e-mail headers into an Object and fires a "headers" events. Then the body of the message is emitted as 'data' events, and can be .pipe()ed into other node WritableStream instances.

Usage

See examples/smtp-server.js for an example of a SMTP server.

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.0.20latest

Version History

VersionDownloads (Last 7 Days)Published
0.0.20
0.0.10

Package Sidebar

Install

npm i mail-stack

Weekly Downloads

0

Version

0.0.2

License

none

Last publish

Collaborators

  • tootallnate