Method: Mail.delete_all
- Defined in:
- lib/mail/mail.rb
.delete_all(*args, &block) ⇒ Object
Delete all emails from the default retriever See Mail::Retriever for a complete documentation.
174 175 176 |
# File 'lib/mail/mail.rb', line 174 def self.delete_all(*args, &block) retriever_method.delete_all(*args, &block) end |