Searched refs:imap_matchresp (Results 1 – 1 of 1) sorted by relevance
/curl/lib/ |
H A D | imap.c | 217 static bool imap_matchresp(const char *line, size_t len, const char *cmd) in imap_matchresp() function 283 if(!imap_matchresp(line, len, "CAPABILITY")) in imap_endofresp() 288 if((!imap->custom && !imap_matchresp(line, len, "LIST")) || in imap_endofresp() 289 (imap->custom && !imap_matchresp(line, len, imap->custom) && in imap_endofresp() 291 !imap_matchresp(line, len, "FETCH")) && in imap_endofresp() 309 if(!imap_matchresp(line, len, "FETCH")) in imap_endofresp() 314 if(!imap_matchresp(line, len, "SEARCH")) in imap_endofresp()
|
Completed in 11 milliseconds