We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b1da5b commit 269afc9Copy full SHA for 269afc9
lib/net/imap.rb
@@ -1944,8 +1944,10 @@ def uid_expunge(uid_set)
1944
#
1945
# * When +criteria+ is an array, each member is a +SEARCH+ command argument:
1946
# * Any SequenceSet sends SequenceSet#valid_string.
1947
- # +Range+, <tt>-1</tt>, and nested +Array+ elements are converted to
1948
- # SequenceSet.
+ # These types are converted to SequenceSet for validation and encoding:
+ # * +Range+
1949
+ # * <tt>-1</tt> translates to <tt>*</tt>
1950
+ # * nested +Array+
1951
# * Any +String+ is sent verbatim when it is a valid \IMAP atom,
1952
# and encoded as an \IMAP quoted or literal string otherwise.
1953
# * Any other +Integer+ (besides <tt>-1</tt>) will be sent as +#to_s+.
0 commit comments