= private = protected
uid_sort(sort_keys, search_keys, charset)
Similar to #sort(), but returns an array of unique identifiers.
# File lib/net/imap.rb, line 890 def uid_sort(sort_keys, search_keys, charset) return sort_internal("UID SORT", sort_keys, search_keys, charset) end