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

fork
mscdex 11 years ago
commit 13eb18f97d

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

Loading…
Cancel
Save