Connection: workaround broken IMAP servers

fork
Brian White 9 years ago
parent 3effb953b3
commit 808565e979

@ -1474,6 +1474,9 @@ Connection.prototype._resUntagged = function(info) {
Connection.prototype._resTagged = function(info) {
var req = this._curReq, err;
if (!req)
return;
this._curReq = undefined;
if (info.type === 'no' || info.type === 'bad') {

Loading…
Cancel
Save