aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/lib/action_mailer
Commit message (Expand)AuthorAgeFilesLines
* Improve documentation coverage and markupXavier Noria2008-05-021-6/+6
* * Remove default_url_options from mailer generatorCody Fauser2008-04-211-12/+27
* Avoid modifying the sendmail_settings hash when using the return path. Closes...Michael Koziarski2008-04-051-2/+3
* Ruby 1.9 compat: ascii encoding for quoted-printable regexpsJeremy Kemper2008-04-031-0/+2
* Ruby 1.9 compat: anonymous class name is nil not '' nowJeremy Kemper2008-04-011-1/+1
* Ruby 1.9 compat: anonymous class name is nil not '' nowJeremy Kemper2008-04-011-5/+5
* Bump bundled tmail to r242Jeremy Kemper2008-03-313-10/+10
* Ruby 1.9 compat: use Array() instead of #to_a.Jeremy Kemper2008-03-311-1/+1
* Merge in latest tmail trunk r241Jeremy Kemper2008-03-3024-193/+534
* Fixed that a return-path header would be ignored (closes #7572) [joost]David Heinemeier Hansson2008-03-271-2/+8
* Less verbose mail logging: just recipients for :info log level; the whole ema...Jeremy Kemper2008-02-021-1/+4
* Reapply the TemplateFinder first applied in [8669] then reverted in [8676]. C...Michael Koziarski2008-01-211-0/+5
* Update vendor version numberJeremy Kemper2008-01-191-2/+2
* Update tmail to r208 versioned as 1.2.2Jeremy Kemper2008-01-1932-1008/+151
* Updated TMail to version 1.2.1 [raasdnil]Rick Olson2008-01-1131-670/+1314
* * Continue evolution toward ActiveSupport::TestCase and friends. #10679 [Jos...Jeremy Kemper2008-01-051-22/+14
* Fixed that you don't have to call super in ActionMailer::TestCase#setup (clos...David Heinemeier Hansson2008-01-031-1/+14
* Ruby 1.9 compat: introduce instance_variable_names. Closes #10630 [Frederick ...Jeremy Kemper2007-12-281-1/+1
* Prepare for 2.0.2 releaseDavid Heinemeier Hansson2007-12-161-1/+1
* Make ready for 2.0.1David Heinemeier Hansson2007-12-071-1/+1
* Preparing for release shortlyDavid Heinemeier Hansson2007-12-061-3/+3
* Remove old tests which relied on @ being an ATOM to work around old Mail.app ...Michael Koziarski2007-12-021-50/+29
* Remove @ as an ATOM character, syncing with upstream tmail. [mikel] Closes #...Michael Koziarski2007-12-011-1/+1
* Allow body to be specified for nested parts with action mailer. Closes #102...Michael Koziarski2007-11-291-5/+2
* Prep for RC2David Heinemeier Hansson2007-11-292-2/+2
* Update ActionMailer so it treats ActionView the same way that ActionControlle...Rick Olson2007-11-261-6/+29
* mailer_class is a class method not an instance method. [josh] Closes #10041Michael Koziarski2007-11-211-1/+1
* Prepare versions for RC1David Heinemeier Hansson2007-11-091-2/+2
* Rearrange vendor bundles so gem overrides work correctly.Jeremy Kemper2007-11-0731-0/+14
* Allow ActionMailer subclasses to individually set their delivery method (so t...David Heinemeier Hansson2007-11-071-2/+2
* Update TMail to v1.1.0. Use an updated version of TMail if available. [mikel]Rick Olson2007-11-0623-337/+1494
* Introduce TestCase subclasses for testing rails applications allowing tests t...Michael Koziarski2007-10-261-0/+59
* Update versions here tooDavid Heinemeier Hansson2007-10-121-1/+1
* Set default charset of MTAs to ISO instead of us-ascii (unless reported other...Tobias Lütke2007-10-091-0/+6
* Bump versions for 1.2.4 release.Jeremy Kemper2007-10-051-1/+1
* Ruby 1.9 compat, consistent load pathsJeremy Kemper2007-10-021-4/+4
* Fix attachment decoding when using the TMail C extension. Closes #7861.Jeremy Kemper2007-09-142-2/+2
* Deprecation: removed Reloadable.Jeremy Kemper2007-09-141-4/+0
* Register alternative template engines using ActionMailer::Base.register_templ...Jeremy Kemper2007-06-071-2/+16
* Run with the latest versions so beta gems will workDavid Heinemeier Hansson2007-04-211-2/+2
* Only load ActionController::UrlWriter if ActionController is present [Rick Ol...Rick Olson2007-04-081-1/+1
* Make sure parsed emails recognize attachments nested in multpart parts (close...Jamis Buck2007-02-221-2/+4
* Apply the rest of Chads patchDavid Heinemeier Hansson2007-02-211-10/+10
* Fix missed smtp_session changes to base.rb. Michael Koziarski2007-01-311-2/+2
* Rename server_settings to smtp_settings, add sendmail_settings to allow you ...Michael Koziarski2007-01-311-5/+13
* Allow mailer actions named send by using __send__ internally. Closes #6467.Jeremy Kemper2006-11-131-2/+2
* Add assert_emails and assert_no_emails to test the number of emails delivered...Jeremy Kemper2006-11-051-0/+67
* Make mime version default to 1.0. closes #2323Jamis Buck2006-09-091-4/+3
* Make sure quoted-printable text is decoded correctly when only portions of th...Jamis Buck2006-09-091-14/+19
* Make sure DOS newlines in quoted-printable text are normalized to unix newlin...Jamis Buck2006-09-091-0/+1