mirror of
https://github.com/nodemailer/wildduck.git
synced 2025-01-19 14:30:52 +08:00
added missing space after challenge response
This commit is contained in:
parent
19513a0bbf
commit
d5503a202e
1 changed files with 1 additions and 1 deletions
|
@ -443,7 +443,7 @@ class POP3Connection extends EventEmitter {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!params.length) {
|
if (!params.length) {
|
||||||
this.send('+');
|
this.send('+ ');
|
||||||
this._nextHandler = (args, next) => this.authPlain(args, next);
|
this._nextHandler = (args, next) => this.authPlain(args, next);
|
||||||
return next();
|
return next();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue