ditesh / node-poplib

POP3 client library for Node.js
MIT License
128 stars 44 forks source link

cant pass options to underlying tls module #27

Open ambarish-bakre opened 6 years ago

ambarish-bakre commented 6 years ago

https://github.com/ditesh/node-poplib/commit/7a73309ba9c1fc0921eb511ded81b86e87976445 this commit overwrote the changes that allowed to pass more options to tls module like key, cert, ca etc which can be used to deal with self-signed SSL certificates. Instead we're now forced to turn off certificate verfication using rejectUnauthorised option. Please fix this asap