• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/curl-83.1.2/curl/lib/

Lines Matching refs:IMAP

22  * RFC2595 Using TLS with IMAP, POP3 and ACAP
27 * RFC4959 IMAP Extension for SASL Initial Client Response
28 * RFC5092 IMAP URL Scheme
114 * IMAP protocol handler.
118 "IMAP", /* scheme */
166 * HTTP-proxyed IMAP protocol handler.
170 "IMAP", /* scheme */
276 struct IMAP *imap = conn->data->req.protop;
415 * This is the ONLY way to change IMAP state!
452 infof(conn->data, "IMAP %p state change from %s to %s\n",
660 struct IMAP *imap = data->req.protop;
695 struct IMAP *imap = data->req.protop;
734 struct IMAP *imap = conn->data->req.protop;
768 struct IMAP *imap = conn->data->req.protop;
809 struct IMAP *imap = conn->data->req.protop;
1453 struct IMAP *imap = conn->data->req.protop;
1572 /* IMAP download */
1623 /* IMAP upload */
1685 /* Busy upgrading the connection; right now all I/O is SSL/TLS, not IMAP */
1706 /* We have now received a full IMAP server response */
1843 /* Allocate and initialize the struct IMAP for the current SessionHandle if
1849 struct IMAP *imap;
1851 imap = data->req.protop = calloc(sizeof(struct IMAP), 1);
1858 /* For the IMAP "protocol connect" and "doing" phases only */
1883 /* We always support persistent connections in IMAP */
1884 connkeep(conn, "IMAP default");
1929 struct IMAP *imap = data->req.protop;
1935 is still trying to resolve the host name, the IMAP struct is not yet
1941 connclose(conn, "IMAP done with bad status"); /* marked for closure */
1987 * This is the actual DO function for IMAP. Fetch or append a message, or do
1993 /* This is IMAP and no proxy */
1996 struct IMAP *imap = data->req.protop;
2086 * Disconnect from an IMAP server. Cleanup protocol-specific per-connection
2097 /* The IMAP session may or may not have been allocated/setup at this
2119 struct IMAP *imap = conn->data->req.protop;
2185 /* Initialise the IMAP layer */
2191 /* Unless we have asked to tunnel IMAP operations through the proxy, we
2208 failf(data, "IMAP over http proxy requires HTTP support built-in!");
2222 * Sends the formated string as an IMAP command to the server.
2461 struct IMAP *imap = data->req.protop;
2514 DEBUGF(infof(conn->data, "IMAP URL parameter '%s' = '%s'\n", name, value));
2591 struct IMAP *imap = data->req.protop;