fix typo
This commit is contained in:
parent
a9f8bf1af3
commit
afac513994
@ -545,7 +545,7 @@ Cloudron.prototype.saveSieveScript = function (owner, callback) {
|
||||
socket.on('error', callback);
|
||||
};
|
||||
|
||||
Cloudron.prototype.checSieveScript = function (owner, callback) {
|
||||
Cloudron.prototype.checkSieveScript = function (owner, callback) {
|
||||
var authString = 'AUTHENTICATE "PLAIN" "' + new Buffer('\0' + owner.username + '\0' + owner.password).toString('base64') + '"';
|
||||
|
||||
callback = once(callback);
|
||||
|
Loading…
Reference in New Issue
Block a user