Loading lib/pop3.c +2 −1 Original line number Diff line number Diff line Loading @@ -542,6 +542,7 @@ static CURLcode pop3_state_servergreet_resp(struct connectdata *conn, /* We don't have a SSL/TLS connection yet, but SSL is requested. Switch to TLS connection now */ result = Curl_pp_sendf(&pop3c->pp, "STLS"); if(!result) state(conn, POP3_STARTTLS); } else Loading Loading
lib/pop3.c +2 −1 Original line number Diff line number Diff line Loading @@ -542,6 +542,7 @@ static CURLcode pop3_state_servergreet_resp(struct connectdata *conn, /* We don't have a SSL/TLS connection yet, but SSL is requested. Switch to TLS connection now */ result = Curl_pp_sendf(&pop3c->pp, "STLS"); if(!result) state(conn, POP3_STARTTLS); } else Loading