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
*
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
*
Getting ready for 0.14.0 (1.0.0 Release Candidate 1)
David Heinemeier Hansson
2005-10-16
1
-2
/
+2
*
Update/extend ActionMailer documentation (rdoc)
Jamis Buck
2005-10-16
6
-16
/
+128
*
Minero Aoki made TMail available to Rails/ActionMailer under the MIT license ...
David Heinemeier Hansson
2005-10-16
17
-53
/
+374
*
Austin Ziegler made Text::Simple available to Rails/ActionMailer under a MIT-...
David Heinemeier Hansson
2005-10-15
1
-14
/
+33
*
move lib/version.rb to lib/action_mailer/version.rb
Jamis Buck
2005-10-10
1
-0
/
+0
*
Add versioning convention from SwitchTower to all Rails components. Add --ver...
Marcel Molina
2005-10-09
1
-0
/
+9
*
Added Kernel#silence_warnings and puts it into use throughout the framework
David Heinemeier Hansson
2005-09-11
1
-3
/
+1
*
Fix vendor require paths to prevent files being required twice
Jamis Buck
2005-09-05
2
-3
/
+3
*
* Don't add charset to content-type header for a part that contains subparts ...
Jamis Buck
2005-09-01
2
-3
/
+6
*
Preserve underscores when unquoting message bodies #1930
Jamis Buck
2005-09-01
1
-5
/
+6
*
Encode multibyte characters correctly #1894
Jamis Buck
2005-09-01
1
-1
/
+10
*
Multipart messages specify a MIME-Version header automatically #2003 [John Long]
Jamis Buck
2005-08-22
1
-2
/
+15
*
Add a unified render method to ActionMailer (delegates to ActionView::Base#re...
Jamis Buck
2005-08-22
1
-4
/
+10
*
Move mailer initialization to a separate (overridable) method, so that subcla...
Jamis Buck
2005-08-22
1
-9
/
+15
*
Look at content-location header (if available) to determine filename of attac...
Jamis Buck
2005-08-22
1
-1
/
+3
*
ActionMailer::Base.deliver(email) had been accidentally removed, but was docu...
Jamis Buck
2005-07-31
1
-25
/
+35
*
Remove duplicated file contents
Jamis Buck
2005-07-22
2
-78
/
+0
*
Fix problem with sendmail delivery where headers should be delimited by \n ch...
David Heinemeier Hansson
2005-07-17
1
-1
/
+1
*
Made ready for release of 0.13.1
David Heinemeier Hansson
2005-07-11
1
-1
/
+1
*
Added a config example in README #1626 [courtenay]
David Heinemeier Hansson
2005-07-09
1
-2
/
+1
*
Pegged the versions for release
David Heinemeier Hansson
2005-07-06
1
-1
/
+1
*
Correctly normalize newlines in outgoing emails before encoding the body [Joh...
Jamis Buck
2005-07-06
4
-8
/
+14
*
Tuned documentation for release (AM)
David Heinemeier Hansson
2005-07-06
6
-44
/
+15
*
Avoid adding nil values to mail headers #1392
Jamis Buck
2005-07-04
1
-4
/
+9
*
Better multipart support with implicit multipart/alternative and sorting of s...
Jamis Buck
2005-07-01
1
-2
/
+47
*
Allow for nested parts in multipart mails #1570 [Flurin Egger]
Jamis Buck
2005-07-01
3
-33
/
+70
*
Normalize line endings in outgoing mail bodies to "\n" #1536 [John Long]
Jamis Buck
2005-06-30
1
-1
/
+5
*
Allow template to be explicitly specified #1448 [tuxie@dekadance.se]
Jamis Buck
2005-06-30
1
-4
/
+5
[next]