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
...
*
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
/
+9
*
Fix vendor require paths to prevent files being required twice
Jamis Buck
2005-09-05
1
-2
/
+2
*
* 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
*
Added a config example in README #1626 [courtenay]
David Heinemeier Hansson
2005-07-09
1
-2
/
+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
*
Allow specific "multipart/xxx" content-type to be set on multipart messages #...
Jamis Buck
2005-06-24
1
-0
/
+2
*
Use the real charset for parts generated by a template, instead of the string...
Jamis Buck
2005-06-22
1
-1
/
+1
*
Unquoted @ chars in received email headers are parsed properly in spite of RF...
Jamis Buck
2005-06-22
2
-4
/
+4
*
Helper support for ActionMailer
Jamis Buck
2005-06-16
2
-1
/
+143
*
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
*
Silently ignore Errno::EINVAL errors when converting between charsets. Some m...
Jamis Buck
2005-06-08
1
-1
/
+4
*
Don't error while processing encoded attachment names #1340 [lon@speedymac.com]
Jamis Buck
2005-06-06
1
-2
/
+6
*
Handle parsing of recursively multipart messages
Jamis Buck
2005-06-06
1
-3
/
+10
*
BCC headers are removed when sending via SMTP
Jamis Buck
2005-06-06
2
-2
/
+6
*
Added a "content_type" accessor to allow messages to explicitly specify a con...
Jamis Buck
2005-06-03
2
-5
/
+9
*
Don't apply a charset to attachments. Wrap base64-encoded lines.
Jamis Buck
2005-06-03
1
-44
/
+4
*
Ignore Iconv::IllegalSequence errors when converting text #1341 [lon@speedyma...
Jamis Buck
2005-05-30
1
-0
/
+5
*
A very thorough refactoring, resulting in new mail property setters and suppo...
Jamis Buck
2005-05-29
7
-125
/
+448
*
Step cautiously around subheaders in TMail #1285 [Jamis Buck]
David Heinemeier Hansson
2005-05-10
3
-4
/
+8
*
Fix attachments and content-type problems #1276 [Jamis Buck] Fix to only perf...
David Heinemeier Hansson
2005-05-10
2
-11
/
+12
*
Fixed the TMail#body method to look at the content-transfer-encoding header a...
David Heinemeier Hansson
2005-05-06
1
-81
/
+89
*
Added automatic decoding of base64 bodies #1214 [Jamis Buck]
David Heinemeier Hansson
2005-05-02
1
-1
/
+3
*
Added that delivery errors are caught in a way so the mail is still returned ...
David Heinemeier Hansson
2005-05-02
1
-9
/
+9
*
Fixed that email address like "Jamis Buck, M.D." <wild.medicine@example.net> ...
David Heinemeier Hansson
2005-04-30
1
-1
/
+1
*
Added that deliver_* will now return the email that was sent
David Heinemeier Hansson
2005-04-18
1
-6
/
+3
*
Improved address header processing
David Heinemeier Hansson
2005-04-13
1
-2
/
+2
*
Address parsing failed when the "to" (or "cc", or whatever) was an array. It ...
David Heinemeier Hansson
2005-04-13
1
-1
/
+3
*
Dont quote the body
David Heinemeier Hansson
2005-04-11
1
-3
/
+4
*
Fixed quoting for all address headers, not just to #955 [Jamis Buck] Added th...
David Heinemeier Hansson
2005-04-11
1
-14
/
+43
*
Fixed unquoting of emails that doesn't have an explicit charset #1036 [wolfga...
David Heinemeier Hansson
2005-04-07
1
-2
/
+3
*
Fixed .id => .object_id in TMail
David Heinemeier Hansson
2005-04-03
1
-2
/
+2
*
Fixed that if charset was found that the end of a mime part declaration TMail...
David Heinemeier Hansson
2005-03-26
3
-2
/
+4
*
Added rescue for missing iconv library and throws warnings if subject/body is...
David Heinemeier Hansson
2005-03-23
1
-63
/
+80
*
Protect against nil strings and empty conversion bases
David Heinemeier Hansson
2005-03-21
1
-4
/
+5
[prev]
[next]