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

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.2
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.2
    2
  • 0.0.1
    0

Package Sidebar

Install

npm i mail-stack

Weekly Downloads

2

Version

0.0.2

License

none

Last publish

Collaborators

  • tootallnate