chirag04 / mail-listener2

Mail listener library for node.js. Get notification when new email arrived.
MIT License
245 stars 116 forks source link

imapDisconnected always connection getting disconnected. #69

Open Rajafkvp opened 6 years ago

Rajafkvp commented 6 years ago

after uploading to the firebase , i am getting below error in firebase console

Error: getaddrinfo ENOTFOUND imap.gmail.com imap.gmail.com:993 at errnoException (dns.js:28:10) at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:76:26) code: 'ENOTFOUND', errno: 'ENOTFOUND', syscall: 'getaddrinfo', hostname: 'imap.gmail.com', host: 'imap.gmail.com', port: 993, source: 'socket'

KabataMacharia commented 6 years ago

+1

kaeyonbaker commented 5 years ago

I run into the same error and found my host is set to ' imap.gmail.com' with extra space. maybe you can check the host again