aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update copyright timesDavid Heinemeier Hansson2006-09-031-1/+1
* Updated docs and otherwiseDavid Heinemeier Hansson2006-09-023-7/+41
* Fixed that iconv decoding should catch InvalidEncoding #3153 [jon@siliconcirc...David Heinemeier Hansson2006-09-021-1/+1
* 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
* prefer sibling actionpackJeremy Kemper2006-06-211-5/+4
* ActionMailer::Base documentation rewrite. Closes #4991 [Kevin Clark, Marcel M...Marcel Molina2006-05-101-36/+100
* Replace alias method chaining with Module#alias_method_chain. [Marcel Molina ...Marcel Molina2006-04-291-4/+2
* Replace Ruby's deprecated append_features in favor of included. [Marcel Molin...Marcel Molina2006-04-292-5/+2
* Correct spurious documentation example code which results in a SyntaxError.Marcel Molina2006-04-131-1/+1
* Update versions for Rails 1.1.1David Heinemeier Hansson2006-04-061-1/+1
* Made ready for releaseDavid Heinemeier Hansson2006-03-281-2/+2
* 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-183-11/+25
* Make custom headers work in subparts (closes #4034)Jamis Buck2006-03-181-1/+3
* Use the full template file name for implicitly selected templates, instead of...Jamis Buck2006-03-181-2/+3
* Make TMail::Mail#has_attachments? use logic from #attachment? (closes #3815) ...David Heinemeier Hansson2006-02-251-1/+1
* Update versions to match latest from stableDavid Heinemeier Hansson2006-02-051-1/+1
* 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
* 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-1/+6
* r3220@asus: jeremy | 2005-11-20 03:19:22 -0800Jeremy Kemper2005-11-211-3/+7
* Rename Version constant to VERSION. Closes #2802.Marcel Molina2005-11-171-1/+1
* Stricter matching for implicitly multipart filenames excludes files ending in...Jeremy Kemper2005-11-151-4/+6
* Made ready for 0.14.3 (RC4)David Heinemeier Hansson2005-11-071-1/+1
* Fix docs (closes #2598)David Heinemeier Hansson2005-10-262-10/+10
* Allow Mailers to have custom initialize methods that set default instance var...David Heinemeier Hansson2005-10-261-9/+8
* Prepared for release of 0.14.2 (RC3)David Heinemeier Hansson2005-10-251-1/+1
* Really ready for pushDavid Heinemeier Hansson2005-10-191-1/+1
* Getting ready for 0.14.0 (1.0.0 Release Candidate 1)David Heinemeier Hansson2005-10-161-2/+2
* Update/extend ActionMailer documentation (rdoc)Jamis Buck2005-10-166-16/+128
* Minero Aoki made TMail available to Rails/ActionMailer under the MIT license ...David Heinemeier Hansson2005-10-1617-53/+374
* Austin Ziegler made Text::Simple available to Rails/ActionMailer under a MIT-...David Heinemeier Hansson2005-10-151-14/+33
* move lib/version.rb to lib/action_mailer/version.rbJamis Buck2005-10-101-0/+0
* Add versioning convention from SwitchTower to all Rails components. Add --ver...Marcel Molina2005-10-091-0/+9
* Added Kernel#silence_warnings and puts it into use throughout the frameworkDavid Heinemeier Hansson2005-09-111-3/+1
* Fix vendor require paths to prevent files being required twiceJamis Buck2005-09-052-3/+3
* * Don't add charset to content-type header for a part that contains subparts ...Jamis Buck2005-09-012-3/+6