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);
});

Readme

Keywords

none

Package Sidebar

Install

npm i imap-message-stream

Weekly Downloads

3

Version

0.0.2

License

none

Last publish

Collaborators

  • daxxog