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
/
quoting.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix attachment decoding when using the TMail C extension. Closes #7861.
Jeremy Kemper
2007-09-14
1
-1
/
+1
*
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 sure anything with content-disposition of "attachment" is passed to the ...
Jamis Buck
2006-01-23
1
-1
/
+1
*
Preserve underscores when unquoting message bodies #1930
Jamis Buck
2005-09-01
1
-5
/
+6
*
Silently ignore Errno::EINVAL errors when converting between charsets. Some m...
Jamis Buck
2005-06-08
1
-1
/
+4
*
Handle parsing of recursively multipart messages
Jamis Buck
2005-06-06
1
-3
/
+10
*
Ignore Iconv::IllegalSequence errors when converting text #1341 [lon@speedyma...
Jamis Buck
2005-05-30
1
-0
/
+5
*
Step cautiously around subheaders in TMail #1285 [Jamis Buck]
David Heinemeier Hansson
2005-05-10
1
-2
/
+2
*
Fix attachments and content-type problems #1276 [Jamis Buck] Fix to only perf...
David Heinemeier Hansson
2005-05-10
1
-6
/
+6
*
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 that if charset was found that the end of a mime part declaration TMail...
David Heinemeier Hansson
2005-03-26
1
-1
/
+1
*
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
1
-6
/
+7
*
Dont choke on nil bodies
David Heinemeier Hansson
2005-03-19
1
-2
/
+2
*
Added better quoting and attachments handling in anticipation for ActionMaile...
David Heinemeier Hansson
2005-03-18
1
-0
/
+81