Fix missing message structure in fetch result

fork
Chotiwat Chawannakul 12 years ago
parent 3ef5ad8f18
commit ca317f56d9

@ -824,6 +824,7 @@ ImapConnection.prototype._fetch = function(which, uids, options) {
if (extensions)
cmd += extensions;
cmd += 'UID FLAGS INTERNALDATE';
cmd += (opts.request.struct ? ' BODYSTRUCTURE' : '');
if (toFetch !== undefined) {
cmd += ' BODY';
if (!opts.markSeen)

Loading…
Cancel
Save