aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/test/mail_service_test.rb
Commit message (Expand)AuthorAgeFilesLines
* require abstract_unit directly since test is in load pathJeremy Kemper2008-01-051-1/+1
* Remove old tests which relied on @ being an ATOM to work around old Mail.app ...Michael Koziarski2007-12-021-6/+0
* Allow body to be specified for nested parts with action mailer. Closes #102...Michael Koziarski2007-11-291-0/+23
* Allow ActionMailer subclasses to individually set their delivery method (so t...David Heinemeier Hansson2007-11-071-3/+8
* Improved test coverage (closes #7571) [joost]David Heinemeier Hansson2007-09-221-0/+19
* Increase mail delivery test coverage. Closes #8692.Jeremy Kemper2007-06-201-2/+11
* Register alternative template engines using ActionMailer::Base.register_templ...Jeremy Kemper2007-06-071-1/+40
* Fix broken testsJamis Buck2007-02-221-7/+7
* Improve Test Coverage for raise_delivery_errors. [kevinclark] closes #7152Michael Koziarski2007-01-211-0/+25
* Allow mailer actions named send by using __send__ internally. Closes #6467.Jeremy Kemper2006-11-131-0/+22
* Make mime version default to 1.0. closes #2323Jamis Buck2006-09-091-21/+1
* Added test for custom headers on parts (closes #3043)David Heinemeier Hansson2006-09-021-1/+2
* Mailer template root applies to a class and its subclasses rather than acting...Jeremy Kemper2006-06-301-11/+15
* Resolve conflict among mailer actions with the same name. Closes #5520.Jeremy Kemper2006-06-291-1/+1
* Nil charset caused subject line to be improperly quoted in implicitly multipa...Jamis Buck2006-03-191-0/+13
* Parse content-type apart before using it so that sub-parts of the header can ...Jamis Buck2006-03-181-0/+14
* Make custom headers work in subparts (closes #4034)Jamis Buck2006-03-181-0/+15
* Make TMail::Mail#has_attachments? use logic from #attachment? (closes #3815) ...David Heinemeier Hansson2006-02-251-0/+1
* Template paths with dot chars in them no longer mess up implicit template sel...Jamis Buck2006-01-291-1/+20
* Make sure anything with content-disposition of "attachment" is passed to the ...Jamis Buck2006-01-231-1/+1
* Make sure TMail#attachments includes anything with content-disposition of "at...Jamis Buck2006-01-231-0/+7
* Add a new test case to demonstrate that subject headers are being properly en...Jamis Buck2005-11-061-0/+20
* * Don't add charset to content-type header for a part that contains subparts ...Jamis Buck2005-09-011-5/+15
* Preserve underscores when unquoting message bodies #1930Jamis Buck2005-09-011-0/+10
* Multipart messages specify a MIME-Version header automatically #2003 [John Long]Jamis Buck2005-08-221-0/+24
* Look at content-location header (if available) to determine filename of attac...Jamis Buck2005-08-221-0/+7
* ActionMailer::Base.deliver(email) had been accidentally removed, but was docu...Jamis Buck2005-07-311-0/+6
* Correctly normalize newlines in outgoing emails before encoding the body [Joh...Jamis Buck2005-07-061-0/+15
* 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-041-1/+15
* Better multipart support with implicit multipart/alternative and sorting of s...Jamis Buck2005-07-011-3/+15
* Allow for nested parts in multipart mails #1570 [Flurin Egger]Jamis Buck2005-07-011-0/+27
* Normalize line endings in outgoing mail bodies to "\n" #1536 [John Long]Jamis Buck2005-06-301-0/+14
* Allow template to be explicitly specified #1448 [tuxie@dekadance.se]Jamis Buck2005-06-301-0/+24
* Allow specific "multipart/xxx" content-type to be set on multipart messages #...Jamis Buck2005-06-241-6/+21
* Use the real charset for parts generated by a template, instead of the string...Jamis Buck2005-06-221-0/+2
* Unquoted @ chars in received email headers are parsed properly in spite of RF...Jamis Buck2005-06-221-0/+6
* Silently ignore Errno::EINVAL errors when converting between charsets. Some m...Jamis Buck2005-06-081-0/+6
* Add a test case for malformed email headersJamis Buck2005-06-061-0/+5
* Don't error while processing encoded attachment names #1340 [lon@speedymac.com]Jamis Buck2005-06-061-0/+7
* Handle parsing of recursively multipart messagesJamis Buck2005-06-061-0/+6
* BCC headers are removed when sending via SMTPJamis Buck2005-06-061-0/+30
* Added a "content_type" accessor to allow messages to explicitly specify a con...Jamis Buck2005-06-031-0/+13
* Don't apply a charset to attachments. Wrap base64-encoded lines.Jamis Buck2005-06-031-0/+2
* Ignore Iconv::IllegalSequence errors when converting text #1341 [lon@speedyma...Jamis Buck2005-05-301-0/+6
* A very thorough refactoring, resulting in new mail property setters and suppo...Jamis Buck2005-05-291-25/+71
* Step cautiously around subheaders in TMail #1285 [Jamis Buck]David Heinemeier Hansson2005-05-101-1/+7
* Fix attachments and content-type problems #1276 [Jamis Buck] Fix to only perf...David Heinemeier Hansson2005-05-101-0/+21
* Fixed the TMail#body method to look at the content-transfer-encoding header a...David Heinemeier Hansson2005-05-061-5/+57
* Added automatic decoding of base64 bodies #1214 [Jamis Buck]David Heinemeier Hansson2005-05-021-0/+14