NOTICE: This package has been removed from pkgsrc

./mail/ruby-mail23, Mail provides a nice Ruby DSL for making, sending and reading emails

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 2.3.3, Package name: ruby19-mail-2.3.3, Maintainer: pkgsrc-users

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.

Built from my experience with TMail, it is designed to be a pure ruby
implementation that makes generating, sending and parsing emails a no
brainer.

It is also designed form the ground up to work with Ruby 1.9. This is because
Ruby 1.9 handles text encodings much more magically than Ruby 1.8.x and so
these features have been taken full advantage of in this library allowing
Mail to handle a lot more messages more cleanly than TMail. Mail does run on
Ruby 1.8.x... it's just not as fun to code.

Finally, Mail has been designed with a very simple object oriented system
that really opens up the email messages you are parsing, if you know what
you are doing, you can fiddle with every last bit of your email directly.


Required to run:
[mail/ruby-mime-types] [textproc/ruby-treetop] [lang/ruby19-base] [devel/ruby-i18n]

Master sites:

SHA1: 3560ec7b4b0eb830480d4a592bc27011f9ca2bad
RMD160: 744d0326124832a8088769c1c89a93b39643d372
Filesize: 115 KB

Version history: (Expand)


CVS history: (Expand)


   2013-02-24 15:43:01 by Takahiro Kambe | Files touched by this commit (4) | Package removed
Log message:
Remove ruby-mail23 package which was only required by ruby-actionmailer31.
   2012-03-17 17:08:44 by Takahiro Kambe | Files touched by this commit (3)
Log message:
Update ruby-mail23 package to 2.3.3.

Exact changes aren't available but they are similar as ruby-mail 2.4.3 and
2.4.4 for these security fixes.

* Fix security vulnerability allowing command line exploit when using
  file delivery method
* Fix security vulnerability allowing command line exploit when using
  exim or sendmail from the command line
   2012-03-17 16:58:27 by Takahiro Kambe | Files touched by this commit (4) | Imported package
Log message:
Importing current ruby-mail version 2.3.0 as mail/ruby-mail23 for keeping
ruby-mail 2.3 series.