Comparing version 0.7.3 to 0.7.4
@@ -917,3 +917,3 @@ var assert = require('assert'), | ||
ImapConnection.prototype.fetch = function(uids, options, what, cb) { | ||
return this._fetch('UID ', uids, options, what); | ||
return this._fetch('UID ', uids, options, what, cb); | ||
}; | ||
@@ -920,0 +920,0 @@ |
{ "name": "imap", | ||
"version": "0.7.3", | ||
"version": "0.7.4", | ||
"author": "Brian White <mscdex@mscdex.net>", | ||
@@ -4,0 +4,0 @@ "description": "An IMAP module for node.js that makes communicating with IMAP servers easy", |
318857