class Net::POPMail

def delete


end
end
n += 1
popmail.delete ####
end
f.write popmail.pop
File.open("inbox/#{n}", 'w') do |f|
pop.mails.each do |popmail|
n = 1
'YourAccount', 'YourPassword') do |pop|
POP3.start('pop.example.com', 110,

=== Example

This method raises a POPError if an error occurs.

cancelled for _all_ marked messages by calling POP3#reset().
actually occur until the end of the session; deletion may be
Marks a message for deletion on the server. Deletion does not
def delete
  @command.dele @number
  @deleted = true
end