Searched refs:imap_sendf (Results 1 – 1 of 1) sorted by relevance
/curl/lib/ |
H A D | imap.c | 441 result = imap_sendf(data, "CAPABILITY"); in imap_perform_capability() 458 CURLcode result = imap_sendf(data, "STARTTLS"); in imap_perform_starttls() 559 result = imap_sendf(data, "AUTHENTICATE %s", mech); in imap_perform_authenticate() 654 result = imap_sendf(data, "%s%s", imap->custom, in imap_perform_list() 664 result = imap_sendf(data, "LIST \"%s\" *", mailbox); in imap_perform_list() 705 result = imap_sendf(data, "SELECT %s", mailbox); in imap_perform_select() 734 result = imap_sendf(data, "UID FETCH %s BODY[%s]", in imap_perform_fetch() 740 result = imap_sendf(data, "FETCH %s BODY[%s]<%s>", in imap_perform_fetch() 744 result = imap_sendf(data, "FETCH %s BODY[%s]", in imap_perform_fetch() 846 result = imap_sendf(data, "SEARCH %s", imap->query); in imap_perform_search() [all …]
|
Completed in 8 milliseconds