Merge branch 'master' of github.com:mscdex/node-imap

fork
Brian White 12 years ago
commit 6919873b6b

@ -205,9 +205,10 @@ ImapConnection.prototype.connect = function(loginCb) {
indata.temp += r.toString('binary');
else
indata.temp = r.toString('binary');
if (indata.expect === 0)
if (indata.expect === 0) {
indata.literals.push(indata.temp);
indata.temp = undefined;
indata.temp = undefined;
}
}
if (b.p >= b.length)
return;

Loading…
Cancel
Save