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
/
CHANGELOG
Commit message (
Expand
)
Author
Age
Files
Lines
*
Normalize line endings in outgoing mail bodies to "\n" #1536 [John Long]
Jamis Buck
2005-06-30
1
-0
/
+2
*
Allow template to be explicitly specified #1448 [tuxie@dekadance.se]
Jamis Buck
2005-06-30
1
-0
/
+2
*
Allow specific "multipart/xxx" content-type to be set on multipart messages #...
Jamis Buck
2005-06-24
1
-0
/
+2
*
Unquoted @ chars in received email headers are parsed properly in spite of RF...
Jamis Buck
2005-06-22
1
-0
/
+2
*
Updated CHANGELOG
Jamis Buck
2005-06-16
1
-0
/
+2
*
Revealed the man behind the mask!
David Heinemeier Hansson
2005-06-16
1
-1
/
+1
*
Silently ignore Errno::EINVAL errors when converting between charsets. Some m...
Jamis Buck
2005-06-08
1
-0
/
+2
*
Don't error while processing encoded attachment names #1340 [lon@speedymac.com]
Jamis Buck
2005-06-06
1
-0
/
+2
*
Handle parsing of recursively multipart messages
Jamis Buck
2005-06-06
1
-0
/
+2
*
BCC headers are removed when sending via SMTP
Jamis Buck
2005-06-06
1
-0
/
+2
*
Added a "content_type" accessor to allow messages to explicitly specify a con...
Jamis Buck
2005-06-03
1
-0
/
+2
*
Ignore Iconv::IllegalSequence errors when converting text #1341 [lon@speedyma...
Jamis Buck
2005-05-30
1
-0
/
+2
*
A very thorough refactoring, resulting in new mail property setters and suppo...
Jamis Buck
2005-05-29
1
-1
/
+5
*
Fix attachments and content-type problems #1276 [Jamis Buck] Fix to only perf...
David Heinemeier Hansson
2005-05-10
1
-0
/
+4
*
Fixed the TMail#body method to look at the content-transfer-encoding header a...
David Heinemeier Hansson
2005-05-06
1
-0
/
+4
*
Added automatic decoding of base64 bodies #1214 [Jamis Buck]
David Heinemeier Hansson
2005-05-02
1
-0
/
+2
*
Added that delivery errors are caught in a way so the mail is still returned ...
David Heinemeier Hansson
2005-05-02
1
-0
/
+2
*
Fixed that email address like "Jamis Buck, M.D." <wild.medicine@example.net> ...
David Heinemeier Hansson
2005-04-30
1
-0
/
+5
*
Added xml_http_request/xhr method for simulating XMLHttpRequest in functional...
David Heinemeier Hansson
2005-04-19
1
-0
/
+5
*
Fixed documentation and prepared for release of 0.12
David Heinemeier Hansson
2005-04-18
1
-3
/
+3
*
Added that deliver_* will now return the email that was sent
David Heinemeier Hansson
2005-04-18
1
-0
/
+2
*
Fixed quoting for all address headers, not just to #955 [Jamis Buck] Added th...
David Heinemeier Hansson
2005-04-11
1
-0
/
+4
*
Fixed unquoting of emails that doesn't have an explicit charset #1036 [wolfga...
David Heinemeier Hansson
2005-04-07
1
-0
/
+5
*
Made ready for the release of 0.11.1
David Heinemeier Hansson
2005-03-27
1
-1
/
+1
*
Fixed that if charset was found that the end of a mime part declaration TMail...
David Heinemeier Hansson
2005-03-26
1
-0
/
+6
*
Added rescue for missing iconv library and throws warnings if subject/body is...
David Heinemeier Hansson
2005-03-23
1
-0
/
+5
*
Added documentation and fixed an ajax bug
David Heinemeier Hansson
2005-03-22
1
-2
/
+2
*
Added framework support for processing incoming emails with an Action Mailer ...
David Heinemeier Hansson
2005-03-20
1
-0
/
+5
*
Prepared for 0.10.1 release
David Heinemeier Hansson
2005-03-07
1
-0
/
+5
*
Marked for release
David Heinemeier Hansson
2005-02-24
1
-1
/
+1
*
Added support for charsets for both subject and body. The default charset is ...
David Heinemeier Hansson
2005-02-19
1
-0
/
+22
*
Made ready for release of 0.9.4.1
David Heinemeier Hansson
2005-01-18
1
-1
/
+1
*
Fixed sending of emails to use Tmail#from not the deprecated Tmail#from_address
David Heinemeier Hansson
2005-01-17
1
-0
/
+5
*
Made ready for release of 0.9.4
David Heinemeier Hansson
2005-01-17
1
-1
/
+1
*
Fixed that bcc and cc should be settable through @bcc and @cc -- not just @he...
David Heinemeier Hansson
2005-01-13
1
-0
/
+7
*
Rails 0.9 is a reality
David Heinemeier Hansson
2004-12-16
1
-1
/
+1
*
Added access to custom headers, like cc, bcc, and reply-to #268 [Andreas Schw...
David Heinemeier Hansson
2004-12-07
1
-0
/
+13
*
Initial
David Heinemeier Hansson
2004-11-24
1
-0
/
+19