index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
actionmailer
/
lib
/
action_mailer
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix attachment decoding when using the TMail C extension. Closes #7861.
Jeremy Kemper
2007-09-14
2
-2
/
+2
*
Deprecation: removed Reloadable.
Jeremy Kemper
2007-09-14
1
-4
/
+0
*
Register alternative template engines using ActionMailer::Base.register_templ...
Jeremy Kemper
2007-06-07
1
-2
/
+16
*
Run with the latest versions so beta gems will work
David Heinemeier Hansson
2007-04-21
1
-2
/
+2
*
Only load ActionController::UrlWriter if ActionController is present [Rick Ol...
Rick Olson
2007-04-08
1
-1
/
+1
*
Make sure parsed emails recognize attachments nested in multpart parts (close...
Jamis Buck
2007-02-22
1
-2
/
+4
*
Apply the rest of Chads patch
David Heinemeier Hansson
2007-02-21
1
-10
/
+10
*
Fix missed smtp_session changes to base.rb.
Michael Koziarski
2007-01-31
1
-2
/
+2
*
Rename server_settings to smtp_settings, add sendmail_settings to allow you ...
Michael Koziarski
2007-01-31
1
-5
/
+13
*
Allow mailer actions named send by using __send__ internally. Closes #6467.
Jeremy Kemper
2006-11-13
1
-2
/
+2
*
Add assert_emails and assert_no_emails to test the number of emails delivered...
Jeremy Kemper
2006-11-05
1
-0
/
+67
*
Make mime version default to 1.0. closes #2323
Jamis Buck
2006-09-09
1
-4
/
+3
*
Make sure quoted-printable text is decoded correctly when only portions of th...
Jamis Buck
2006-09-09
1
-14
/
+19
*
Make sure DOS newlines in quoted-printable text are normalized to unix newlin...
Jamis Buck
2006-09-09
1
-0
/
+1
*
Updated docs and otherwise
David Heinemeier Hansson
2006-09-02
2
-6
/
+40
*
Fixed that iconv decoding should catch InvalidEncoding #3153 [jon@siliconcirc...
David Heinemeier Hansson
2006-09-02
1
-1
/
+1
*
Tighten rescue clauses. Closes #5985.
Jeremy Kemper
2006-08-31
1
-1
/
+1
*
Automatically included ActionController::UrlWriter, such that URL generation ...
David Heinemeier Hansson
2006-08-25
1
-0
/
+1
*
New dependencies implementation
Nicholas Seckar
2006-08-08
1
-1
/
+1
*
fix regexp typo
Jeremy Kemper
2006-06-30
1
-1
/
+1
*
Mailer template root applies to a class and its subclasses rather than acting...
Jeremy Kemper
2006-06-30
1
-1
/
+1
*
r4730@asus: jeremy | 2006-06-29 13:13:38 -0700
Jeremy Kemper
2006-06-29
1
-3
/
+3
*
Resolve conflict among mailer actions with the same name. Closes #5520.
Jeremy Kemper
2006-06-29
1
-3
/
+3
*
ActionMailer::Base documentation rewrite. Closes #4991 [Kevin Clark, Marcel M...
Marcel Molina
2006-05-10
1
-36
/
+100
*
Replace alias method chaining with Module#alias_method_chain. [Marcel Molina ...
Marcel Molina
2006-04-29
1
-4
/
+2
*
Replace Ruby's deprecated append_features in favor of included. [Marcel Molin...
Marcel Molina
2006-04-29
2
-5
/
+2
*
Correct spurious documentation example code which results in a SyntaxError.
Marcel Molina
2006-04-13
1
-1
/
+1
*
Update versions for Rails 1.1.1
David Heinemeier Hansson
2006-04-06
1
-1
/
+1
*
Made ready for release
David Heinemeier Hansson
2006-03-28
1
-2
/
+2
*
Fixed docs
David Heinemeier Hansson
2006-03-28
1
-1
/
+1
*
Nil charset caused subject line to be improperly quoted in implicitly multipa...
Jamis Buck
2006-03-19
1
-2
/
+4
*
Parse content-type apart before using it so that sub-parts of the header can ...
Jamis Buck
2006-03-18
3
-11
/
+25
*
Make custom headers work in subparts (closes #4034)
Jamis Buck
2006-03-18
1
-1
/
+3
*
Use the full template file name for implicitly selected templates, instead of...
Jamis Buck
2006-03-18
1
-2
/
+3
*
Make TMail::Mail#has_attachments? use logic from #attachment? (closes #3815) ...
David Heinemeier Hansson
2006-02-25
1
-1
/
+1
*
Update versions to match latest from stable
David Heinemeier Hansson
2006-02-05
1
-1
/
+1
*
Just go with Subclasses instead of OnlySubclasses
David Heinemeier Hansson
2006-02-04
1
-1
/
+1
*
Add Reloadable::OnlySubclasses which handles the common case where a base cla...
Nicholas Seckar
2006-02-02
1
-5
/
+2
*
Template paths with dot chars in them no longer mess up implicit template sel...
Jamis Buck
2006-01-29
1
-1
/
+1
*
Added reusable reloading support through the inclusion of the Relodable modul...
David Heinemeier Hansson
2006-01-29
1
-0
/
+7
*
Make sure anything with content-disposition of "attachment" is passed to the ...
Jamis Buck
2006-01-23
1
-1
/
+1
*
Make sure TMail#attachments includes anything with content-disposition of "at...
Jamis Buck
2006-01-23
1
-1
/
+6
*
r3220@asus: jeremy | 2005-11-20 03:19:22 -0800
Jeremy Kemper
2005-11-21
1
-3
/
+7
*
Rename Version constant to VERSION. Closes #2802.
Marcel Molina
2005-11-17
1
-1
/
+1
*
Stricter matching for implicitly multipart filenames excludes files ending in...
Jeremy Kemper
2005-11-15
1
-4
/
+6
*
Made ready for 0.14.3 (RC4)
David Heinemeier Hansson
2005-11-07
1
-1
/
+1
*
Fix docs (closes #2598)
David Heinemeier Hansson
2005-10-26
2
-10
/
+10
*
Allow Mailers to have custom initialize methods that set default instance var...
David Heinemeier Hansson
2005-10-26
1
-9
/
+8
*
Prepared for release of 0.14.2 (RC3)
David Heinemeier Hansson
2005-10-25
1
-1
/
+1
*
Really ready for push
David Heinemeier Hansson
2005-10-19
1
-1
/
+1
[prev]
[next]