You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello. I am currently using Visual Studio Code with 18.16.0 Node. I am trying to use imap, but it keeps saying the error is "ECONNREFUSED". What might be the cause of this? I am providing the right details. Or should be at least.
var Imap = require('imap'),
inspect = require('util').inspect;
var imap = new Imap({
user: '[email protected]',
password: 'gmailpass',
host: 'imap.gmail.com',
port: 993,
tls: true
});
Hello. I am currently using Visual Studio Code with 18.16.0 Node. I am trying to use imap, but it keeps saying the error is "ECONNREFUSED". What might be the cause of this? I am providing the right details. Or should be at least.
Full error message:
The text was updated successfully, but these errors were encountered: