| Commit message (Expand) | Author | Age | Files | Lines |
* | Disable the routing optimisation code when dealing with foo_url helpers. Add... | Michael Koziarski | 2007-09-22 | 2 | -2/+6 |
* | Test requirement fix (closes #9276) [lazyatom] | David Heinemeier Hansson | 2007-09-22 | 1 | -3/+3 |
* | Improved test coverage (closes #7571) [joost] | David Heinemeier Hansson | 2007-09-22 | 1 | -0/+19 |
* | Fix attachment decoding when using the TMail C extension. Closes #7861. | Jeremy Kemper | 2007-09-14 | 4 | -1/+39 |
* | Increase mail delivery test coverage. Closes #8692. | Jeremy Kemper | 2007-06-20 | 2 | -2/+24 |
* | Missed svn adds. References #7534. | Jeremy Kemper | 2007-06-08 | 2 | -0/+12 |
* | Register alternative template engines using ActionMailer::Base.register_templ... | Jeremy Kemper | 2007-06-07 | 1 | -1/+40 |
* | Make sure parsed emails recognize attachments nested in multpart parts (close... | Jamis Buck | 2007-02-22 | 2 | -0/+108 |
* | Fix broken tests | Jamis Buck | 2007-02-22 | 1 | -7/+7 |
* | Apply the rest of Chads patch | David Heinemeier Hansson | 2007-02-21 | 28 | -34/+34 |
* | Improve Test Coverage for raise_delivery_errors. [kevinclark] closes #7152 | Michael Koziarski | 2007-01-21 | 2 | -0/+34 |
* | Allow mailer actions named send by using __send__ internally. Closes #6467. | Jeremy Kemper | 2006-11-13 | 1 | -0/+22 |
* | Add assert_emails and assert_no_emails to test the number of emails delivered... | Jeremy Kemper | 2006-11-05 | 5 | -7/+86 |
* | Make mime version default to 1.0. closes #2323 | Jamis Buck | 2006-09-09 | 3 | -43/+23 |
* | Make sure quoted-printable text is decoded correctly when only portions of th... | Jamis Buck | 2006-09-09 | 2 | -1/+20 |
* | Make sure DOS newlines in quoted-printable text are normalized to unix newlin... | Jamis Buck | 2006-09-09 | 2 | -0/+21 |
* | set ActiveSupport::Deprecation.debug = true to see backtraces for deprecation... | Jeremy Kemper | 2006-09-04 | 1 | -0/+3 |
* | Added test for custom headers on parts (closes #3043) | David Heinemeier Hansson | 2006-09-02 | 1 | -1/+2 |
* | Automatically included ActionController::UrlWriter, such that URL generation ... | David Heinemeier Hansson | 2006-08-25 | 2 | -0/+91 |
* | Add forgotten test/abstract_unit | Jeremy Kemper | 2006-07-03 | 1 | -0/+7 |
* | Mailer template root applies to a class and its subclasses rather than acting... | Jeremy Kemper | 2006-06-30 | 5 | -33/+19 |
* | r4730@asus: jeremy | 2006-06-29 13:13:38 -0700 | Jeremy Kemper | 2006-06-29 | 1 | -1/+1 |
* | Resolve conflict among mailer actions with the same name. Closes #5520. | Jeremy Kemper | 2006-06-29 | 6 | -3/+41 |
* | Nil charset caused subject line to be improperly quoted in implicitly multipa... | Jamis Buck | 2006-03-19 | 1 | -0/+13 |
* | Parse content-type apart before using it so that sub-parts of the header can ... | Jamis Buck | 2006-03-18 | 1 | -0/+14 |
* | Make custom headers work in subparts (closes #4034) | Jamis Buck | 2006-03-18 | 1 | -0/+15 |
* | Make TMail::Mail#has_attachments? use logic from #attachment? (closes #3815) ... | David Heinemeier Hansson | 2006-02-25 | 1 | -0/+1 |
* | Template paths with dot chars in them no longer mess up implicit template sel... | Jamis Buck | 2006-01-29 | 2 | -1/+21 |
* | Make sure anything with content-disposition of "attachment" is passed to the ... | Jamis Buck | 2006-01-23 | 2 | -1/+11 |
* | Make sure TMail#attachments includes anything with content-disposition of "at... | Jamis Buck | 2006-01-23 | 2 | -0/+36 |
* | Stricter matching for implicitly multipart filenames excludes files ending in... | Jeremy Kemper | 2005-11-15 | 2 | -0/+2 |
* | Add a new test case to demonstrate that subject headers are being properly en... | Jamis Buck | 2005-11-06 | 1 | -0/+20 |
* | * Don't add charset to content-type header for a part that contains subparts ... | Jamis Buck | 2005-09-01 | 1 | -5/+15 |
* | Preserve underscores when unquoting message bodies #1930 | Jamis Buck | 2005-09-01 | 2 | -0/+27 |
* | Encode multibyte characters correctly #1894 | Jamis Buck | 2005-09-01 | 1 | -0/+48 |
* | Multipart messages specify a MIME-Version header automatically #2003 [John Long] | Jamis Buck | 2005-08-22 | 1 | -0/+24 |
* | Add a unified render method to ActionMailer (delegates to ActionView::Base#re... | Jamis Buck | 2005-08-22 | 1 | -0/+48 |
* | Fixture for tests in [2034] | Jamis Buck | 2005-08-22 | 1 | -0/+32 |
* | Look at content-location header (if available) to determine filename of attac... | Jamis Buck | 2005-08-22 | 1 | -0/+7 |
* | ActionMailer::Base.deliver(email) had been accidentally removed, but was docu... | Jamis Buck | 2005-07-31 | 1 | -0/+6 |
* | Correctly normalize newlines in outgoing emails before encoding the body [Joh... | Jamis Buck | 2005-07-06 | 1 | -0/+15 |
* | Added unit test to confirm that #1393 is fixed in HEAD | Jamis Buck | 2005-07-04 | 1 | -2/+20 |
* | Avoid adding nil values to mail headers #1392 | Jamis Buck | 2005-07-04 | 1 | -1/+15 |
* | Better multipart support with implicit multipart/alternative and sorting of s... | Jamis Buck | 2005-07-01 | 2 | -3/+16 |
* | Allow for nested parts in multipart mails #1570 [Flurin Egger] | Jamis Buck | 2005-07-01 | 1 | -0/+27 |
* | Normalize line endings in outgoing mail bodies to "\n" #1536 [John Long] | Jamis Buck | 2005-06-30 | 1 | -0/+14 |
* | Allow template to be explicitly specified #1448 [tuxie@dekadance.se] | Jamis Buck | 2005-06-30 | 1 | -0/+24 |
* | Allow specific "multipart/xxx" content-type to be set on multipart messages #... | Jamis Buck | 2005-06-24 | 1 | -6/+21 |
* | Use the real charset for parts generated by a template, instead of the string... | Jamis Buck | 2005-06-22 | 1 | -0/+2 |
* | Unquoted @ chars in received email headers are parsed properly in spite of RF... | Jamis Buck | 2005-06-22 | 2 | -0/+40 |