| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Preserve underscores when unquoting message bodies #1930 | Jamis Buck | 2005-09-01 | 4 | -5/+35 |
* | Encode multibyte characters correctly #1894 | Jamis Buck | 2005-09-01 | 3 | -1/+60 |
* | Multipart messages specify a MIME-Version header automatically #2003 [John Long] | Jamis Buck | 2005-08-22 | 3 | -2/+41 |
* | Add a unified render method to ActionMailer (delegates to ActionView::Base#re... | Jamis Buck | 2005-08-22 | 3 | -4/+60 |
* | Fixture for tests in [2034] | Jamis Buck | 2005-08-22 | 1 | -0/+32 |
* | Move mailer initialization to a separate (overridable) method, so that subcla... | Jamis Buck | 2005-08-22 | 2 | -9/+17 |
* | Look at content-location header (if available) to determine filename of attac... | Jamis Buck | 2005-08-22 | 3 | -1/+12 |
* | ActionMailer::Base.deliver(email) had been accidentally removed, but was docu... | Jamis Buck | 2005-07-31 | 3 | -25/+43 |
* | Remove duplicated file contents | Jamis Buck | 2005-07-22 | 2 | -78/+0 |
* | Fix problem with sendmail delivery where headers should be delimited by \n ch... | David Heinemeier Hansson | 2005-07-17 | 2 | -1/+6 |
* | Made ready for release of 0.13.1 | David Heinemeier Hansson | 2005-07-11 | 3 | -3/+8 |
* | Added a config example in README #1626 [courtenay] | David Heinemeier Hansson | 2005-07-09 | 2 | -2/+12 |
* | Pegged the versions for release | David Heinemeier Hansson | 2005-07-06 | 2 | -3/+3 |
* | Correctly normalize newlines in outgoing emails before encoding the body [Joh... | Jamis Buck | 2005-07-06 | 5 | -8/+29 |
* | Tuned documentation for release (AM) | David Heinemeier Hansson | 2005-07-06 | 8 | -51/+21 |
* | 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 | 3 | -5/+26 |
* | Better multipart support with implicit multipart/alternative and sorting of s... | Jamis Buck | 2005-07-01 | 4 | -5/+65 |
* | Allow for nested parts in multipart mails #1570 [Flurin Egger] | Jamis Buck | 2005-07-01 | 5 | -33/+99 |
* | Normalize line endings in outgoing mail bodies to "\n" #1536 [John Long] | Jamis Buck | 2005-06-30 | 3 | -1/+21 |
* | Allow template to be explicitly specified #1448 [tuxie@dekadance.se] | Jamis Buck | 2005-06-30 | 3 | -4/+31 |
* | Allow specific "multipart/xxx" content-type to be set on multipart messages #... | Jamis Buck | 2005-06-24 | 3 | -6/+25 |
* | Use the real charset for parts generated by a template, instead of the string... | Jamis Buck | 2005-06-22 | 2 | -1/+3 |
* | Unquoted @ chars in received email headers are parsed properly in spite of RF... | Jamis Buck | 2005-06-22 | 5 | -4/+46 |
* | Updated CHANGELOG | Jamis Buck | 2005-06-16 | 1 | -0/+2 |
* | Helper support for ActionMailer | Jamis Buck | 2005-06-16 | 9 | -3/+260 |
* | Revealed the man behind the mask! | David Heinemeier Hansson | 2005-06-16 | 1 | -1/+1 |
* | Changed test requests to come from 0.0.0.0 instead of 127.0.0.1 such that the... | David Heinemeier Hansson | 2005-06-14 | 1 | -1/+0 |
* | 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 | 3 | -1/+12 |
* | 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 | 4 | -2/+62 |
* | Handle parsing of recursively multipart messages | Jamis Buck | 2005-06-06 | 4 | -3/+74 |
* | BCC headers are removed when sending via SMTP | Jamis Buck | 2005-06-06 | 4 | -2/+38 |
* | Added a "content_type" accessor to allow messages to explicitly specify a con... | Jamis Buck | 2005-06-03 | 4 | -5/+24 |
* | Don't apply a charset to attachments. Wrap base64-encoded lines. | Jamis Buck | 2005-06-03 | 2 | -44/+6 |
* | Ignore Iconv::IllegalSequence errors when converting text #1341 [lon@speedyma... | Jamis Buck | 2005-05-30 | 4 | -0/+33 |
* | A very thorough refactoring, resulting in new mail property setters and suppo... | Jamis Buck | 2005-05-29 | 12 | -152/+539 |
* | Push to .org instead | David Heinemeier Hansson | 2005-05-19 | 1 | -2/+2 |
* | Step cautiously around subheaders in TMail #1285 [Jamis Buck] | David Heinemeier Hansson | 2005-05-10 | 5 | -5/+34 |
* | Fix attachments and content-type problems #1276 [Jamis Buck] Fix to only perf... | David Heinemeier Hansson | 2005-05-10 | 7 | -11/+280 |
* | Fixed the TMail#body method to look at the content-transfer-encoding header a... | David Heinemeier Hansson | 2005-05-06 | 3 | -86/+150 |
* | 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 | 3 | -1/+19 |
* | Added that delivery errors are caught in a way so the mail is still returned ... | David Heinemeier Hansson | 2005-05-02 | 2 | -9/+11 |
* | Fixed that email address like "Jamis Buck, M.D." <wild.medicine@example.net> ... | David Heinemeier Hansson | 2005-04-30 | 2 | -1/+6 |
* | Added xml_http_request/xhr method for simulating XMLHttpRequest in functional... | David Heinemeier Hansson | 2005-04-19 | 2 | -2/+7 |
* | Fixed documentation and prepared for release of 0.12 | David Heinemeier Hansson | 2005-04-18 | 2 | -5/+5 |
* | Added that deliver_* will now return the email that was sent | David Heinemeier Hansson | 2005-04-18 | 2 | -6/+5 |
* | Improved address header processing | David Heinemeier Hansson | 2005-04-13 | 2 | -13/+13 |