| Commit message (Expand) | Author | Age | Files | Lines |
* | Added initial documentation for the new API | José Valim and Mikel Lindsaar | 2010-01-25 | 1 | -0/+2 |
* | Updating to Mail 1.5.0, including default values for all Message#field_name m... | Mikel Lindsaar | 2010-01-02 | 1 | -4/+5 |
* | Clean up changelog a bit | Jeremy Kemper | 2009-12-29 | 1 | -22/+12 |
* | Moved sort_parts into Mail, updated mail requirement to 1.4.2 | Mikel Lindsaar | 2009-12-28 | 1 | -0/+4 |
* | Updating readme | Mikel Lindsaar | 2009-12-27 | 1 | -1/+4 |
* | Removing utils, and updating requires to match | Mikel Lindsaar | 2009-11-23 | 1 | -7/+7 |
* | 131 tests, 309 assertions, 0 failures, 0 errors | Mikel Lindsaar | 2009-11-22 | 1 | -0/+3 |
* | 131 tests, 266 assertions, 9 failures, 6 errors | Mikel Lindsaar | 2009-11-21 | 1 | -0/+23 |
* | Prepare for final 2.3 release | David Heinemeier Hansson | 2009-03-15 | 1 | -4/+1 |
* | Release RC2 today | David Heinemeier Hansson | 2009-03-05 | 1 | -1/+1 |
* | So it didnt happen yesterday, but very soon! Just need the final details iron... | David Heinemeier Hansson | 2009-02-28 | 1 | -1/+1 |
* | Prep for RC2 later today | David Heinemeier Hansson | 2009-02-27 | 1 | -1/+1 |
* | Fixed that ActionMailer should send correctly formatted Return-Path in MAIL F... | Matt Jones | 2009-02-05 | 1 | -0/+5 |
* | Mark CHANGELOGs for release | David Heinemeier Hansson | 2009-02-01 | 1 | -1/+1 |
* | normalize author names in changelogs [#1495 state:committed] | Xavier Noria | 2008-12-16 | 1 | -8/+8 |
* | Fixed RFC-2045 quoted-printable bug [#1421 state:committed] | Alexey Mahotkin | 2008-11-20 | 1 | -0/+2 |
* | Assume that the next version is going to be 2.3 for now | David Heinemeier Hansson | 2008-11-19 | 1 | -1/+1 |
* | Added lambda merging to OptionMerger (especially useful with named_scope and ... | David Heinemeier Hansson | 2008-11-15 | 1 | -0/+5 |
* | Prepare for RC2 | David Heinemeier Hansson | 2008-11-14 | 1 | -1/+1 |
* | Turn on STARTTLS if it is available in Net::SMTP (added in Ruby 1.8.7) and th... | Grant Hollingworth | 2008-11-06 | 1 | -0/+5 |
* | Update CHANGELOGs with the last few fixes, set date for today | David Heinemeier Hansson | 2008-10-24 | 1 | -1/+1 |
* | Prepare for Rails 2.2.0 [RC1] | David Heinemeier Hansson | 2008-10-23 | 1 | -0/+3 |
* | Revert "Revert "Add layout functionality to mailers."" | David Heinemeier Hansson | 2008-09-09 | 1 | -0/+5 |
* | Revert "Add layout functionality to mailers." | David Heinemeier Hansson | 2008-09-09 | 1 | -5/+0 |
* | Add layout functionality to mailers. | Pratik Naik | 2008-08-31 | 1 | -0/+5 |
* | Making ready for release of 2.1 | David Heinemeier Hansson | 2008-05-31 | 1 | -1/+1 |
* | Making ready for RC1 release | David Heinemeier Hansson | 2008-05-11 | 1 | -1/+1 |
* | Fixed that a return-path header would be ignored (closes #7572) [joost] | David Heinemeier Hansson | 2008-03-27 | 1 | -0/+2 |
* | Less verbose mail logging: just recipients for :info log level; the whole ema... | Jeremy Kemper | 2008-02-02 | 1 | -0/+2 |
* | Reorder changelog. References #10766. | Jeremy Kemper | 2008-01-11 | 1 | -3/+1 |
* | Updated TMail to version 1.2.1 [raasdnil] | Rick Olson | 2008-01-11 | 1 | -0/+4 |
* | Fixed that you don't have to call super in ActionMailer::TestCase#setup (clos... | David Heinemeier Hansson | 2008-01-03 | 1 | -0/+5 |
* | Prepare for 2.0.2 release | David Heinemeier Hansson | 2007-12-16 | 1 | -0/+5 |
* | More changelog updates | Jeremy Kemper | 2007-12-10 | 1 | -1/+1 |
* | Make ready for 2.0.1 | David Heinemeier Hansson | 2007-12-07 | 1 | -4/+1 |
* | Preparing for release shortly | David Heinemeier Hansson | 2007-12-06 | 1 | -1/+1 |
* | Prep for RC2 | David Heinemeier Hansson | 2007-11-29 | 1 | -1/+1 |
* | Update ActionMailer so it treats ActionView the same way that ActionControlle... | Rick Olson | 2007-11-26 | 1 | -0/+5 |
* | Fixed that partial rendering should look at the type of the first render to d... | David Heinemeier Hansson | 2007-11-18 | 1 | -0/+2 |
* | Update README to use new smtp settings configuration API. Closes #10060 [psq] | Marcel Molina | 2007-11-08 | 1 | -0/+2 |
* | Allow ActionMailer subclasses to individually set their delivery method (so t... | David Heinemeier Hansson | 2007-11-07 | 1 | -0/+2 |
* | Update TMail to v1.1.0. Use an updated version of TMail if available. [mikel] | Rick Olson | 2007-11-06 | 1 | -0/+2 |
* | Introduce TestCase subclasses for testing rails applications allowing tests t... | Michael Koziarski | 2007-10-26 | 1 | -0/+2 |
* | Fix silent failure of rxml templates. Closes #9879. | Jeremy Kemper | 2007-10-15 | 1 | -0/+5 |
* | Updated | David Heinemeier Hansson | 2007-09-29 | 1 | -3/+19 |
* | Fix attachment decoding when using the TMail C extension. Closes #7861. | Jeremy Kemper | 2007-09-14 | 1 | -0/+2 |
* | Increase mail delivery test coverage. Closes #8692. | Jeremy Kemper | 2007-06-20 | 1 | -0/+2 |
* | Register alternative template engines using ActionMailer::Base.register_templ... | Jeremy Kemper | 2007-06-07 | 1 | -0/+2 |
* | Only load ActionController::UrlWriter if ActionController is present [Rick Ol... | Rick Olson | 2007-04-08 | 1 | -0/+2 |
* | Make sure parsed emails recognize attachments nested in multpart parts (close... | Jamis Buck | 2007-02-22 | 1 | -0/+2 |