This commit is contained in:
Girish Ramakrishnan 2016-05-18 20:28:23 -07:00
parent a9f8bf1af3
commit afac513994
1 changed files with 1 additions and 1 deletions

View File

@ -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);