imap-message-stream

0.0.2 • Public • Published

imap-message-stream

Use with node-imap's ImapMessage. Pipe like a pro.

Install

stable

npm install imap-message-stream

edge

npm install https://github.com/daxxog/imap-message-stream/tarball/master

Example

ImapMessageStream = require('imap-message-stream');
fetch.on('message', function(msg) {
    var ws = fs.createWriteStream('raw.email'),
        ims = ImapMessageStream(msg);
    
    ims.pipe(ws);
});

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
    1

Package Sidebar

Install

npm i imap-message-stream

Weekly Downloads

2

Version

0.0.2

License

none

Last publish

Collaborators

  • daxxog