NOTICE: This package has been removed from pkgsrc

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

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


Branch: CURRENT, Version: 2.2.19nb4, Package name: ruby193-mail-2.2.19nb4, 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] [devel/ruby-activesupport3] [lang/ruby193-base] [devel/ruby-i18n_05]

Master sites:

SHA1: d117d132cf6f28f914ee32eb1343d6ffcdca49ea
RMD160: 374f7b373090ab1d25fa0fb7434fd692fae11a13
Filesize: 102.5 KB

Version history: (Expand)


CVS history: (Expand)


   2013-02-17 10:00:20 by Takahiro Kambe | Files touched by this commit (4) | Package removed
Log message:
Remove ruby-mail22 which was required by ruby-actionmailer3.
   2012-07-31 15:02:49 by Takahiro Kambe | Files touched by this commit (1)
Log message:
Bump PKGREVISION to reflect dependency to devel/ruby-activesupport3.
   2012-06-14 17:14:10 by Takahiro Kambe | Files touched by this commit (6)
Log message:
Bump PKGREVISION for those RUBY_RAILS_STRICT_DEP is set to no implicitly now.
(Relax dependency to Ruby on Rails component packages.)
   2012-06-02 05:26:53 by Takahiro Kambe | Files touched by this commit (1)
Log message:
Restrict this package with Ruby on Rails 3.0.x.

Bump PKGREVISION.
   2012-03-28 17:18:50 by Takahiro Kambe | Files touched by this commit (1)
Log message:
More strict dependency to ruby-i18n_05.

Bump PKGREVISION.
   2011-12-15 15:17:30 by Takahiro Kambe | Files touched by this commit (4) | Imported package
Log message:
Importing mail/ruby-mail version 2.2.19 as mail/ruby-mail22.