Commit message (Collapse) | 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 ↵ | Mikel Lindsaar | 2010-01-02 | 1 | -4/+5 |
| | | | | methods, can access field objects by calling Message#[:field_name] | ||||
* | 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 ↵ | David Heinemeier Hansson | 2009-02-28 | 1 | -1/+1 |
| | | | | ironed out | ||||
* | 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 ↵ | Matt Jones | 2009-02-05 | 1 | -0/+5 |
| | | | | | | FROM for SMTP [#1842 state:committed] Signed-off-by: David Heinemeier Hansson <david@loudthinking.com> | ||||
* | 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 |
| | | | | Signed-off-by: David Heinemeier Hansson <david@loudthinking.com> | ||||
* | Fixed RFC-2045 quoted-printable bug [#1421 state:committed] | Alexey Mahotkin | 2008-11-20 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | http://www.faqs.org/rfcs/rfc2045.html says: may be represented by an "=" followed by a two digit hexadecimal representation of the octet's value. The digits of the hexadecimal alphabet, for this purpose, are "0123456789ABCDEF". Uppercase letters must be used; lowercase letters are not allowed. ActionMailer, however, used "=%02x" specification. Signed-off-by: David Heinemeier Hansson <david@loudthinking.com> | ||||
* | 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 |
| | | | | with_options) [#740 state:commited] (Paweł Kondzior) | ||||
* | 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 ↵ | Grant Hollingworth | 2008-11-06 | 1 | -0/+5 |
| | | | | | | the SMTP server supports it [#1336 state:committed] Signed-off-by: David Heinemeier Hansson <david@loudthinking.com> | ||||
* | 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 |
| | | | | This reverts commit 36c6aa01ee0a7aee5b0510a8e649c44de318b060. | ||||
* | Revert "Add layout functionality to mailers." | David Heinemeier Hansson | 2008-09-09 | 1 | -5/+0 |
| | | | | This reverts commit e9a8e0053be3b293ab89fb584f1d660063f107aa. | ||||
* | Add layout functionality to mailers. | Pratik Naik | 2008-08-31 | 1 | -0/+5 |
| | | | | | Mailer layouts behaves just like controller layouts, except layout names need to have '_mailer' postfix for them to be automatically picked up. | ||||
* | 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 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9099 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Less verbose mail logging: just recipients for :info log level; the whole ↵ | Jeremy Kemper | 2008-02-02 | 1 | -0/+2 |
| | | | | | | email for :debug only. Closes #8000. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8781 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Reorder changelog. References #10766. | Jeremy Kemper | 2008-01-11 | 1 | -3/+1 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8622 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Updated TMail to version 1.2.1 [raasdnil] | Rick Olson | 2008-01-11 | 1 | -0/+4 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8620 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Fixed that you don't have to call super in ActionMailer::TestCase#setup ↵ | David Heinemeier Hansson | 2008-01-03 | 1 | -0/+5 |
| | | | | | | (closes #10406) [jamesgolick] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8536 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Prepare for 2.0.2 release | David Heinemeier Hansson | 2007-12-16 | 1 | -0/+5 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8419 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | More changelog updates | Jeremy Kemper | 2007-12-10 | 1 | -1/+1 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8357 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Make ready for 2.0.1 | David Heinemeier Hansson | 2007-12-07 | 1 | -4/+1 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8330 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Preparing for release shortly | David Heinemeier Hansson | 2007-12-06 | 1 | -1/+1 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8321 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Prep for RC2 | David Heinemeier Hansson | 2007-11-29 | 1 | -1/+1 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8233 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Update ActionMailer so it treats ActionView the same way that ↵ | Rick Olson | 2007-11-26 | 1 | -0/+5 |
| | | | | | | ActionController does. Closes #10244 [rick] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8212 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Fixed that partial rendering should look at the type of the first render to ↵ | David Heinemeier Hansson | 2007-11-18 | 1 | -0/+2 |
| | | | | | | determine its own type if no other clues are available (like when using text.plain.erb as the extension in AM) (closes #10130) [java] Fixed that partials would be broken when using text.plain.erb as the extension #10130 [java] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8166 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Update README to use new smtp settings configuration API. Closes #10060 [psq] | Marcel Molina | 2007-11-08 | 1 | -0/+2 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8114 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Allow ActionMailer subclasses to individually set their delivery method (so ↵ | David Heinemeier Hansson | 2007-11-07 | 1 | -0/+2 |
| | | | | | | two subclasses can have different delivery methods) (closes #10033) [zdennis] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8111 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Update TMail to v1.1.0. Use an updated version of TMail if available. [mikel] | Rick Olson | 2007-11-06 | 1 | -0/+2 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8084 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Introduce TestCase subclasses for testing rails applications allowing tests ↵ | Michael Koziarski | 2007-10-26 | 1 | -0/+2 |
| | | | | | | to be DRY'd up a bit and to provide a path toward tidying up our monkeypatching of test/unit. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8022 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Fix silent failure of rxml templates. Closes #9879. | Jeremy Kemper | 2007-10-15 | 1 | -0/+5 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7921 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Updated | David Heinemeier Hansson | 2007-09-29 | 1 | -3/+19 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7683 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Fix attachment decoding when using the TMail C extension. Closes #7861. | Jeremy Kemper | 2007-09-14 | 1 | -0/+2 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7476 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Increase mail delivery test coverage. Closes #8692. | Jeremy Kemper | 2007-06-20 | 1 | -0/+2 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7070 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Register alternative template engines using ↵ | Jeremy Kemper | 2007-06-07 | 1 | -0/+2 |
| | | | | | | ActionMailer::Base.register_template_extension('haml'). Closes #7534. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6962 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Only load ActionController::UrlWriter if ActionController is present [Rick ↵ | Rick Olson | 2007-04-08 | 1 | -0/+2 |
| | | | | | | Olson] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6510 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Make sure parsed emails recognize attachments nested in multpart parts ↵ | Jamis Buck | 2007-02-22 | 1 | -0/+2 |
| | | | | | | (closes #6714) git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6207 5ecf4fe2-1ee6-0310-87b1-e25e094e27de |