HomeSort by relevance Sort by last modified time
    Searched refs:IMAP (Results 1 - 13 of 13) sorted by null

  /external/curl/docs/cmdline-opts/
ssl-reqd.d 3 Protocols: FTP IMAP POP3 SMTP
ssl.d 3 Protocols: FTP IMAP POP3 SMTP
login-options.d 3 Protocols: IMAP POP3 SMTP
10 be used during authentication. At present only IMAP, POP3 and SMTP support
form-string.d 3 Protocols: HTTP SMTP IMAP
request.d 33 (IMAP)
34 Specifies a custom IMAP command to use instead of LIST. (Added in 7.30.0)
oauth2-bearer.d 4 Protocols: IMAP POP3 SMTP
url.d 10 name matches DICT, FTP, IMAP, LDAP, POP3 or SMTP then that protocol will be
form.d 5 Protocols: HTTP SMTP IMAP
12 For SMTP and IMAP protocols, this is the mean to compose a multipart mail
33 data is sent as chunks by HTTP and rejected by IMAP.
  /external/curl/lib/
imap.h 29 * IMAP unique setup
52 /* This IMAP struct is used in the Curl_easy. All IMAP data that is
56 struct IMAP {
72 imapstate state; /* Always use imap.c:state() to change state! */
imap.c 22 * RFC2595 Using TLS with IMAP, POP3 and ACAP
28 * RFC4959 IMAP Extension for SASL Initial Client Response
29 * RFC5092 IMAP URL Scheme
70 #include "imap.h"
114 * IMAP protocol handler.
118 "IMAP", /* scheme */
170 /* SASL parameters for the imap protocol */
172 "imap", /* The service name */
246 struct IMAP *imap = conn->data->req.protop local
611 struct IMAP *imap = data->req.protop; local
646 struct IMAP *imap = data->req.protop; local
685 struct IMAP *imap = conn->data->req.protop; local
720 struct IMAP *imap = data->req.protop; local
790 struct IMAP *imap = conn->data->req.protop; local
1046 struct IMAP *imap = conn->data->req.protop; local
1377 struct IMAP *imap; local
1457 struct IMAP *imap = data->req.protop; local
1520 struct IMAP *imap = data->req.protop; local
1643 struct IMAP *imap = conn->data->req.protop; local
1948 struct IMAP *imap = data->req.protop; local
2078 struct IMAP *imap = data->req.protop; local
    [all...]
  /external/curl/tests/
serverhelp.pm 82 /^((ftp|http|imap|pop3|smtp|http-pipe)s?)(\d*)(-ipv6|)$/) {
108 ($proto =~ /^(((FTP|HTTP|HTTP\/2|IMAP|POP3|SMTP|HTTP-PIPE)S?)|(TFTP|SFTP|SOCKS|SSH|RTSP|GOPHER|HTTPTLS|DICT|SMB|SMBS|TELNET))$/));
161 $trailer = '_stunnel.log' if(lc($proto) =~ /^(ftp|http|imap|pop3|smtp)s$/);
202 (lc($proto) =~ /^(ftp|imap|pop3|smtp)s?$/));
214 (lc($proto) =~ /^(ftp|imap|pop3|smtp)s?$/));
ftpserver.pl 27 # that are similar in spirit. Like POP3, IMAP and SMTP in addition to the FTP
614 elsif($proto eq 'imap') {
645 '* OK curl IMAP server ready to serve'."\r\n")
1064 # What was deleted by IMAP STORE / POP3 DELE commands
1068 ################ IMAP commands
1077 # Any IMAP parameter can come in escaped and in double quotes.
    [all...]
  /external/curl/
configure     [all...]

Completed in 609 milliseconds