Home
last modified time | relevance | path

Searched refs:imap_sendf (Results 1 – 1 of 1) sorted by relevance

/curl/lib/
H A Dimap.c441 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()
744 result = imap_sendf(data, "FETCH %s BODY[%s]", in imap_perform_fetch()
817 result = imap_sendf(data, in imap_perform_append()
847 result = imap_sendf(data, "SEARCH %s", imap->query); in imap_perform_search()
[all …]

Completed in 12 milliseconds