| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Helper support for ActionMailer | Jamis Buck | 2005-06-16 | 6 | -0/+110 |
* | Fixture for new test in [1395] | Jamis Buck | 2005-06-08 | 1 | -0/+20 |
* | Silently ignore Errno::EINVAL errors when converting between charsets. Some m... | Jamis Buck | 2005-06-08 | 1 | -0/+6 |
* | Add a test case for malformed email headers | Jamis Buck | 2005-06-06 | 2 | -0/+33 |
* | Don't error while processing encoded attachment names #1340 [lon@speedymac.com] | Jamis Buck | 2005-06-06 | 2 | -0/+54 |
* | Handle parsing of recursively multipart messages | Jamis Buck | 2005-06-06 | 2 | -0/+62 |
* | BCC headers are removed when sending via SMTP | Jamis Buck | 2005-06-06 | 1 | -0/+30 |
* | Added a "content_type" accessor to allow messages to explicitly specify a con... | Jamis Buck | 2005-06-03 | 1 | -0/+13 |
* | Don't apply a charset to attachments. Wrap base64-encoded lines. | Jamis Buck | 2005-06-03 | 1 | -0/+2 |
* | Ignore Iconv::IllegalSequence errors when converting text #1341 [lon@speedyma... | Jamis Buck | 2005-05-30 | 2 | -0/+26 |
* | A very thorough refactoring, resulting in new mail property setters and suppo... | Jamis Buck | 2005-05-29 | 3 | -25/+83 |
* | Step cautiously around subheaders in TMail #1285 [Jamis Buck] | David Heinemeier Hansson | 2005-05-10 | 2 | -1/+26 |
* | Fix attachments and content-type problems #1276 [Jamis Buck] Fix to only perf... | David Heinemeier Hansson | 2005-05-10 | 4 | -0/+264 |
* | Fixed the TMail#body method to look at the content-transfer-encoding header a... | David Heinemeier Hansson | 2005-05-06 | 1 | -5/+57 |
* | Missing test data | David Heinemeier Hansson | 2005-05-02 | 1 | -0/+14 |
* | Added automatic decoding of base64 bodies #1214 [Jamis Buck] | David Heinemeier Hansson | 2005-05-02 | 1 | -0/+14 |
* | Improved address header processing | David Heinemeier Hansson | 2005-04-13 | 1 | -11/+11 |
* | Address parsing failed when the "to" (or "cc", or whatever) was an array. It ... | David Heinemeier Hansson | 2005-04-13 | 1 | -1/+17 |