chadxz / imap-simple

Wrapper over node-imap, providing a simpler api for common use cases
MIT License
243 stars 80 forks source link

User is authenticated but not connected #94

Closed piyushmchetu closed 3 years ago

piyushmchetu commented 3 years ago

Its sometime connected but sometime it says this error. I dont know with the same configuration why this throwing issue and if it is connected sometime than why its connected. Here are the configuration done below

 user: "email Address",
 password: "Password",
 host: Host Name,
 port: 993,
 tlsOptions: { rejectUnauthorized: false },
 tls: true,
 authTimeout: 10000