<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/mail/ruby-actionmailer/PLIST, branch pkgsrc_2008Q1</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2008Q1</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2008Q1'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2008-02-09T06:24:57Z</updated>
<entry>
<title>Update ruby-actionmailer to 2.0.2.</title>
<updated>2008-02-09T06:24:57Z</updated>
<author>
<name>minskim</name>
<email>minskim</email>
</author>
<published>2008-02-09T06:24:57Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=5324aba960b48c2d6cc4c98188a6741d83610197'/>
<id>urn:sha1:5324aba960b48c2d6cc4c98188a6741d83610197</id>
<content type='text'>
There have been too many changes.  Please see CHANGES for the complete list:

http://dev.rubyonrails.org/browser/tags/rel_2-0-2/actionmailer/CHANGELOG
</content>
</entry>
<entry>
<title>Update ruby-actionmailer to 1.3.3.</title>
<updated>2007-03-17T11:14:29Z</updated>
<author>
<name>minskim</name>
<email>minskim</email>
</author>
<published>2007-03-17T11:14:29Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=4c7e3913af1f4963a7bf8ed68d60b34d2bf6661a'/>
<id>urn:sha1:4c7e3913af1f4963a7bf8ed68d60b34d2bf6661a</id>
<content type='text'>
Changes:
* Depend on Action Pack 1.13.3.
</content>
</entry>
<entry>
<title>Update ruby-actionmailer to 1.3.1.</title>
<updated>2007-01-28T05:41:15Z</updated>
<author>
<name>minskim</name>
<email>minskim</email>
</author>
<published>2007-01-28T05:41:15Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=21b1cf431a948c48049b20720b2b06a834655777'/>
<id>urn:sha1:21b1cf431a948c48049b20720b2b06a834655777</id>
<content type='text'>
Changes since 1.2.5:
* Make mime version default to 1.0.
* Make sure quoted-printable text is decoded correctly when only portions
  of the text are encoded.
* Make sure DOS newlines in quoted-printable text are normalized to unix
  newlines before unquoting.
* Fixed that iconv decoding should catch InvalidEncoding
* Tighten rescue clauses.
* Automatically included ActionController::UrlWriter, such that URL
  generation can happen within ActionMailer controllers.
* Replace Reloadable with Reloadable::Deprecated.
* Resolve action naming collision.
* ActionMailer::Base documentation rewrite.
* Replace alias method chaining with Module#alias_method_chain.
* Replace Ruby's deprecated append_features in favor of included.
</content>
</entry>
<entry>
<title>Update mail/ruby-actionmailer pacakge to 1.1.1.</title>
<updated>2005-11-02T15:07:46Z</updated>
<author>
<name>taca</name>
<email>taca</email>
</author>
<published>2005-11-02T15:07:46Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=0837008af59836194a0a0d171e69fa6d3be58d4e'/>
<id>urn:sha1:0837008af59836194a0a0d171e69fa6d3be58d4e</id>
<content type='text'>
*1.1.1* (October 19th, 2005)

* Upgraded to Action Pack 1.10.1


*1.1.0* (October 16th, 2005)

* Update and extend documentation (rdoc)

* Minero Aoki made TMail available to Rails/ActionMailer under the MIT
  license (instead of LGPL) [RubyConf '05]

* Austin Ziegler made Text::Simple available to Rails/ActionMailer
  under a MIT-like licens [See rails ML, subject "Text::Format Licence
  Exception" on Oct 15, 2005]

* Fix vendor require paths to prevent files being required twice

* Don't add charset to content-type header for a part that contains
  subparts (for AOL compatibility) #2013 [John Long]

* Preserve underscores when unquoting message bodies #1930

* Encode multibyte characters correctly #1894

* Multipart messages specify a MIME-Version header automatically #2003 [John Long]

* Add a unified render method to ActionMailer (delegates to ActionView::Base#render)

* Move mailer initialization to a separate (overridable) method, so
  that subclasses may alter the various defaults #1727

* Look at content-location header (if available) to determine filename
  of attachments #1670

* ActionMailer::Base.deliver(email) had been accidentally removed, but
  was documented in the Rails book #1849

* Fix problem with sendmail delivery where headers should be delimited
  by \n characters instead of \r\n, which confuses some mail readers
  #1742 [Kent Sibilev]
</content>
</entry>
<entry>
<title>Update ruby-actionmailer to 1.0.1.</title>
<updated>2005-09-04T14:12:31Z</updated>
<author>
<name>taca</name>
<email>taca</email>
</author>
<published>2005-09-04T14:12:31Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=cc897d5ad3fc1703731ce07a6cb8961b1d45784b'/>
<id>urn:sha1:cc897d5ad3fc1703731ce07a6cb8961b1d45784b</id>
<content type='text'>
*1.0.1* (11 July, 2005)

* Bind to Action Pack 1.9.1


*1.0.0* (6 July, 2005)

* Avoid adding nil header values #1392

* Better multipart support with implicit multipart/alternative and sorting of subparts [John Long]

* Allow for nested parts in multipart mails #1570 [Flurin Egger]

* Normalize line endings in outgoing mail bodies to "\n" #1536 [John Long]

* Allow template to be explicitly specified #1448 [tuxie@dekadance.se]

* Allow specific "multipart/xxx" content-type to be set on multipart messages #1412 [Flurin Egger]

* Unquoted @ characters in headers are now accepted in spite of RFC 822 #1206

* Helper support (borrowed from ActionPack)

* Silently ignore Errno::EINVAL errors when converting text.

* Don't cause an error when parsing an encoded attachment name #1340 [lon@speedymac.com]

* Nested multipart message parts are correctly processed in TMail::Mail#body

* BCC headers are removed when sending via SMTP #1402

* Added 'content_type' accessor, to allow content type to be set on a per-message basis. content_type defaults to "text/plain".

* Silently ignore Iconv::IllegalSequence errors when converting text #1341 [lon@speedymac.com]

* Support attachments and multipart messages.

* Added new accessors for the various mail properties.

* Fix to only perform the charset conversion if a 'from' and a 'to' charset are given (make no assumptions about what the charset was) #1276 [Jamis Buck]

* Fix attachments and content-type problems #1276 [Jamis Buck]

* Fixed the TMail#body method to look at the content-transfer-encoding header and unquote the body according to the rules it specifies #1265 [Jamis Buck]

* Added unquoting even if the iconv lib can't be loaded--in that case, only the charset conversion is skipped #1265 [Jamis Buck]

* Added automatic decoding of base64 bodies #1214 [Jamis Buck]

* Added that delivery errors are caught in a way so the mail is still returned whether the delivery was successful or not

* Fixed that email address like "Jamis Buck, M.D." &lt;wild.medicine@example.net&gt; would cause the quoter to generate emails resulting in "bad address" errors from the mail server #1220 [Jamis Buck]


*0.9.1* (20th April, 2005)

* Depend on Action Pack 1.8.1


*0.9.0* (19th April, 2005)

* Added that deliver_* will now return the email that was sent

* Added that quoting to UTF-8 only happens if the characters used are in that range #955 [Jamis Buck]

* Fixed quoting for all address headers, not just to #955 [Jamis Buck]

* Fixed unquoting of emails that doesn't have an explicit charset #1036 [wolfgang@stufenlos.net]
</content>
</entry>
<entry>
<title>Install required files not installed by the install script, and add a</title>
<updated>2005-04-10T04:15:44Z</updated>
<author>
<name>minskim</name>
<email>minskim</email>
</author>
<published>2005-04-10T04:15:44Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=60d243d979608da725395314fcdcf48862a65a07'/>
<id>urn:sha1:60d243d979608da725395314fcdcf48862a65a07</id>
<content type='text'>
missing dependency.  Bump PKGREVISION.
</content>
</entry>
<entry>
<title>Import ruby-actionmailer.</title>
<updated>2005-04-10T02:04:54Z</updated>
<author>
<name>minskim</name>
<email>minskim</email>
</author>
<published>2005-04-10T02:04:54Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=cb68b6c6f3b5a0f6870a21e3faa41c947188c554'/>
<id>urn:sha1:cb68b6c6f3b5a0f6870a21e3faa41c947188c554</id>
<content type='text'>
Action Mailer is framework for designing email-service layers.  These
layers are used to consolidate code for sending out forgotten
passwords, welcoming wishes on signup, invoices for billing, and any
other use case that requires a written notification to either a person
or another system.  Additionally, an Action Mailer class can be used
to process incoming email, such as allowing a weblog to accept new
posts from an email (which could even have been sent from a phone).
</content>
</entry>
</feed>
