module Mail

def self.delete_all(*args, &block)

See Mail::Retriever for a complete documentation.
Delete all emails from the default retriever
def self.delete_all(*args, &block)
  retriever_method.delete_all(*args, &block)
end