MCPcopy Create free account
hub / github.com/NARKOZ/hacker-scripts / openInbox

Function openInbox

nodejs/kumar_asshole.js:28–30  ·  view source on GitHub ↗
(cb)

Source from the content-addressed store, hash-verified

26});
27
28function openInbox(cb) {
29 imap.openBox('INBOX', false, cb);
30}
31
32imap.once('ready', function() {
33 openInbox(function(err, box) {

Callers 1

kumar_asshole.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected