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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rearrange vendor bundles so gem overrides work correctly.
Jeremy Kemper
2007-11-07
30
-0
/
+0
*
Update TMail to v1.1.0. Use an updated version of TMail if available. [mikel]
Rick Olson
2007-11-06
23
-337
/
+1494
*
Set default charset of MTAs to ISO instead of us-ascii (unless reported other...
Tobias Lütke
2007-10-09
1
-0
/
+6
*
Fix attachment decoding when using the TMail C extension. Closes #7861.
Jeremy Kemper
2007-09-14
2
-2
/
+2
*
Make sure parsed emails recognize attachments nested in multpart parts (close...
Jamis Buck
2007-02-22
1
-2
/
+4
*
Make sure quoted-printable text is decoded correctly when only portions of th...
Jamis Buck
2006-09-09
1
-14
/
+19
*
Make sure DOS newlines in quoted-printable text are normalized to unix newlin...
Jamis Buck
2006-09-09
1
-0
/
+1
*
Fixed that iconv decoding should catch InvalidEncoding #3153 [jon@siliconcirc...
David Heinemeier Hansson
2006-09-02
1
-1
/
+1
*
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
*
Austin Ziegler made Text::Simple available to Rails/ActionMailer under a MIT-...
David Heinemeier Hansson
2005-10-15
1
-14
/
+33
*
* 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
*
Fixed that bcc and cc should be settable through @bcc and @cc -- not just @he...
David Heinemeier Hansson
2005-01-13
1
-1
/
+0
*
Initial
David Heinemeier Hansson
2004-11-24
22
-0
/
+7479