class Net::POPMail
def unique_id
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
def unique_id return @uid if @uid @pop.set_all_uids @uid end