Home
last modified time | relevance | path

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

1234

/external/curl/docs/examples/
D.gitignore22 imap
23 imap-append
24 imap-copy
25 imap-create
26 imap-delete
27 imap-examine
28 imap-fetch
29 imap-list
30 imap-multi
31 imap-noop
[all …]
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 \
/external/curl/lib/
Dimap.c287 struct IMAP *imap = conn->data->req.protop; in imap_endofresp() local
321 if((!imap->custom && !imap_matchresp(line, len, "LIST")) || in imap_endofresp()
322 (imap->custom && !imap_matchresp(line, len, imap->custom) && in imap_endofresp()
323 (strcmp(imap->custom, "STORE") || in imap_endofresp()
325 strcmp(imap->custom, "SELECT") && in imap_endofresp()
326 strcmp(imap->custom, "EXAMINE") && in imap_endofresp()
327 strcmp(imap->custom, "SEARCH") && in imap_endofresp()
328 strcmp(imap->custom, "EXPUNGE") && in imap_endofresp()
329 strcmp(imap->custom, "LSUB") && in imap_endofresp()
330 strcmp(imap->custom, "UID") && in imap_endofresp()
[all …]
/external/curl/tests/data/
Dtest132117 imap: sure hit me
31 imap: sure hit me
47 imap
57 'imap://imap.1321:%IMAPPORT/1321/;UID=1' -u user:secret -p -x %HOSTIP:%PROXYPORT
75 CONNECT imap.1321:%IMAPPORT HTTP/1.1
76 Host: imap.1321:%IMAPPORT
Dtest80425 imap
31 'imap://%HOSTIP:%IMAPPORT/804/;UID=123/;SECTION=1' 'imap://%HOSTIP:%IMAPPORT/804/;UID=456/;SECTION=…
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/;UID=1' -u user.one:secret -: 'imap://%HOSTIP:%IMAPPORT/836/;UID=2' -…
Dtest82912 imap
18 imap://%HOSTIP:%IMAPPORT/%0d%0a/829
Dtest81420 imap
26 imap://%HOSTIP:%IMAPPORT/814 -u user:secret -X 'CHECK'
Dtest81120 imap
26 imap://%HOSTIP:%IMAPPORT -u user:secret -X 'CREATE 811'
Dtest81320 imap
26 imap://%HOSTIP:%IMAPPORT -u user:secret -X 'RENAME 666 813'
Dtest81220 imap
26 imap://%HOSTIP:%IMAPPORT -u user:secret -X 'DELETE 812'
Dtest81720 imap
26 imap://%HOSTIP:%IMAPPORT -u user:secret -X 'COPY 123 817'
Dtest80321 imap
27 'imap://%HOSTIP:%IMAPPORT/803;UIDVALIDITY=12345/;UID=123' -u user:secret
Dtest80624 imap
30 imap://%HOSTIP:%IMAPPORT/806 -u user:secret
Dtest81022 imap
28 imap://%HOSTIP:%IMAPPORT/810?NEW -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/;UID=123/;SECTION=TEXT' -u user:secret
Dtest80125 imap
31 'imap://%HOSTIP:%IMAPPORT/801/;UID=123/;SECTION=1' -u user:secret
Dtest80028 imap
34 'imap://%HOSTIP:%IMAPPORT/800/;UID=1' -u user:secret
Dtest81826 imap
32 imap://%HOSTIP:%IMAPPORT -X NOOP -u user:secret
Dtest80725 imap
31 imap://%HOSTIP:%IMAPPORT -u user:secret -X 'LSUB "807" *'
Dtest81934 imap
40 'imap://%HOSTIP:%IMAPPORT/819/;UID=1' -u user:secret
/external/deqp/scripts/opengl/
Dgen_wrapper.py25 from itertools import imap, chain
41 defines = imap(commandAliasDefinition, iface.commands)
42 prototypes = imap(commandWrapperDeclaration, iface.commands)

1234