Lines Matching defs:command
171 pop3_perform_auth, /* Send authentication command */
217 /* Are we processing CAPA command responses? */
319 * Sends the CAPA command in order to obtain a list of server side supported
332 /* Send the CAPA command */
345 * Sends the STLS command to start the upgrade to TLS.
350 /* Send the STLS command */
399 * Sends a clear text USER command to authenticate with.
414 /* Send the USER command */
428 * Sends an APOP command to authenticate with.
479 * Sends an AUTH command allowing the client to login with the given SASL
491 /* Send the AUTH command with the initial response */
495 /* Send the AUTH command */
590 * Sends a POP3 based command.
597 const char *command = NULL;
599 /* Calculate the default command */
601 command = "LIST";
608 command = "RETR";
610 /* Send the command */
614 pop3->custom : command), pop3->id);
618 pop3->custom : command));
635 /* Send the QUIT command */
880 /* Send the PASS command */
907 /* For command responses */
1204 /* Start the first command in the DO phase */