diff options
author | Jostein Berntsen <jbernts@broadpark.no> | 2017-09-22 23:29:54 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-09-22 23:29:54 +0100 |
commit | fda120dd5f769adde52205d8239f3d3d61ea33bd (patch) | |
tree | 407af5d4e624240734b7f27b2287130d3c3aed31 /ruby/rubygem-mail/README | |
parent | 341f0c25a017a22a395d21aefa29049e2e3759ea (diff) | |
download | slackbuilds-fda120dd5f769adde52205d8239f3d3d61ea33bd.tar.gz |
ruby/rubygem-mail: Added (Ruby Mail handler).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'ruby/rubygem-mail/README')
-rw-r--r-- | ruby/rubygem-mail/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ruby/rubygem-mail/README b/ruby/rubygem-mail/README new file mode 100644 index 0000000000..c38d4885f9 --- /dev/null +++ b/ruby/rubygem-mail/README @@ -0,0 +1,7 @@ +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. |