aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/lib/action_mailer/vendor/tmail/quoting.rb
Commit message (Expand)AuthorAgeFilesLines
* Preserve underscores when unquoting message bodies #1930Jamis Buck2005-09-011-5/+6
* Silently ignore Errno::EINVAL errors when converting between charsets. Some m...Jamis Buck2005-06-081-1/+4
* Handle parsing of recursively multipart messagesJamis Buck2005-06-061-3/+10
* Ignore Iconv::IllegalSequence errors when converting text #1341 [lon@speedyma...Jamis Buck2005-05-301-0/+5
* Step cautiously around subheaders in TMail #1285 [Jamis Buck]David Heinemeier Hansson2005-05-101-2/+2
* Fix attachments and content-type problems #1276 [Jamis Buck] Fix to only perf...David Heinemeier Hansson2005-05-101-6/+6
* 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