CQ dom = CQ.CreateFromUrl("http://www.jquery.com"); CQ.CreateFromUrlAsync("http://www.jquery.com", successDelegate, failureDelegate); IPromise promise = CQ ...
This is a node IMAP client that uses promises. It is based on node-imap but the resulting code is shorter and easier to understand. var IPromise = require('imap ...