Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Deletes trailing whitespaces (over text files only find * -type f -exec sed ↵ | Santiago Pastorino | 2010-08-14 | 1 | -3/+3 |
| | | | | 's/[ \t]*$//' -i {} \;) | ||||
* | Add transfer_encoding= setter deprecation. | José Valim | 2010-01-30 | 1 | -1/+7 |
| | |||||
* | Some refactoring. | José Valim and Mikel Lindsaar | 2010-01-24 | 1 | -3/+3 |
| | |||||
* | Moved deprecated_body.rb to deprecatead_api.rb | José Valim and Mikel Lindsaar | 2010-01-22 | 1 | -3/+3 |
| | |||||
* | Added use of AS::Notifications for tmail_compat.rb | José Valim and Mikel Lindsaar | 2010-01-22 | 1 | -3/+6 |
| | |||||
* | Adding tests for attachments['blah.rb'] = {} et al | José Valim and Mikel Lindsaar | 2010-01-21 | 1 | -0/+5 |
| | |||||
* | removing spurious line | Mikel Lindsaar | 2009-12-31 | 1 | -1/+0 |
| | |||||
* | Adding :transfer_encoding -> :content_transfer_encoding as part of TmailCompat | Mikel Lindsaar | 2009-12-31 | 1 | -0/+11 |
| | |||||
* | Adding TMailCompat layer for :set_content_type and friends | Mikel Lindsaar | 2009-12-30 | 1 | -0/+10 |