Marcus Vinicius

Results 2 comments of Marcus Vinicius

> After a long struggle, I came here eventually seeking for any clue for a solution > > I am trying to deploy nightmarejs app to heroku (which works perfectly...

` let imap = new Imap({ user: '[email protected]', password: 'xxxxxxxx', host: 'imap.xxxx.com', port: 993, tls: true, keepalive: { interval: 10000, idleInterval: 0, forceNoop: true, }, }) ` /** This is...