Searched refs:imap_matchresp (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/curl-83.1.2/curl/lib/
H A Dimap.c227 * imap_matchresp()
235 static bool imap_matchresp(const char *line, size_t len, const char *cmd) function
305 if(!imap_matchresp(line, len, "CAPABILITY"))
310 if((!imap->custom && !imap_matchresp(line, len, "LIST")) ||
311 (imap->custom && !imap_matchresp(line, len, imap->custom) &&
313 !imap_matchresp(line, len, "FETCH")) &&
330 if(!imap_matchresp(line, len, "FETCH"))
335 if(!imap_matchresp(line, len, "SEARCH"))

Completed in 120 milliseconds