aboutsummaryrefslogtreecommitdiff
path: root/ruby/rubygem-mail/README
diff options
context:
space:
mode:
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 000000000000..c38d4885f908
--- /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.