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.

Dependencies (3)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i mail-stack

    Weekly Downloads

    1

    Version

    0.0.2

    License

    none

    Last publish

    Collaborators

    • tootallnate