module Mail

def self.all(*args, &block)

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