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
...
*
Added a "content_type" accessor to allow messages to explicitly specify a con...
Jamis Buck
2005-06-03
4
-5
/
+24
*
Don't apply a charset to attachments. Wrap base64-encoded lines.
Jamis Buck
2005-06-03
2
-44
/
+6
*
Ignore Iconv::IllegalSequence errors when converting text #1341 [lon@speedyma...
Jamis Buck
2005-05-30
4
-0
/
+33
*
A very thorough refactoring, resulting in new mail property setters and suppo...
Jamis Buck
2005-05-29
12
-152
/
+539
*
Push to .org instead
David Heinemeier Hansson
2005-05-19
1
-2
/
+2
*
Step cautiously around subheaders in TMail #1285 [Jamis Buck]
David Heinemeier Hansson
2005-05-10
5
-5
/
+34
*
Fix attachments and content-type problems #1276 [Jamis Buck] Fix to only perf...
David Heinemeier Hansson
2005-05-10
7
-11
/
+280
*
Fixed the TMail#body method to look at the content-transfer-encoding header a...
David Heinemeier Hansson
2005-05-06
3
-86
/
+150
*
Missing test data
David Heinemeier Hansson
2005-05-02
1
-0
/
+14
*
Added automatic decoding of base64 bodies #1214 [Jamis Buck]
David Heinemeier Hansson
2005-05-02
3
-1
/
+19
*
Added that delivery errors are caught in a way so the mail is still returned ...
David Heinemeier Hansson
2005-05-02
2
-9
/
+11
*
Fixed that email address like "Jamis Buck, M.D." <wild.medicine@example.net> ...
David Heinemeier Hansson
2005-04-30
2
-1
/
+6
*
Added xml_http_request/xhr method for simulating XMLHttpRequest in functional...
David Heinemeier Hansson
2005-04-19
2
-2
/
+7
*
Fixed documentation and prepared for release of 0.12
David Heinemeier Hansson
2005-04-18
2
-5
/
+5
*
Added that deliver_* will now return the email that was sent
David Heinemeier Hansson
2005-04-18
2
-6
/
+5
*
Improved address header processing
David Heinemeier Hansson
2005-04-13
2
-13
/
+13
*
Address parsing failed when the "to" (or "cc", or whatever) was an array. It ...
David Heinemeier Hansson
2005-04-13
2
-2
/
+20
*
Dont quote the body
David Heinemeier Hansson
2005-04-11
2
-3
/
+29
*
Fixed quoting for all address headers, not just to #955 [Jamis Buck] Added th...
David Heinemeier Hansson
2005-04-11
3
-20
/
+91
*
Fixed unquoting of emails that doesn't have an explicit charset #1036 [wolfga...
David Heinemeier Hansson
2005-04-07
2
-2
/
+8
*
Moved to new server
David Heinemeier Hansson
2005-04-07
1
-2
/
+2
*
Fixed .id => .object_id in TMail
David Heinemeier Hansson
2005-04-03
1
-2
/
+2
*
Added install.rbs for all frameworks and made all of them generic enough not ...
David Heinemeier Hansson
2005-04-02
1
-38
/
+7
*
Made ready for the release of 0.11.1
David Heinemeier Hansson
2005-03-27
2
-3
/
+4
*
Made ready for better release automation
David Heinemeier Hansson
2005-03-27
1
-27
/
+116
*
Fixed that if charset was found that the end of a mime part declaration TMail...
David Heinemeier Hansson
2005-03-26
4
-2
/
+10
*
Added rescue for missing iconv library and throws warnings if subject/body is...
David Heinemeier Hansson
2005-03-23
2
-63
/
+85
*
Fixed documentation and prepared for 0.11.0 release
David Heinemeier Hansson
2005-03-22
2
-3
/
+3
*
Added documentation and fixed an ajax bug
David Heinemeier Hansson
2005-03-22
1
-2
/
+2
*
Protect against nil strings and empty conversion bases
David Heinemeier Hansson
2005-03-21
1
-4
/
+5
*
Made the unquoted subject and body the default
David Heinemeier Hansson
2005-03-21
5
-9
/
+27
*
Added framework support for processing incoming emails with an Action Mailer ...
David Heinemeier Hansson
2005-03-20
2
-0
/
+41
*
Added receiver method for incoming email
David Heinemeier Hansson
2005-03-20
1
-1
/
+6
*
Dont choke on nil bodies
David Heinemeier Hansson
2005-03-19
1
-2
/
+2
*
Only include attachments that arent blank
David Heinemeier Hansson
2005-03-19
1
-2
/
+8
*
Added better quoting and attachments handling in anticipation for ActionMaile...
David Heinemeier Hansson
2005-03-18
3
-0
/
+108
*
Prepared for 0.10.1 release
David Heinemeier Hansson
2005-03-07
2
-2
/
+7
*
Marked for release
David Heinemeier Hansson
2005-02-24
1
-1
/
+1
*
Made ready for 0.10.0 release
David Heinemeier Hansson
2005-02-24
1
-3
/
+3
*
Updated documentation
David Heinemeier Hansson
2005-02-24
1
-1
/
+6
*
Made Action Mailer templates use UTF-8 as default
David Heinemeier Hansson
2005-02-22
1
-4
/
+3
*
Added support for charsets for both subject and body. The default charset is ...
David Heinemeier Hansson
2005-02-19
3
-12
/
+141
*
AR, AP, and AM should look for AS in sibling directory before trying RubyGems...
David Heinemeier Hansson
2005-02-17
1
-3
/
+6
*
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@459 5ecf4fe2-1ee6-0...
David Heinemeier Hansson
2005-01-18
1
-1
/
+1
*
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
2
-1
/
+6
*
Made ready for release of 0.9.4
David Heinemeier Hansson
2005-01-17
2
-2
/
+2
*
Fixed that bcc and cc should be settable through @bcc and @cc -- not just @he...
David Heinemeier Hansson
2005-01-13
4
-8
/
+56
*
Updated Rakefiles for the server move
David Heinemeier Hansson
2004-12-30
1
-2
/
+2
*
Rails 0.9 is a reality
David Heinemeier Hansson
2004-12-16
2
-2
/
+2
[prev]
[next]