Lines Matching defs:message
183 imap_get_message, /* Get SASL response message */
354 * Gets the authentication message from the response buffer.
358 char *message = Curl_dyn_ptr(&data->conn->proto.imapc.pp.recvbuf);
362 /* Find the start of the message */
364 for(message += 2; *message == ' ' || *message == '\t'; message++, len--)
367 /* Find the end of the message */
369 if(message[len] != '\r' && message[len] != '\n' && message[len] != ' ' &&
370 message[len] != '\t')
373 /* Terminate the message */
374 message[++len] = '\0';
375 Curl_bufref_set(out, message, len, NULL);
717 * Sends a FETCH command to initiate the download of a message.
759 * Sends an APPEND command to initiate the upload of a message.
1554 * This is the actual DO function for IMAP. Fetch or append a message, or do