Vitalii
Results
2
issues of
Vitalii
Hi! Working with node-imap module I got a problem. ``` imap.seq.search(['ALL', ['FROM', '[email protected]']], function(err, receivedIds) { console.log(ids) }); ``` doesn't return any results if message was received recently. At the...
Hi there! Is there a bug in counting collections items? All collections except users are greater per one than real value. In /lib/server/publish.coffee line 36 counting starts from 1. I...