X7ROOT File Manager
Current Path:
/opt/alt/ruby18/share/ri/1.8/system/Net/IMAP
opt
/
alt
/
ruby18
/
share
/
ri
/
1.8
/
system
/
Net
/
IMAP
/
ðŸ“
..
ðŸ“
Atom
ðŸ“
BadResponseError
ðŸ“
BodyTypeBasic
ðŸ“
BodyTypeMessage
ðŸ“
BodyTypeMultipart
ðŸ“
BodyTypeText
ðŸ“
ByeResponseError
ðŸ“
CramMD5Authenticator
ðŸ“
DataFormatError
ðŸ“
Error
ðŸ“
Literal
ðŸ“
LoginAuthenticator
ðŸ“
MessageSet
ðŸ“
NoResponseError
ðŸ“
QuotedString
ðŸ“
RawData
ðŸ“
ResponseError
ðŸ“
ResponseParseError
ðŸ“
ResponseParser
📄
add_authenticator-c.yaml
(743 B)
📄
add_response_handler-i.yaml
(723 B)
📄
append-i.yaml
(1.01 KB)
📄
authenticate-i.yaml
(1.47 KB)
📄
capability-i.yaml
(634 B)
📄
cdesc-IMAP.yaml
(30.82 KB)
📄
check-i.yaml
(405 B)
📄
close-i.yaml
(367 B)
📄
copy-i.yaml
(447 B)
📄
copy_internal-i.yaml
(201 B)
📄
create-i.yaml
(391 B)
📄
debug%3d-c.yaml
(229 B)
📄
debug-c.yaml
(227 B)
📄
decode_utf7-c.yaml
(607 B)
📄
delete-i.yaml
(483 B)
📄
disconnect-i.yaml
(242 B)
📄
disconnected%3f-i.yaml
(265 B)
📄
encode_utf7-c.yaml
(269 B)
📄
examine-i.yaml
(571 B)
📄
expunge-i.yaml
(335 B)
📄
fetch-i.yaml
(1.41 KB)
📄
fetch_internal-i.yaml
(200 B)
📄
generate_tag-i.yaml
(182 B)
📄
get_response-i.yaml
(182 B)
📄
get_tagged_response-i.yaml
(199 B)
📄
getacl-i.yaml
(374 B)
📄
getquota-i.yaml
(435 B)
📄
getquotaroot-i.yaml
(469 B)
📄
list-i.yaml
(1.61 KB)
📄
login-i.yaml
(588 B)
📄
logout-i.yaml
(294 B)
📄
lsub-i.yaml
(503 B)
📄
new-c.yaml
(1.51 KB)
📄
noop-i.yaml
(254 B)
📄
normalize_searching_criteria-i.yaml
(218 B)
📄
pick_up_tagged_response-i.yaml
(207 B)
📄
put_string-i.yaml
(181 B)
📄
receive_responses-i.yaml
(192 B)
📄
record_response-i.yaml
(198 B)
📄
remove_response_handler-i.yaml
(276 B)
📄
rename-i.yaml
(611 B)
📄
search-i.yaml
(2.44 KB)
📄
search_internal-i.yaml
(206 B)
📄
select-i.yaml
(845 B)
📄
send_command-i.yaml
(200 B)
📄
send_data-i.yaml
(180 B)
📄
send_list_data-i.yaml
(190 B)
📄
send_literal-i.yaml
(185 B)
📄
send_number_data-i.yaml
(193 B)
📄
send_quoted_string-i.yaml
(197 B)
📄
send_string_data-i.yaml
(193 B)
📄
send_symbol_data-i.yaml
(196 B)
📄
send_time_data-i.yaml
(190 B)
📄
setacl-i.yaml
(497 B)
📄
setquota-i.yaml
(502 B)
📄
sort-i.yaml
(701 B)
📄
sort_internal-i.yaml
(220 B)
📄
status-i.yaml
(1.06 KB)
📄
store-i.yaml
(1.15 KB)
📄
store_internal-i.yaml
(207 B)
📄
subscribe-i.yaml
(551 B)
📄
thread-i.yaml
(952 B)
📄
thread_internal-i.yaml
(224 B)
📄
u16tou8-c.yaml
(173 B)
📄
u8tou16-c.yaml
(173 B)
📄
uid_copy-i.yaml
(285 B)
📄
uid_fetch-i.yaml
(285 B)
📄
uid_search-i.yaml
(284 B)
📄
uid_sort-i.yaml
(302 B)
📄
uid_store-i.yaml
(292 B)
📄
uid_thread-i.yaml
(332 B)
📄
unsubscribe-i.yaml
(568 B)
Editing: search-i.yaml
--- !ruby/object:RI::MethodDescription aliases: [] block_params: comment: - !ruby/struct:SM::Flow::P body: Sends a SEARCH command to search the mailbox for messages that match the given searching criteria, and returns message sequence numbers. <tt>keys</tt> can either be a string holding the entire search string, or a single-dimension array of search keywords and arguments. The following are some common search criteria; see [IMAP] section 6.4.4 for a full list. - !ruby/object:SM::Flow::LIST contents: - !ruby/struct:SM::Flow::LI label: "<message set>:" body: a set of message sequence numbers. ',' indicates an interval, ':' indicates a range. For instance, '2,10:12,15' means "2,10,11,12,15". - !ruby/struct:SM::Flow::LI label: "BEFORE <date>:" body: messages with an internal date strictly before <date>. The date argument has a format similar to 8-Aug-2002. - !ruby/struct:SM::Flow::LI label: "BODY <string>:" body: messages that contain <string> within their body. - !ruby/struct:SM::Flow::LI label: "CC <string>:" body: messages containing <string> in their CC field. - !ruby/struct:SM::Flow::LI label: "FROM <string>:" body: messages that contain <string> in their FROM field. - !ruby/struct:SM::Flow::LI label: "NEW:" body: messages with the \Recent, but not the \Seen, flag set. - !ruby/struct:SM::Flow::LI label: "NOT <search-key>:" body: negate the following search key. - !ruby/struct:SM::Flow::LI label: "OR <search-key> <search-key>:" body: ""or" two search keys together." - !ruby/struct:SM::Flow::LI label: "ON <date>:" body: messages with an internal date exactly equal to <date>, which has a format similar to 8-Aug-2002. - !ruby/struct:SM::Flow::LI label: "SINCE <date>:" body: messages with an internal date on or after <date>. - !ruby/struct:SM::Flow::LI label: "SUBJECT <string>:" body: messages with <string> in their subject. - !ruby/struct:SM::Flow::LI label: "TO <string>:" body: messages with <string> in their TO field. type: :NOTE - !ruby/struct:SM::Flow::P body: "For example:" - !ruby/struct:SM::Flow::VERB body: " p imap.search(["SUBJECT", "hello", "NOT", "NEW"])\n #=> [1, 6, 7, 8]\n" full_name: Net::IMAP#search is_singleton: false name: search params: (keys, charset = nil) visibility: public
Upload File
Create Folder