Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updating to Mail 1.5.0, including default values for all Message#field_name ↵ | Mikel Lindsaar | 2010-01-02 | 1 | -1/+1 |
| | | | | methods, can access field objects by calling Message#[:field_name] | ||||
* | Merge branch 'master' of git://github.com/mikel/rails into mail | Jeremy Kemper | 2009-12-29 | 1 | -1/+1 |
|\ | | | | | | | | | Conflicts: actionmailer/lib/action_mailer.rb | ||||
| * | Changing body to use :to_s instead of :decoded... better use case | Mikel Lindsaar | 2009-12-27 | 1 | -1/+1 |
| | | |||||
* | | Merge commit 'mikel/master' into mail | Jeremy Kemper | 2009-11-23 | 1 | -0/+4 |
|\| | | | | | | | | | Conflicts: actionmailer/lib/action_mailer.rb | ||||
| * | Fixed up incompatible encoding problem for Ruby 1.9 in test suite | Mikel Lindsaar | 2009-11-23 | 1 | -0/+4 |
| | | |||||
* | | Never require jcode | Jeremy Kemper | 2009-11-22 | 1 | -1/+0 |
|/ | |||||
* | 131 tests, 266 assertions, 9 failures, 6 errors | Mikel Lindsaar | 2009-11-21 | 1 | -7/+7 |
| | |||||
* | More updates... 45 errors left to get it working with Mail gem | Mikel Lindsaar | 2009-11-20 | 1 | -2/+2 |
| | |||||
* | Starting again on actionmailer integration with mail | Mikel Lindsaar | 2009-11-12 | 1 | -4/+8 |
| | |||||
* | Make ActioMailer quoting test play nice with Ruby 1.9 [#1726 state:resolved] | Mike Gunderloy | 2009-01-16 | 1 | -2/+4 |
| | | | | Signed-off-by: Pratik Naik <pratiknaik@gmail.com> | ||||
* | Remove explicit tmail requires in favor of autoload | Jeremy Kemper | 2008-11-23 | 1 | -1/+0 |
| | |||||
* | Bah, don't test TMail in AM | Jeremy Kemper | 2008-04-03 | 1 | -18/+0 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9219 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Ruby 1.9 compat: compare with same encoding | Jeremy Kemper | 2008-04-03 | 1 | -10/+13 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9218 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | force_encoding to ascii-8bit instead of nil | Jeremy Kemper | 2008-04-01 | 1 | -20/+18 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9184 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Ruby 1.9 compat: test encoding fixes. Closes #10597 [murphy] | Jeremy Kemper | 2008-01-19 | 1 | -1/+5 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8666 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | require abstract_unit directly since test is in load path | Jeremy Kemper | 2008-01-05 | 1 | -1/+1 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8565 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Remove old tests which relied on @ being an ATOM to work around old Mail.app ↵ | Michael Koziarski | 2007-12-02 | 1 | -26/+4 |
| | | | | | | bugs. Closes #10317 [mikel] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8257 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Set default charset of MTAs to ISO instead of us-ascii (unless reported ↵ | Tobias Lütke | 2007-10-09 | 1 | -2/+42 |
| | | | | | | otherwise) git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7819 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Fix attachment decoding when using the TMail C extension. Closes #7861. | Jeremy Kemper | 2007-09-14 | 1 | -1/+37 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7476 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Make sure quoted-printable text is decoded correctly when only portions of ↵ | Jamis Buck | 2006-09-09 | 1 | -1/+6 |
| | | | | | | the text are encoded. closes #3154. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5080 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Make sure DOS newlines in quoted-printable text are normalized to unix ↵ | Jamis Buck | 2006-09-09 | 1 | -0/+7 |
| | | | | | | newlines before unquoting. closes $166 and #4452 git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5079 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Mailer template root applies to a class and its subclasses rather than ↵ | Jeremy Kemper | 2006-06-30 | 1 | -4/+1 |
| | | | | | | acting globally. Closes #5555. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4523 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Encode multibyte characters correctly #1894 | Jamis Buck | 2005-09-01 | 1 | -0/+48 |
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2088 5ecf4fe2-1ee6-0310-87b1-e25e094e27de |