module Mail

def self.first(*args, &block)

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