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

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2010Q4, Version: 2.2.15, Package name: ruby18-mail-2.2.15, 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:
[lang/ruby18-base] [mail/ruby-mime-types] [devel/ruby-activesupport] [devel/ruby-i18n] [misc/rubygems] [textproc/ruby-treetop]

Required to build:
[misc/rubygems]

Master sites:

SHA1: 95b3f05773697ea97b211903c474192483ae8a98
RMD160: 723cfe5c44f418e4d3755d84e4b9cf0981ee790c
Filesize: 101 KB

Version history: (Expand)


CVS history: (Expand)


   2011-02-11 05:18:56 by Steven Drake | Files touched by this commit (3)
Log message:
Pullup ticket #3343 - requested by taca
mail/ruby-mail security fix

Revisions pulled up:
- pkgsrc/mail/ruby-mail/Makefile	1.3
- pkgsrc/mail/ruby-mail/PLIST		1.3
- pkgsrc/mail/ruby-mail/distinfo	1.3

-------------------------------------------------------------------------
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Fri Jan 28 13:23:20 UTC 2011

   Modified Files:
   	pkgsrc/mail/ruby-mail: Makefile PLIST distinfo

   Log message:
   Update ruby-mail package to 2.2.15.

   == Wed 26 Jan 2011 02:23:09 UTC Mikel Lindsaar <mikel@rubyx.com>

   * Update addresses passed into sendmail to escape them (Andy Lindeman)
   * Version bump to 2.2.15 and gem release