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