aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer
Commit message (Expand)AuthorAgeFilesLines
* Made ready for release of 0.13.1David Heinemeier Hansson2005-07-113-3/+8
* Added a config example in README #1626 [courtenay]David Heinemeier Hansson2005-07-092-2/+12
* Pegged the versions for releaseDavid Heinemeier Hansson2005-07-062-3/+3
* Correctly normalize newlines in outgoing emails before encoding the body [Joh...Jamis Buck2005-07-065-8/+29
* Tuned documentation for release (AM)David Heinemeier Hansson2005-07-068-51/+21
* Added unit test to confirm that #1393 is fixed in HEADJamis Buck2005-07-041-2/+20
* Avoid adding nil values to mail headers #1392Jamis Buck2005-07-043-5/+26
* Better multipart support with implicit multipart/alternative and sorting of s...Jamis Buck2005-07-014-5/+65
* Allow for nested parts in multipart mails #1570 [Flurin Egger]Jamis Buck2005-07-015-33/+99
* Normalize line endings in outgoing mail bodies to "\n" #1536 [John Long]Jamis Buck2005-06-303-1/+21
* Allow template to be explicitly specified #1448 [tuxie@dekadance.se]Jamis Buck2005-06-303-4/+31
* Allow specific "multipart/xxx" content-type to be set on multipart messages #...Jamis Buck2005-06-243-6/+25
* Use the real charset for parts generated by a template, instead of the string...Jamis Buck2005-06-222-1/+3
* Unquoted @ chars in received email headers are parsed properly in spite of RF...Jamis Buck2005-06-225-4/+46
* Updated CHANGELOGJamis Buck2005-06-161-0/+2
* Helper support for ActionMailerJamis Buck2005-06-169-3/+260
* Revealed the man behind the mask!David Heinemeier Hansson2005-06-161-1/+1
* Changed test requests to come from 0.0.0.0 instead of 127.0.0.1 such that the...David Heinemeier Hansson2005-06-141-1/+0
* Fixture for new test in [1395]Jamis Buck2005-06-081-0/+20
* Silently ignore Errno::EINVAL errors when converting between charsets. Some m...Jamis Buck2005-06-083-1/+12
* Add a test case for malformed email headersJamis Buck2005-06-062-0/+33
* Don't error while processing encoded attachment names #1340 [lon@speedymac.com]Jamis Buck2005-06-064-2/+62
* Handle parsing of recursively multipart messagesJamis Buck2005-06-064-3/+74
* BCC headers are removed when sending via SMTPJamis Buck2005-06-064-2/+38
* Added a "content_type" accessor to allow messages to explicitly specify a con...Jamis Buck2005-06-034-5/+24
* Don't apply a charset to attachments. Wrap base64-encoded lines.Jamis Buck2005-06-032-44/+6
* Ignore Iconv::IllegalSequence errors when converting text #1341 [lon@speedyma...Jamis Buck2005-05-304-0/+33
* A very thorough refactoring, resulting in new mail property setters and suppo...Jamis Buck2005-05-2912-152/+539
* Push to .org insteadDavid Heinemeier Hansson2005-05-191-2/+2
* Step cautiously around subheaders in TMail #1285 [Jamis Buck]David Heinemeier Hansson2005-05-105-5/+34
* Fix attachments and content-type problems #1276 [Jamis Buck] Fix to only perf...David Heinemeier Hansson2005-05-107-11/+280
* Fixed the TMail#body method to look at the content-transfer-encoding header a...David Heinemeier Hansson2005-05-063-86/+150
* Missing test dataDavid Heinemeier Hansson2005-05-021-0/+14
* Added automatic decoding of base64 bodies #1214 [Jamis Buck]David Heinemeier Hansson2005-05-023-1/+19
* Added that delivery errors are caught in a way so the mail is still returned ...David Heinemeier Hansson2005-05-022-9/+11
* Fixed that email address like "Jamis Buck, M.D." <wild.medicine@example.net> ...David Heinemeier Hansson2005-04-302-1/+6
* Added xml_http_request/xhr method for simulating XMLHttpRequest in functional...David Heinemeier Hansson2005-04-192-2/+7
* Fixed documentation and prepared for release of 0.12David Heinemeier Hansson2005-04-182-5/+5
* Added that deliver_* will now return the email that was sentDavid Heinemeier Hansson2005-04-182-6/+5
* Improved address header processingDavid Heinemeier Hansson2005-04-132-13/+13
* Address parsing failed when the "to" (or "cc", or whatever) was an array. It ...David Heinemeier Hansson2005-04-132-2/+20
* Dont quote the bodyDavid Heinemeier Hansson2005-04-112-3/+29
* Fixed quoting for all address headers, not just to #955 [Jamis Buck] Added th...David Heinemeier Hansson2005-04-113-20/+91
* Fixed unquoting of emails that doesn't have an explicit charset #1036 [wolfga...David Heinemeier Hansson2005-04-072-2/+8
* Moved to new serverDavid Heinemeier Hansson2005-04-071-2/+2
* Fixed .id => .object_id in TMailDavid Heinemeier Hansson2005-04-031-2/+2
* Added install.rbs for all frameworks and made all of them generic enough not ...David Heinemeier Hansson2005-04-021-38/+7
* Made ready for the release of 0.11.1David Heinemeier Hansson2005-03-272-3/+4
* Made ready for better release automationDavid Heinemeier Hansson2005-03-271-27/+116
* Fixed that if charset was found that the end of a mime part declaration TMail...David Heinemeier Hansson2005-03-264-2/+10