# File lib/net/imap.rb, line 715
    def uid_fetch(set, attr)
      return fetch_internal("UID FETCH", set, attr)
    end