Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Usage help #6

Open
rajnisheu opened this issue Sep 14, 2019 · 1 comment
Open

Usage help #6

rajnisheu opened this issue Sep 14, 2019 · 1 comment

Comments

@rajnisheu
Copy link

can it be used like this, since I am not able to get it to work without pipe. Thanks in advance for your help!

var Parser = require('imap-parser');
var parser = new Parser();
parser.on('data', function (ret) {
    console.log(ret);
});

parser.writeLiteral('001 LOGIN');
@ForbesLindesay
Copy link
Member

Yes, probably, but this isn't really finished and I'm not actively working on it, so you'll need to be willing to put quite a bit into finishing it in order to use it for anything much.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants