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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Less verbose mail logging: just recipients for :info log level; the whole ema...
Jeremy Kemper
2008-02-02
1
-1
/
+4
*
Reapply the TemplateFinder first applied in [8669] then reverted in [8676]. C...
Michael Koziarski
2008-01-21
1
-0
/
+5
*
Update vendor version number
Jeremy Kemper
2008-01-19
1
-2
/
+2
*
Update tmail to r208 versioned as 1.2.2
Jeremy Kemper
2008-01-19
32
-1008
/
+151
*
Updated TMail to version 1.2.1 [raasdnil]
Rick Olson
2008-01-11
31
-670
/
+1314
*
* Continue evolution toward ActiveSupport::TestCase and friends. #10679 [Jos...
Jeremy Kemper
2008-01-05
1
-22
/
+14
*
Fixed that you don't have to call super in ActionMailer::TestCase#setup (clos...
David Heinemeier Hansson
2008-01-03
1
-1
/
+14
*
Ruby 1.9 compat: introduce instance_variable_names. Closes #10630 [Frederick ...
Jeremy Kemper
2007-12-28
1
-1
/
+1
*
Prepare for 2.0.2 release
David Heinemeier Hansson
2007-12-16
1
-1
/
+1
*
Make ready for 2.0.1
David Heinemeier Hansson
2007-12-07
1
-1
/
+1
*
Preparing for release shortly
David Heinemeier Hansson
2007-12-06
1
-3
/
+3
*
Remove old tests which relied on @ being an ATOM to work around old Mail.app ...
Michael Koziarski
2007-12-02
1
-50
/
+29
*
Remove @ as an ATOM character, syncing with upstream tmail. [mikel] Closes #...
Michael Koziarski
2007-12-01
1
-1
/
+1
*
Allow body to be specified for nested parts with action mailer. Closes #102...
Michael Koziarski
2007-11-29
1
-5
/
+2
*
Prep for RC2
David Heinemeier Hansson
2007-11-29
2
-2
/
+2
*
Update ActionMailer so it treats ActionView the same way that ActionControlle...
Rick Olson
2007-11-26
1
-6
/
+29
*
mailer_class is a class method not an instance method. [josh] Closes #10041
Michael Koziarski
2007-11-21
1
-1
/
+1
*
Prepare versions for RC1
David Heinemeier Hansson
2007-11-09
1
-2
/
+2
*
Rearrange vendor bundles so gem overrides work correctly.
Jeremy Kemper
2007-11-07
32
-11
/
+17
*
Allow ActionMailer subclasses to individually set their delivery method (so t...
David Heinemeier Hansson
2007-11-07
1
-2
/
+2
*
Update TMail to v1.1.0. Use an updated version of TMail if available. [mikel]
Rick Olson
2007-11-06
24
-338
/
+1504
*
Introduce TestCase subclasses for testing rails applications allowing tests t...
Michael Koziarski
2007-10-26
1
-0
/
+59
*
Update versions here too
David Heinemeier Hansson
2007-10-12
1
-1
/
+1
*
Set default charset of MTAs to ISO instead of us-ascii (unless reported other...
Tobias Lütke
2007-10-09
1
-0
/
+6
*
Bump versions for 1.2.4 release.
Jeremy Kemper
2007-10-05
1
-1
/
+1
*
Ruby 1.9 compat, consistent load paths
Jeremy Kemper
2007-10-02
1
-4
/
+4
*
Allow frameworks to be required by their gem name (closes #8845) [drnic]
David Heinemeier Hansson
2007-09-22
1
-0
/
+1
*
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
*
Update copyright span
David Heinemeier Hansson
2007-09-09
1
-1
/
+1
*
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 gem deprecation warnings, which also means depending on RubyGems 0.9.0+ [...
David Heinemeier Hansson
2007-02-04
1
-1
/
+1
*
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
2
-0
/
+68
*
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
*
Update copyright times
David Heinemeier Hansson
2006-09-03
1
-1
/
+1
*
Updated docs and otherwise
David Heinemeier Hansson
2006-09-02
3
-7
/
+41
*
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
[next]