You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem you are hitting is that port 110 is not an SSL-wrapped port. You either need to pass false as the useSsl argument or you need to use port 995.
var mc = new OpenPop.Pop3.Pop3Client();
string hn = "pop.ionos.com";
The text was updated successfully, but these errors were encountered: