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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/lib/
H A Dimap.c213 * imapsendf()
219 static CURLcode imapsendf(struct connectdata *conn, function
325 result = imapsendf(conn, str, "%s LOGIN %s %s", str,
499 result = imapsendf(conn, str, "%s SELECT %s", str,
518 result = imapsendf(conn, str, "%s FETCH 1 BODY[TEXT]", str);
589 result = imapsendf(conn, str, "%s STARTTLS", str);
904 result = imapsendf(conn, str, "%s LOGOUT", str, NULL);

Completed in 41 milliseconds