DESCR 360 B

12345678
  1. Mail is an internet library for Ruby that is designed to handle emails
  2. generation, parsing and sending in a simple, rubyesque manner.
  3. The purpose of this library is to provide a single point of access to
  4. handle all email functions, including sending and receiving emails. All
  5. network type actions are done through proxy methods to Net::SMTP,
  6. Net::POP3, etc..