|
|
|
@ -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;
|
|
|
|
|