aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/lib/action_mailer/base.rb
Commit message (Expand)AuthorAgeFilesLines
* Only load ActionController::UrlWriter if ActionController is present [Rick Ol...Rick Olson2007-04-081-1/+1
* 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
* Make mime version default to 1.0. closes #2323Jamis Buck2006-09-091-4/+3
* Updated docs and otherwiseDavid Heinemeier Hansson2006-09-021-5/+39
* Tighten rescue clauses. Closes #5985.Jeremy Kemper2006-08-311-1/+1
* Automatically included ActionController::UrlWriter, such that URL generation ...David Heinemeier Hansson2006-08-251-0/+1
* New dependencies implementationNicholas Seckar2006-08-081-1/+1
* fix regexp typoJeremy Kemper2006-06-301-1/+1
* Mailer template root applies to a class and its subclasses rather than acting...Jeremy Kemper2006-06-301-1/+1
* r4730@asus: jeremy | 2006-06-29 13:13:38 -0700Jeremy Kemper2006-06-291-3/+3
* Resolve conflict among mailer actions with the same name. Closes #5520.Jeremy Kemper2006-06-291-3/+3
* ActionMailer::Base documentation rewrite. Closes #4991 [Kevin Clark, Marcel M...Marcel Molina2006-05-101-36/+100
* Correct spurious documentation example code which results in a SyntaxError.Marcel Molina2006-04-131-1/+1
* Fixed docsDavid Heinemeier Hansson2006-03-281-1/+1
* Nil charset caused subject line to be improperly quoted in implicitly multipa...Jamis Buck2006-03-191-2/+4
* Parse content-type apart before using it so that sub-parts of the header can ...Jamis Buck2006-03-181-3/+5
* Use the full template file name for implicitly selected templates, instead of...Jamis Buck2006-03-181-2/+3
* Just go with Subclasses instead of OnlySubclassesDavid Heinemeier Hansson2006-02-041-1/+1
* Add Reloadable::OnlySubclasses which handles the common case where a base cla...Nicholas Seckar2006-02-021-5/+2
* Template paths with dot chars in them no longer mess up implicit template sel...Jamis Buck2006-01-291-1/+1
* Added reusable reloading support through the inclusion of the Relodable modul...David Heinemeier Hansson2006-01-291-0/+7
* Stricter matching for implicitly multipart filenames excludes files ending in...Jeremy Kemper2005-11-151-4/+6
* Fix docs (closes #2598)David Heinemeier Hansson2005-10-261-9/+9
* Allow Mailers to have custom initialize methods that set default instance var...David Heinemeier Hansson2005-10-261-9/+8
* Update/extend ActionMailer documentation (rdoc)Jamis Buck2005-10-161-7/+68
* * Don't add charset to content-type header for a part that contains subparts ...Jamis Buck2005-09-011-0/+1
* Multipart messages specify a MIME-Version header automatically #2003 [John Long]Jamis Buck2005-08-221-2/+15
* Add a unified render method to ActionMailer (delegates to ActionView::Base#re...Jamis Buck2005-08-221-4/+10
* Move mailer initialization to a separate (overridable) method, so that subcla...Jamis Buck2005-08-221-9/+15
* ActionMailer::Base.deliver(email) had been accidentally removed, but was docu...Jamis Buck2005-07-311-25/+35
* Fix problem with sendmail delivery where headers should be delimited by \n ch...David Heinemeier Hansson2005-07-171-1/+1
* Added a config example in README #1626 [courtenay]David Heinemeier Hansson2005-07-091-2/+1
* Correctly normalize newlines in outgoing emails before encoding the body [Joh...Jamis Buck2005-07-061-2/+3
* Tuned documentation for release (AM)David Heinemeier Hansson2005-07-061-4/+4
* Better multipart support with implicit multipart/alternative and sorting of s...Jamis Buck2005-07-011-2/+47
* Allow for nested parts in multipart mails #1570 [Flurin Egger]Jamis Buck2005-07-011-19/+2
* Allow template to be explicitly specified #1448 [tuxie@dekadance.se]Jamis Buck2005-06-301-4/+5
* Allow specific "multipart/xxx" content-type to be set on multipart messages #...Jamis Buck2005-06-241-0/+2
* Use the real charset for parts generated by a template, instead of the string...Jamis Buck2005-06-221-1/+1
* Helper support for ActionMailerJamis Buck2005-06-161-1/+7
* 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
* BCC headers are removed when sending via SMTPJamis Buck2005-06-061-1/+5
* Added a "content_type" accessor to allow messages to explicitly specify a con...Jamis Buck2005-06-031-3/+7
* A very thorough refactoring, resulting in new mail property setters and suppo...Jamis Buck2005-05-291-123/+200
* Added automatic decoding of base64 bodies #1214 [Jamis Buck]David Heinemeier Hansson2005-05-021-1/+3
* Added that delivery errors are caught in a way so the mail is still returned ...David Heinemeier Hansson2005-05-021-9/+9
* Fixed that email address like "Jamis Buck, M.D." <wild.medicine@example.net> ...David Heinemeier Hansson2005-04-301-1/+1