Home | History | Annotate | Download | only in lib

Lines Matching full:starttls

428     "STARTTLS",
480 * Sends the STARTTLS command to start the upgrade to TLS.
486 /* Send the STARTTLS command */
487 result = imap_sendf(conn, "STARTTLS");
888 /* Does the server support the STARTTLS capability? */
889 if(wordlen == 8 && !memcmp(line, "STARTTLS", 8))
927 failf(data, "STARTTLS not supported.");
940 /* For STARTTLS responses */
952 failf(data, "STARTTLS denied. %c", imapcode);