aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/test/mail_service_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix a failing mailer test.thedarkone2009-02-201-1/+1
* Port fast reloadable templates from rails-dev-boost.thedarkone2009-02-121-1/+1
* Fixed that ActionMailer should send correctly formatted Return-Path in MAIL F...Matt Jones2009-02-051-0/+1
* Bump mocha requirement for Ruby 1.9 compat. Remove uses_mocha.Jeremy Kemper2009-02-031-4/+0
* Add ActionMailer::Base#enable_starttls_auto option for enabling/disabling STA...Jose' Valim2009-01-181-0/+12
* Fix tests broken by switch to PathnameJeremy Kemper2008-12-091-3/+3
* Register bogus template handlers for ActionMailer test fixturesJoshua Peek2008-12-031-0/+6
* Added lambda merging to OptionMerger (especially useful with named_scope and ...David Heinemeier Hansson2008-11-151-0/+2
* Fixed method_missing for ActionMailer so it no longer matches methods where d...Joel Chippindale2008-11-111-0/+4
* Fix for ActionMailer::Base.method_missing so that it raises NoMethodError whe...Joel Chippindale2008-11-111-0/+8
* Turn on STARTTLS if it is available in Net::SMTP (added in Ruby 1.8.7) and th...Grant Hollingworth2008-11-061-0/+14
* Protect body ivar from being clobbered by the mailer template assignsJoshua Peek2008-09-281-0/+12
* ActionMailer should respond_to? to methods handled by method_missing [#700 st...James Mead2008-08-291-0/+52
* Tidy up ActionMailer rendering logic to take advantage of view path cache ins...Joshua Peek2008-08-061-20/+11
* Fix file permissionsTarmo Tänav2008-07-311-0/+0
* Only create a path for ActionMailer template root instead of a path set. Bett...Joshua Peek2008-07-191-3/+3
* Replaced TemplateFinder abstraction with ViewLoadPathsJoshua Peek2008-06-171-3/+3
* Add ActionMailer#reply_to. [#245 state:resolved]Adam2008-05-291-0/+34
* Ruby 1.9 compat: compare with same encodingJeremy Kemper2008-04-031-1/+5
* Ruby 1.9 compat: mark utf-8 encoding.Jeremy Kemper2008-03-311-0/+1
* Remove empty .rhtml templatesJeremy Kemper2008-02-071-7/+7
* Less verbose mail logging: just recipients for :info log level; the whole ema...Jeremy Kemper2008-02-021-1/+2
* Updated TMail to version 1.2.1 [raasdnil]Rick Olson2008-01-111-1/+1
* 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