added missing space after challenge response

This commit is contained in:
Andris Reinman 2021-04-07 11:15:26 +03:00
parent 19513a0bbf
commit d5503a202e

View file

@ -443,7 +443,7 @@ class POP3Connection extends EventEmitter {
}
if (!params.length) {
this.send('+');
this.send('+ ');
this._nextHandler = (args, next) => this.authPlain(args, next);
return next();
}