class Net::POPMail

def unique_id

This method raises a POPError if an error occurs.

Normally the unique-id is a hash string of the message.
Returns the unique-id of the message.
def unique_id
  return @uid if @uid
  @pop.set_all_uids
  @uid
end