Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
28
function
openInbox(cb) {
29
imap.openBox(
'INBOX'
, false, cb);
30
}
31
32
imap.once(
'ready'
,
function
() {
33
openInbox(
function
(err, box) {
Callers
1
kumar_asshole.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected