Loading lib/imap.c +1 −1 Original line number Diff line number Diff line Loading @@ -952,7 +952,7 @@ static CURLcode imap_state_starttls_resp(struct connectdata *conn, if(imapcode != 'O') { if(data->set.use_ssl != CURLUSESSL_TRY) { failf(data, "STARTTLS denied. %c", imapcode); failf(data, "STARTTLS denied"); result = CURLE_USE_SSL_FAILED; } else Loading lib/pop3.c +1 −1 Original line number Diff line number Diff line Loading @@ -799,7 +799,7 @@ static CURLcode pop3_state_starttls_resp(struct connectdata *conn, if(pop3code != '+') { if(data->set.use_ssl != CURLUSESSL_TRY) { failf(data, "STARTTLS denied. %c", pop3code); failf(data, "STARTTLS denied"); result = CURLE_USE_SSL_FAILED; } else Loading Loading
lib/imap.c +1 −1 Original line number Diff line number Diff line Loading @@ -952,7 +952,7 @@ static CURLcode imap_state_starttls_resp(struct connectdata *conn, if(imapcode != 'O') { if(data->set.use_ssl != CURLUSESSL_TRY) { failf(data, "STARTTLS denied. %c", imapcode); failf(data, "STARTTLS denied"); result = CURLE_USE_SSL_FAILED; } else Loading
lib/pop3.c +1 −1 Original line number Diff line number Diff line Loading @@ -799,7 +799,7 @@ static CURLcode pop3_state_starttls_resp(struct connectdata *conn, if(pop3code != '+') { if(data->set.use_ssl != CURLUSESSL_TRY) { failf(data, "STARTTLS denied. %c", pop3code); failf(data, "STARTTLS denied"); result = CURLE_USE_SSL_FAILED; } else Loading