ditesh / node-poplib

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

ignoretlserrs should ignore all tls related errors #7

Closed sethyuan closed 10 years ago

sethyuan commented 11 years ago

Ignore even tls certification problems if user has specified ignoretlserrs. I think this would be the correct way to do things, as I am having precisely this problem.

I also fixed a problem related to the LIST command.

meteormatt commented 10 years ago

I think so. :+1:

ditesh commented 10 years ago

Thanks!