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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename Version constant to VERSION. Closes #2802.
Marcel Molina
2005-11-17
3
-2
/
+4
*
Stricter matching for implicitly multipart filenames excludes files ending in...
Jeremy Kemper
2005-11-15
4
-4
/
+13
*
Made ready for 0.14.3 (RC4)
David Heinemeier Hansson
2005-11-07
3
-3
/
+3
*
Add a new test case to demonstrate that subject headers are being properly en...
Jamis Buck
2005-11-06
1
-0
/
+20
*
Fix docs (closes #2598)
David Heinemeier Hansson
2005-10-26
4
-13
/
+13
*
Allow Mailers to have custom initialize methods that set default instance var...
David Heinemeier Hansson
2005-10-26
2
-9
/
+13
*
Prepared for release of 0.14.2 (RC3)
David Heinemeier Hansson
2005-10-25
3
-2
/
+7
*
Really ready for push
David Heinemeier Hansson
2005-10-19
2
-1
/
+6
*
Made ready to push RC2
David Heinemeier Hansson
2005-10-19
1
-1
/
+1
*
Updated the gem specs
David Heinemeier Hansson
2005-10-17
1
-1
/
+1
*
Getting ready for 0.14.0 (1.0.0 Release Candidate 1)
David Heinemeier Hansson
2005-10-16
2
-3
/
+3
*
Update/extend ActionMailer documentation (rdoc)
Jamis Buck
2005-10-16
8
-17
/
+131
*
Minero Aoki made TMail available to Rails/ActionMailer under the MIT license ...
David Heinemeier Hansson
2005-10-16
18
-53
/
+376
*
Austin Ziegler made Text::Simple available to Rails/ActionMailer under a MIT-...
David Heinemeier Hansson
2005-10-15
2
-14
/
+35
*
move lib/version.rb to lib/action_mailer/version.rb
Jamis Buck
2005-10-10
2
-1
/
+1
*
Add versioning convention from SwitchTower to all Rails components. Add --ver...
Marcel Molina
2005-10-09
2
-2
/
+12
*
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
3
-3
/
+5
*
* Don't add charset to content-type header for a part that contains subparts ...
Jamis Buck
2005-09-01
4
-8
/
+23
*
Preserve underscores when unquoting message bodies #1930
Jamis Buck
2005-09-01
4
-5
/
+35
*
Encode multibyte characters correctly #1894
Jamis Buck
2005-09-01
3
-1
/
+60
*
Multipart messages specify a MIME-Version header automatically #2003 [John Long]
Jamis Buck
2005-08-22
3
-2
/
+41
*
Add a unified render method to ActionMailer (delegates to ActionView::Base#re...
Jamis Buck
2005-08-22
3
-4
/
+60
*
Fixture for tests in [2034]
Jamis Buck
2005-08-22
1
-0
/
+32
*
Move mailer initialization to a separate (overridable) method, so that subcla...
Jamis Buck
2005-08-22
2
-9
/
+17
*
Look at content-location header (if available) to determine filename of attac...
Jamis Buck
2005-08-22
3
-1
/
+12
*
ActionMailer::Base.deliver(email) had been accidentally removed, but was docu...
Jamis Buck
2005-07-31
3
-25
/
+43
*
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
2
-1
/
+6
*
Made ready for release of 0.13.1
David Heinemeier Hansson
2005-07-11
3
-3
/
+8
*
Added a config example in README #1626 [courtenay]
David Heinemeier Hansson
2005-07-09
2
-2
/
+12
*
Pegged the versions for release
David Heinemeier Hansson
2005-07-06
2
-3
/
+3
*
Correctly normalize newlines in outgoing emails before encoding the body [Joh...
Jamis Buck
2005-07-06
5
-8
/
+29
*
Tuned documentation for release (AM)
David Heinemeier Hansson
2005-07-06
8
-51
/
+21
*
Added unit test to confirm that #1393 is fixed in HEAD
Jamis Buck
2005-07-04
1
-2
/
+20
*
Avoid adding nil values to mail headers #1392
Jamis Buck
2005-07-04
3
-5
/
+26
*
Better multipart support with implicit multipart/alternative and sorting of s...
Jamis Buck
2005-07-01
4
-5
/
+65
*
Allow for nested parts in multipart mails #1570 [Flurin Egger]
Jamis Buck
2005-07-01
5
-33
/
+99
*
Normalize line endings in outgoing mail bodies to "\n" #1536 [John Long]
Jamis Buck
2005-06-30
3
-1
/
+21
*
Allow template to be explicitly specified #1448 [tuxie@dekadance.se]
Jamis Buck
2005-06-30
3
-4
/
+31
*
Allow specific "multipart/xxx" content-type to be set on multipart messages #...
Jamis Buck
2005-06-24
3
-6
/
+25
*
Use the real charset for parts generated by a template, instead of the string...
Jamis Buck
2005-06-22
2
-1
/
+3
*
Unquoted @ chars in received email headers are parsed properly in spite of RF...
Jamis Buck
2005-06-22
5
-4
/
+46
*
Updated CHANGELOG
Jamis Buck
2005-06-16
1
-0
/
+2
*
Helper support for ActionMailer
Jamis Buck
2005-06-16
9
-3
/
+260
*
Revealed the man behind the mask!
David Heinemeier Hansson
2005-06-16
1
-1
/
+1
*
Changed test requests to come from 0.0.0.0 instead of 127.0.0.1 such that the...
David Heinemeier Hansson
2005-06-14
1
-1
/
+0
*
Fixture for new test in [1395]
Jamis Buck
2005-06-08
1
-0
/
+20
*
Silently ignore Errno::EINVAL errors when converting between charsets. Some m...
Jamis Buck
2005-06-08
3
-1
/
+12
*
Add a test case for malformed email headers
Jamis Buck
2005-06-06
2
-0
/
+33
[next]