Loading lib/imap.c +2 −1 Original line number Diff line number Diff line Loading @@ -601,6 +601,7 @@ static CURLcode imap_state_servergreet_resp(struct connectdata *conn, to TLS connection now */ const char *str = getcmdid(conn); result = imap_sendf(conn, str, "%s STARTTLS", str); if(!result) state(conn, IMAP_STARTTLS); } else Loading Loading
lib/imap.c +2 −1 Original line number Diff line number Diff line Loading @@ -601,6 +601,7 @@ static CURLcode imap_state_servergreet_resp(struct connectdata *conn, to TLS connection now */ const char *str = getcmdid(conn); result = imap_sendf(conn, str, "%s STARTTLS", str); if(!result) state(conn, IMAP_STARTTLS); } else Loading