walrus781
walrus781
okey, i'm just stupid, forgot about imap.once()
okey, cause im working with multiple email, i'm trying to loop coming data and connect in loop, but somithing gone wrong, so i'm here again my loop ``` for(var i...
okey, deleted it, is still same(
not all, mostly to justhost, but have few gmails
port 993 is used at all, with tls and autotls I just experimented, checked what I get
that's what i'm get when config like this ``` var config = { user: login, password: password, host: host, port: port, tls: true, authTimeout: 30000, debug: console.log } ``` ```...
no, port 993 in every email config which i get
So, I try to go through all the mails and take unread messages, I get mail configs from a json object and go through it using for ... in. it...
yeah, i get it now, thx, but it still throws `[connection] Error: Error: 16068:error:1408F10B:SSL routines:ssl3_get_record:wrong version number:openssl\ssl\record\ssl3_record.c:252:` and i already removed it `rejectUnauthorized: false`, thx