aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/lib/action_mailer/vendor/tmail/quoting.rb
Commit message (Expand)AuthorAgeFilesLines
* Fixed the TMail#body method to look at the content-transfer-encoding header a...David Heinemeier Hansson2005-05-061-81/+89
* Fixed unquoting of emails that doesn't have an explicit charset #1036 [wolfga...David Heinemeier Hansson2005-04-071-2/+3
* Fixed that if charset was found that the end of a mime part declaration TMail...David Heinemeier Hansson2005-03-261-1/+1
* Added rescue for missing iconv library and throws warnings if subject/body is...David Heinemeier Hansson2005-03-231-63/+80
* Protect against nil strings and empty conversion basesDavid Heinemeier Hansson2005-03-211-4/+5
* Made the unquoted subject and body the defaultDavid Heinemeier Hansson2005-03-211-6/+7
* Dont choke on nil bodiesDavid Heinemeier Hansson2005-03-191-2/+2
* Added better quoting and attachments handling in anticipation for ActionMaile...David Heinemeier Hansson2005-03-181-0/+81