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
/
vendor
/
tmail
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make TMail::Mail#has_attachments? use logic from #attachment? (closes #3815) ...
David Heinemeier Hansson
2006-02-25
1
-1
/
+1
*
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
*
Minero Aoki made TMail available to Rails/ActionMailer under the MIT license ...
David Heinemeier Hansson
2005-10-16
17
-53
/
+374
*
* Don't add charset to content-type header for a part that contains subparts ...
Jamis Buck
2005-09-01
1
-3
/
+5
*
Preserve underscores when unquoting message bodies #1930
Jamis Buck
2005-09-01
1
-5
/
+6
*
Look at content-location header (if available) to determine filename of attac...
Jamis Buck
2005-08-22
1
-1
/
+3
*
Correctly normalize newlines in outgoing emails before encoding the body [Joh...
Jamis Buck
2005-07-06
1
-5
/
+1
*
Normalize line endings in outgoing mail bodies to "\n" #1536 [John Long]
Jamis Buck
2005-06-30
1
-1
/
+5
*
Unquoted @ chars in received email headers are parsed properly in spite of RF...
Jamis Buck
2005-06-22
2
-4
/
+4
*
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
1
-1
/
+1
*
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
3
-2
/
+4
*
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
*
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
*
Made the unquoted subject and body the default
David Heinemeier Hansson
2005-03-21
3
-7
/
+9
*
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
*
Initial
David Heinemeier Hansson
2004-11-24
20
-0
/
+6028