You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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');
The text was updated successfully, but these errors were encountered:
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.
can it be used like this, since I am not able to get it to work without pipe. Thanks in advance for your help!
The text was updated successfully, but these errors were encountered: