aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/CHANGELOG
Commit message (Expand)AuthorAgeFilesLines
...
* Automatically included ActionController::UrlWriter, such that URL generation ...David Heinemeier Hansson2006-08-251-0/+3
* New dependencies implementationNicholas Seckar2006-08-081-0/+2
* Mailer template root applies to a class and its subclasses rather than acting...Jeremy Kemper2006-06-301-0/+2
* r4730@asus: jeremy | 2006-06-29 13:13:38 -0700Jeremy Kemper2006-06-291-1/+1
* Resolve conflict among mailer actions with the same name. Closes #5520.Jeremy Kemper2006-06-291-0/+2
* ActionMailer::Base documentation rewrite. Closes #4991 [Kevin Clark, Marcel M...Marcel Molina2006-05-101-0/+2
* Replace alias method chaining with Module#alias_method_chain. [Marcel Molina ...Marcel Molina2006-04-291-0/+2
* Replace Ruby's deprecated append_features in favor of included. [Marcel Molin...Marcel Molina2006-04-291-0/+4
* Its 2006, not 2005David Heinemeier Hansson2006-04-161-2/+2
* Correct spurious documentation example code which results in a SyntaxError.Marcel Molina2006-04-131-0/+2
* Update versions for Rails 1.1.1David Heinemeier Hansson2006-04-061-0/+5
* Made ready for releaseDavid Heinemeier Hansson2006-03-281-1/+3
* Add 1.0 marker to edge rails changelongsMarcel Molina2006-03-281-0/+6
* Nil charset caused subject line to be improperly quoted in implicitly multipa...Jamis Buck2006-03-191-0/+2
* Parse content-type apart before using it so that sub-parts of the header can ...Jamis Buck2006-03-181-0/+2
* Make custom headers work in subparts (closes #4034)Jamis Buck2006-03-181-0/+2
* Template paths with dot chars in them no longer mess up implicit template sel...Jamis Buck2006-01-291-0/+2
* Make sure anything with content-disposition of "attachment" is passed to the ...Jamis Buck2006-01-231-0/+2
* Make sure TMail#attachments includes anything with content-disposition of "at...Jamis Buck2006-01-231-0/+2
* Rename Version constant to VERSION. Closes #2802.Marcel Molina2005-11-171-0/+2
* Stricter matching for implicitly multipart filenames excludes files ending in...Jeremy Kemper2005-11-151-0/+5
* Made ready for 0.14.3 (RC4)David Heinemeier Hansson2005-11-071-1/+1
* Allow Mailers to have custom initialize methods that set default instance var...David Heinemeier Hansson2005-10-261-0/+5
* Prepared for release of 0.14.2 (RC3)David Heinemeier Hansson2005-10-251-0/+5
* Really ready for pushDavid Heinemeier Hansson2005-10-191-0/+5
* Getting ready for 0.14.0 (1.0.0 Release Candidate 1)David Heinemeier Hansson2005-10-161-1/+1
* Update/extend ActionMailer documentation (rdoc)Jamis Buck2005-10-161-0/+2
* Minero Aoki made TMail available to Rails/ActionMailer under the MIT license ...David Heinemeier Hansson2005-10-161-0/+2
* Austin Ziegler made Text::Simple available to Rails/ActionMailer under a MIT-...David Heinemeier Hansson2005-10-151-0/+2
* Fix vendor require paths to prevent files being required twiceJamis Buck2005-09-051-0/+2
* * Don't add charset to content-type header for a part that contains subparts ...Jamis Buck2005-09-011-0/+2
* Preserve underscores when unquoting message bodies #1930Jamis Buck2005-09-011-0/+2
* Encode multibyte characters correctly #1894Jamis Buck2005-09-011-0/+2
* Multipart messages specify a MIME-Version header automatically #2003 [John Long]Jamis Buck2005-08-221-0/+2
* Add a unified render method to ActionMailer (delegates to ActionView::Base#re...Jamis Buck2005-08-221-0/+2
* Move mailer initialization to a separate (overridable) method, so that subcla...Jamis Buck2005-08-221-0/+2
* Look at content-location header (if available) to determine filename of attac...Jamis Buck2005-08-221-0/+2
* ActionMailer::Base.deliver(email) had been accidentally removed, but was docu...Jamis Buck2005-07-311-0/+2
* Fix problem with sendmail delivery where headers should be delimited by \n ch...David Heinemeier Hansson2005-07-171-0/+5
* Made ready for release of 0.13.1David Heinemeier Hansson2005-07-111-0/+5
* Tuned documentation for release (AM)David Heinemeier Hansson2005-07-061-1/+1
* Avoid adding nil values to mail headers #1392Jamis Buck2005-07-041-0/+2
* Better multipart support with implicit multipart/alternative and sorting of s...Jamis Buck2005-07-011-0/+2
* Allow for nested parts in multipart mails #1570 [Flurin Egger]Jamis Buck2005-07-011-0/+2
* Normalize line endings in outgoing mail bodies to "\n" #1536 [John Long]Jamis Buck2005-06-301-0/+2
* Allow template to be explicitly specified #1448 [tuxie@dekadance.se]Jamis Buck2005-06-301-0/+2
* Allow specific "multipart/xxx" content-type to be set on multipart messages #...Jamis Buck2005-06-241-0/+2
* Unquoted @ chars in received email headers are parsed properly in spite of RF...Jamis Buck2005-06-221-0/+2
* Updated CHANGELOGJamis Buck2005-06-161-0/+2
* Revealed the man behind the mask!David Heinemeier Hansson2005-06-161-1/+1