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

/macosx-10.10.1/bind9-45.101/bind9/contrib/idn/idnkit-1.0-src/lib/
H A Dnameprep_template.c80 #define IMAP compose_sym3(nameprep_, VERSION, _map_imap) macro
83 offset = TABLE[IMAP[IMAP[idx0] + idx1]].tbl[idx2];
87 #undef IMAP macro
99 #define IMAP compose_sym3(nameprep_, VERSION, _prohibited_imap) macro
101 bm = BITMAP[IMAP[IMAP[idx0] + idx1]].bm;
103 #undef IMAP macro
114 #define IMAP compose_sym3(nameprep_, VERSION, _unassigned_imap) macro
116 bm = BITMAP[IMAP[IMA
118 #undef IMAP macro
129 #define IMAP macro
134 #undef IMAP macro
[all...]
H A Dunicode_template.c54 IMAP(vprefix)[\
55 IMAP(vprefix)[IDX0(mprefix, v)] + IDX1(mprefix, v)\
70 #define IMAP(vprefix) concat4(VERSION, _, vprefix, _imap) macro
/macosx-10.10.1/ruby-106/ruby/test/net/imap/
H A Dtest_imap_response_parser.rb8 if Net::IMAP.respond_to?(:max_flag_count)
9 @max_flag_count = Net::IMAP.max_flag_count
10 Net::IMAP.max_flag_count = 3
16 if Net::IMAP.respond_to?(:max_flag_count)
17 Net::IMAP.max_flag_count = @max_flag_count
22 parser = Net::IMAP::ResponseParser.new
33 parser = Net::IMAP::ResponseParser.new
41 assert_raise(Net::IMAP::FlagCountError) do
49 parser = Net::IMAP::ResponseParser.new
60 parser = Net::IMAP
[all...]
H A Dtest_imap.rb21 assert_equal("foo", Net::IMAP.encode_utf7("foo"))
22 assert_equal("&-", Net::IMAP.encode_utf7("&"))
25 s = Net::IMAP.encode_utf7(utf8)
27 s = Net::IMAP.encode_utf7("foo&#{utf8}-bar".encode("EUC-JP"))
31 s = Net::IMAP.encode_utf7(utf8)
33 s = Net::IMAP.encode_utf7(utf8.encode("EUC-JP"))
38 assert_equal("&", Net::IMAP.decode_utf7("&-"))
39 assert_equal("&-", Net::IMAP.decode_utf7("&--"))
41 s = Net::IMAP.decode_utf7("&,yH,Iv8j-")
48 s = Net::IMAP
[all...]
/macosx-10.10.1/curl-83.1.2/curl/lib/
H A Dimap.h28 * IMAP unique setup
61 /* This IMAP struct is used in the SessionHandle. All IMAP data that is
65 struct IMAP { struct
H A Dimap.c22 * 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
[all...]
/macosx-10.10.1/curl-83.1.2/curl/tests/
H A Dserverhelp.pm108 ($proto =~ /^(((FTP|HTTP|IMAP|POP3|SMTP|HTTP-PIPE)S?)|(TFTP|SFTP|SOCKS|SSH|RTSP|GOPHER|HTTPTLS))$/));
/macosx-10.10.1/ruby-106/ruby/lib/net/
H A Dimap.rb12 # See Net::IMAP for documentation.
28 # Net::IMAP implements Internet Message Access Protocol (IMAP) client
29 # functionality. The protocol is described in [IMAP].
31 # == IMAP Overview
33 # An IMAP client connects to a server, and then authenticates
64 # order within a mailbox; this means that if a non-IMAP client
66 # UIDs have to be reassigned. An IMAP client cannot thus
73 # imap = Net::IMAP.new('mail.example.com')
83 # imap = Net::IMAP
201 class IMAP class in class:Net
[all...]
/macosx-10.10.1/curl-83.1.2/curl/packages/vms/
H A Dbuild_curl-config_script.com189 $ proto1 = "DICT FILE FTP FTPS GOPHER HTTP HTTPS IMAP IMAPS"
/macosx-10.10.1/curl-83.1.2/curl/
H A Dconfigure1849 --enable-imap Enable IMAP support
1850 --disable-imap Disable IMAP support
39171 SUPPORT_PROTOCOLS="$SUPPORT_PROTOCOLS IMAP"
[all...]

Completed in 178 milliseconds