Home
last modified time | relevance | path

Searched refs:imap (Results 1 – 25 of 161) sorted by relevance

1234567

/external/curl/lib/
Dimap.c249 struct IMAP *imap = conn->data->req.protop; in imap_endofresp() local
279 if((!imap->custom && !imap_matchresp(line, len, "LIST")) || in imap_endofresp()
280 (imap->custom && !imap_matchresp(line, len, imap->custom) && in imap_endofresp()
281 (!strcasecompare(imap->custom, "STORE") || in imap_endofresp()
283 !strcasecompare(imap->custom, "SELECT") && in imap_endofresp()
284 !strcasecompare(imap->custom, "EXAMINE") && in imap_endofresp()
285 !strcasecompare(imap->custom, "SEARCH") && in imap_endofresp()
286 !strcasecompare(imap->custom, "EXPUNGE") && in imap_endofresp()
287 !strcasecompare(imap->custom, "LSUB") && in imap_endofresp()
288 !strcasecompare(imap->custom, "UID") && in imap_endofresp()
[all …]
/external/curl/docs/examples/
DMakefile.inc32 imap-list imap-lsub imap-fetch imap-store imap-append imap-examine \
33 imap-search imap-create imap-delete imap-copy imap-noop imap-ssl \
34 imap-tls imap-multi url2file sftpget ftpsget postinmemory http2-download \
38 urlapi imap-authzid pop3-authzid smtp-authzid http3 altsvc \
/external/curl/tests/data/
Dtest132117 imap: sure hit me
44 imap
55 'imap://imap.1321:%IMAPPORT/1321/;MAILINDEX=1' -u user:secret -p -x %HOSTIP:%PROXYPORT
70 CONNECT imap.1321:%IMAPPORT HTTP/1.1
71 Host: imap.1321:%IMAPPORT
Dtest80425 imap
31 'imap://%HOSTIP:%IMAPPORT/804/;MAILINDEX=123/;SECTION=1' 'imap://%HOSTIP:%IMAPPORT/804/;MAILINDEX=4…
Dtest81524 imap
30 imap://%HOSTIP:%IMAPPORT/815 -X 'STORE 123 +Flags \Deleted' -u user:secret -: imap://%HOSTIP:%IMAPP…
Dtest81627 imap
33 imap://%HOSTIP:%IMAPPORT/816 -X 'STORE 123 +Flags \Deleted' -u user:secret -: imap://%HOSTIP:%IMAPP…
Dtest83633 imap
39 'imap://%HOSTIP:%IMAPPORT/836/;MAILINDEX=1' -u user.one:secret -: 'imap://%HOSTIP:%IMAPPORT/836/;UI…
Dtest82912 imap
18 imap://%HOSTIP:%IMAPPORT/%0d%0a/829
Dtest66012 imap
22 imap://%HOSTIP:%IMAPPORT/660
Dtest89620 imap
26 'imap://%HOSTIP:%IMAPPORT/895/;MAILINDEX=1' -u '"user:sec"ret{' --login-options 'AUTH=dummy'
Dtest81420 imap
26 imap://%HOSTIP:%IMAPPORT/814 -u user:secret -X 'CHECK'
Dtest81120 imap
26 imap://%HOSTIP:%IMAPPORT -u user:secret -X 'CREATE 811'
Dtest81220 imap
26 imap://%HOSTIP:%IMAPPORT -u user:secret -X 'DELETE 812'
Dtest81320 imap
26 imap://%HOSTIP:%IMAPPORT -u user:secret -X 'RENAME 666 813'
Dtest81720 imap
26 imap://%HOSTIP:%IMAPPORT -u user:secret -X 'COPY 123 817'
Dtest80321 imap
27 'imap://%HOSTIP:%IMAPPORT/803;UIDVALIDITY=12345/;MAILINDEX=123' -u user:secret
Dtest81022 imap
28 imap://%HOSTIP:%IMAPPORT/810?NEW -u user:secret
Dtest80624 imap
30 imap://%HOSTIP:%IMAPPORT/806 -u user:secret
Dtest81826 imap
32 imap://%HOSTIP:%IMAPPORT -X NOOP -u user:secret
Dtest80923 imap
29 imap://%HOSTIP:%IMAPPORT -u user:secret -X 'STATUS 809 (UIDNEXT MESSAGES)'
Dtest80226 imap
32 'imap://%HOSTIP:%IMAPPORT/802;UIDVALIDITY=3857529045/;MAILINDEX=123/;SECTION=TEXT' -u user:secret
/external/deqp/scripts/opengl/
Dgen_wrapper.py28 from itertools import imap
30 imap=map variable
46 defines = imap(commandAliasDefinition, iface.commands)
47 prototypes = imap(commandWrapperDeclaration, iface.commands)
/external/deqp/scripts/egl/
Dgtf_wrapper.py31 from itertools import imap
33 imap=map variable
97 defines = imap(commandAliasDefinition, defaultIface.commands)
98 prototypes = imap(commandWrapperDeclaration, defaultIface.commands)
/external/python/cpython3/Doc/includes/
Dmp_pool.py54 imap_it = pool.imap(calculatestar, TASKS)
98 print(list(pool.imap(f, list(range(10)))))
104 it = pool.imap(f, list(range(10)))
138 it = pool.imap(calculatestar, TASKS)
/external/python/cpython2/Doc/includes/
Dmp_pool.py69 imap_it = pool.imap(calculatestar, TASKS)
110 C = list(pool.imap(pow3, xrange(N), chunksize=N//8))
132 C = list(pool.imap(noop, L, chunksize=len(L)//8))
162 print list(pool.imap(f, range(10)))
168 it = pool.imap(f, range(10))
202 it = pool.imap(calculatestar, TASKS)

1234567