Hi,
client.Connection();
fails with an AuthenticationException "The remote certificate is invalid according to the validation procedure." then it continues with ArgumentException: "Stream was not readable." and finally ImapException: "dont connect". This last exception is the one that is caught by my try-catch.
I understand the remote certification but is there a way to pass a parameter to accept it?
Another enhancement would be to let the initial error surface rather than the last one.
Great work anyway!
client.Connection();
fails with an AuthenticationException "The remote certificate is invalid according to the validation procedure." then it continues with ArgumentException: "Stream was not readable." and finally ImapException: "dont connect". This last exception is the one that is caught by my try-catch.
I understand the remote certification but is there a way to pass a parameter to accept it?
Another enhancement would be to let the initial error surface rather than the last one.
Great work anyway!