# File lib/net/pop.rb, line 842
    def unique_id
      return @uid if @uid
      @pop.set_all_uids
      @uid
    end