slackbuilds/ruby/rubygem-mail
Jostein Berntsen fda120dd5f ruby/rubygem-mail: Added (Ruby Mail handler).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
2017-09-22 23:29:54 +01:00
..
README ruby/rubygem-mail: Added (Ruby Mail handler). 2017-09-22 23:29:54 +01:00
rubygem-mail.SlackBuild ruby/rubygem-mail: Added (Ruby Mail handler). 2017-09-22 23:29:54 +01:00
rubygem-mail.info ruby/rubygem-mail: Added (Ruby Mail handler). 2017-09-22 23:29:54 +01:00
slack-desc ruby/rubygem-mail: Added (Ruby Mail handler). 2017-09-22 23:29:54 +01:00

README

Ruby Mail is an internet library for Ruby that is designed to handle
emails generation, parsing and sending in a simple, rubyesque manner.

The purpose of this library is to provide a single point of access to
handle all email functions, including sending and receiving emails. All
network type actions are done through proxy methods to Net::SMTP,
Net::POP3 etc.