NOTICE: This package has been removed from pkgsrc

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

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


Branch: CURRENT, Version: 2.4.4nb1, Package name: ruby200-mail24-2.4.4nb1, 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:
[textproc/ruby-treetop] [devel/ruby-i18n] [lang/ruby200-base] [mail/ruby-mime-types1]

Master sites:

SHA1: 1f0bc40f9734a066febe1423ad2343cb436fe9af
RMD160: 81296b4d43cc066c2fc83aee0c76cf03cc17d990
Filesize: 119 KB

Version history: (Expand)


CVS history: (Expand)


   2015-02-04 16:23:49 by Takahiro Kambe | Files touched by this commit (4) | Package removed
Log message:
Remove ruby-mail24 since no package depends it any more.
   2015-02-01 12:15:33 by Takahiro Kambe | Files touched by this commit (1)
Log message:
Switch to use mail/ruby-mime-types1 package.

Bump PKGREVISION.
   2013-03-10 09:02:08 by Takahiro Kambe | Files touched by this commit (1)
Log message:
Change PKGBASE to ruby-mail24 in order to co-exist with ruby-mail.
   2013-03-10 09:00:25 by Takahiro Kambe | Files touched by this commit (4)
Log message:
Add ruby-mail24 copying from mail/ruby-mail.