node-poplib icon indicating copy to clipboard operation
node-poplib copied to clipboard

fixing securePair unhandled exception in starttls()

Open khalilTN opened this issue 10 years ago • 0 comments

When connecting bu fault to an imap server, an exception occurs, this exception cannot be handled as it does not arrive to my app layer. Adding a onError listener to the securePair in starttls() solved this.

khalilTN avatar Feb 23 '15 14:02 khalilTN