node-poplib
node-poplib copied to clipboard
fixing securePair unhandled exception in starttls()
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.