Lines Matching full:authenticate
364 a space and optionally some text as per RFC-3501 for the AUTHENTICATE and
434 "AUTHENTICATE",
530 * Sends a clear text LOGIN command to authenticate with.
538 /* Check we have a username and password to authenticate with and end the
567 * Sends an AUTHENTICATE command allowing the client to login with the given
577 /* Send the AUTHENTICATE command with the initial response */
578 result = imap_sendf(conn, "AUTHENTICATE %s %s", mech, initresp);
581 /* Send the AUTHENTICATE command */
582 result = imap_sendf(conn, "AUTHENTICATE %s", mech);
616 /* Check we have enough data to authenticate with and end the