Fix 'struct' default for fetch()

fork
mscdex 12 years ago
parent e204707743
commit 6b6bfb6bc1

@ -898,7 +898,7 @@ ImapConnection.prototype._fetch = function(which, uids, options, what, cb) {
var toFetch = '', prefix, extensions, self = this,
parse = true, headers, key, stream,
opts = { markSeen: false, size: false },
opts = { markSeen: false, struct: true, size: false },
fetchers = {}, part;
if (typeof what === 'function') {

Loading…
Cancel
Save