= private = protected
uid_fetch(set, attr)
Similar to #fetch(), but set contains unique identifiers.
# File lib/net/imap.rb, line 816 def uid_fetch(set, attr) return fetch_internal("UID FETCH", set, attr) end