Merge branch 'master' of github.com:mscdex/node-imap

fork
mscdex 12 years ago
commit 13eb18f97d

@ -797,7 +797,7 @@ ImapConnection.prototype.getBoxes = function(namespace, cb) {
namespace = ''; namespace = '';
} }
this._send((!this._serverSupports('XLIST') ? 'LIST' : 'XLIST') this._send((!this._serverSupports('XLIST') ? 'LIST' : 'XLIST')
+ ' "' + utils.escape(namespace) + '" "*"', cb); + ' "' + utils.escape(utf7.encode(''+namespace)) + '" "*"', cb);
}; };
ImapConnection.prototype.addBox = function(name, cb) { ImapConnection.prototype.addBox = function(name, cb) {

Loading…
Cancel
Save