imap-client
Advanced tools
Comparing version 0.13.1 to 0.13.2
{ | ||
"name": "imap-client", | ||
"version": "0.13.1", | ||
"version": "0.13.2", | ||
"scripts": { | ||
@@ -5,0 +5,0 @@ "pretest": "dir=$(pwd) && cd node_modules/browserbox/node_modules/tcp-socket/node_modules/node-forge/ && npm install && npm run minify && cd $dir", |
@@ -366,4 +366,4 @@ (function(factory) { | ||
var msgs = cached.uidlist.slice(-100); | ||
var firstUid = msgs.shift(); | ||
var lastUid = msgs.pop(); | ||
var firstUid = (msgs.shift() || '1'); | ||
var lastUid = (msgs.pop() || '*'); | ||
@@ -370,0 +370,0 @@ axe.debug(DEBUG_TAG, 'listing changes since MODSEQ ' + highestModseq + ' for ' + path); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
114829