aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/lib/action_mailer/vendor/tmail/attachments.rb
Commit message (Expand)AuthorAgeFilesLines
* Rearrange vendor bundles so gem overrides work correctly.Jeremy Kemper2007-11-071-47/+0
* Update TMail to v1.1.0. Use an updated version of TMail if available. [mikel]Rick Olson2007-11-061-0/+6
* Make sure parsed emails recognize attachments nested in multpart parts (close...Jamis Buck2007-02-221-2/+4
* Make TMail::Mail#has_attachments? use logic from #attachment? (closes #3815) ...David Heinemeier Hansson2006-02-251-1/+1
* Make sure TMail#attachments includes anything with content-disposition of "at...Jamis Buck2006-01-231-1/+6
* Look at content-location header (if available) to determine filename of attac...Jamis Buck2005-08-221-1/+3
* 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-5/+6
* Only include attachments that arent blankDavid Heinemeier Hansson2005-03-191-2/+8
* Added better quoting and attachments handling in anticipation for ActionMaile...David Heinemeier Hansson2005-03-181-0/+25