summaryrefslogtreecommitdiff
path: root/ruby/rubygem-mail/README
diff options
context:
space:
mode:
authorJostein Berntsen <jbernts@broadpark.no>2017-09-22 23:29:54 +0100
committerDavid Spencer <idlemoor@slackbuilds.org>2017-09-22 23:29:54 +0100
commitfda120dd5f769adde52205d8239f3d3d61ea33bd (patch)
tree407af5d4e624240734b7f27b2287130d3c3aed31 /ruby/rubygem-mail/README
parent341f0c25a017a22a395d21aefa29049e2e3759ea (diff)
downloadslackbuilds-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/README7
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.