@ -1061,7 +1061,7 @@ Connection.prototype._resTagged = function(info) {
if (info.type === 'no' || info.type === 'bad') {
var errtext;
if (/^AUTHENTICATE XOAUTH/.test(req.fullcmd) && req.oauthError)
if (req.oauthError)
errtext = req.oauthError;
else
errtext = info.text;